summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl: Update the comments to typecast macros.Chia-I Wu2010-02-051-0/+6
* egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.Chia-I Wu2010-02-051-29/+2
* egl: Clarify IsLinked and IsBound.Chia-I Wu2010-02-052-0/+12
* egl_dri2: Do not destroy linked resources.Chia-I Wu2010-02-051-3/+3
* egl_dri2: Fix a snprintf warning.Chia-I Wu2010-02-051-1/+4
* egl_dri2: Add a debug print for DRI2 extensions.Chia-I Wu2010-02-051-0/+1
* egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually workKristian Høgsberg2010-02-041-22/+65
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-0414-32/+86
* r200: Add the polygon stipple state to the state list.Pauli Nieminen2010-02-041-0/+1
* r200: Add logging for glPolygonStripple.Pauli Nieminen2010-02-041-0/+6
* radeon: Make debugging automaticaly increase logging verbosity for debug build.Pauli Nieminen2010-02-041-1/+5
* egl: Add driver for EGL on X with DRI2Kristian Høgsberg2010-02-042-0/+950
* trace: util_stream -> os_streamJosé Fonseca2010-02-041-6/+6
* auxiliary: util_stream -> os_streamJosé Fonseca2010-02-046-81/+78
* os: Ensure header includes are outside extern "C" {}.José Fonseca2010-02-041-2/+6
* util: Reimplement u_time on top of os_time.José Fonseca2010-02-044-261/+59
* gallium: Add a define for deprecated function attribute.José Fonseca2010-02-041-0/+8
* os: Time abstractions.José Fonseca2010-02-044-0/+222
* os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2010-02-042-3/+3
* i965g: include u_inlines.hBrian Paul2010-02-041-0/+1
* r600: reduce number of cache flushesAlex Deucher2010-02-042-3/+3
* util: Disable u_time.c implementation for embedded.José Fonseca2010-02-041-0/+4
* trace: Use u_time.José Fonseca2010-02-041-10/+3
* gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca2010-02-041-2/+6
* llvmpipe: Disable unit tests on embedded platforms.José Fonseca2010-02-041-14/+15
* util: Add missing include.José Fonseca2010-02-041-0/+1
* os: Add missing dummy threading definitions.José Fonseca2010-02-041-0/+19
* swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rotPauli Nieminen2010-02-042-0/+2
* scons: Use only the shared object name when linking progs.José Fonseca2010-02-041-0/+2
* st/mesa: Remove unnecessary headers.Vinson Lee2010-02-034-5/+0
* svga: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* util: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-043-97/+13
* egl: Add macros to define typecast functions.Chia-I Wu2010-02-041-0/+21
* identity: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* llvmpipe: Remove unnecessary header.Vinson Lee2010-02-031-1/+0
* Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0"Pauli Nieminen2010-02-042-2/+0
* st/egl: Add missing headers to kms display.Chia-I Wu2010-02-041-0/+2
* st/egl: Add missing headers.Vinson Lee2010-02-032-0/+2
* winsys: Add missing headers.Vinson Lee2010-02-032-0/+2
* egl: fix implicit declaration of pipe_texture_reference adding u_inlines.hIgor Oliveira2010-02-043-0/+3
* egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira2010-02-041-1/+1
* gallium: fix more missing includes from various placesDave Airlie2010-02-048-2/+11
* nouveau: include stdio.h and u_inlines.h in all context files since embedded ...Dave Airlie2010-02-046-0/+14
* mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITSBrian Paul2010-02-034-13/+25
* mesa: re-dimension RasterTexCoords and CoordReplaceBrian Paul2010-02-031-2/+2
* mesa: added texcoord unit assertionBrian Paul2010-02-031-0/+2
* mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITSBrian Paul2010-02-031-1/+1
* mesa: added tex unit assert, use Elements() macroBrian Paul2010-02-031-1/+2
* mesa: check for invalid texture coord unit in glGet queriesBrian Paul2010-02-032-56/+147