summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-02-05egl: Remove egl_xdri.Chia-I Wu8-751/+2
2010-02-05egl: Update the comments to typecast macros.Chia-I Wu1-0/+6
2010-02-05egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.Chia-I Wu1-29/+2
2010-02-05egl: Clarify IsLinked and IsBound.Chia-I Wu2-0/+12
2010-02-05egl_dri2: Do not destroy linked resources.Chia-I Wu1-3/+3
2010-02-05egl_dri2: Fix a snprintf warning.Chia-I Wu1-1/+4
2010-02-05egl_dri2: Add a debug print for DRI2 extensions.Chia-I Wu1-0/+1
2010-02-04egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually workKristian Høgsberg1-22/+65
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul14-32/+86
2010-02-04r200: Add the polygon stipple state to the state list.Pauli Nieminen1-0/+1
2010-02-04r200: Add logging for glPolygonStripple.Pauli Nieminen1-0/+6
2010-02-04radeon: Make debugging automaticaly increase logging verbosity for debug build.Pauli Nieminen1-1/+5
2010-02-04egl: Add driver for EGL on X with DRI2Kristian Høgsberg2-0/+950
2010-02-04trace: util_stream -> os_streamJosé Fonseca1-6/+6
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca6-81/+78
2010-02-04os: Ensure header includes are outside extern "C" {}.José Fonseca1-2/+6
2010-02-04util: Reimplement u_time on top of os_time.José Fonseca4-261/+59
2010-02-04gallium: Add a define for deprecated function attribute.José Fonseca1-0/+8
2010-02-04os: Time abstractions.José Fonseca4-0/+222
2010-02-04os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2-3/+3
2010-02-04i965g: include u_inlines.hBrian Paul1-0/+1
2010-02-04r600: reduce number of cache flushesAlex Deucher2-3/+3
2010-02-04util: Disable u_time.c implementation for embedded.José Fonseca1-0/+4
2010-02-04trace: Use u_time.José Fonseca1-10/+3
2010-02-04gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca1-2/+6
2010-02-04llvmpipe: Disable unit tests on embedded platforms.José Fonseca1-14/+15
2010-02-04util: Add missing include.José Fonseca1-0/+1
2010-02-04os: Add missing dummy threading definitions.José Fonseca1-0/+19
2010-02-04swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rotPauli Nieminen2-0/+2
2010-02-04scons: Use only the shared object name when linking progs.José Fonseca1-0/+2
2010-02-03st/mesa: Remove unnecessary headers.Vinson Lee4-5/+0
2010-02-03svga: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-03util: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-04egl: Convert drivers to use typecast macros.Chia-I Wu3-97/+13
2010-02-04egl: Add macros to define typecast functions.Chia-I Wu1-0/+21
2010-02-03identity: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-03llvmpipe: Remove unnecessary header.Vinson Lee1-1/+0
2010-02-04Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen2-2/+0
2010-02-04st/egl: Add missing headers to kms display.Chia-I Wu1-0/+2
2010-02-03st/egl: Add missing headers.Vinson Lee2-0/+2
2010-02-03winsys: Add missing headers.Vinson Lee2-0/+2
2010-02-04egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira3-0/+3
2010-02-04egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira1-1/+1
2010-02-04gallium: fix more missing includes from various placesDave Airlie8-2/+11
2010-02-04nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie6-0/+14
2010-02-03mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul4-13/+25
2010-02-03mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul1-2/+2
2010-02-03mesa: added texcoord unit assertionBrian Paul1-0/+2
2010-02-03mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul1-1/+1
2010-02-03mesa: added tex unit assert, use Elements() macroBrian Paul1-1/+2