summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* winsys/drm: Add swrast.Chia-I Wu2010-01-225-0/+48
* st/egl: Remove the egl state tracker.Chia-I Wu2010-01-2212-1244/+0
* egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-229-1987/+0
* egl: Remove the demo driver.Chia-I Wu2010-01-222-321/+0
* st/egl_g3d: Use glxinit.c from egl_xdri.Chia-I Wu2010-01-224-590/+10
* egl_xdri: Add support for DRISW.Chia-I Wu2010-01-223-15/+42
* egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu2010-01-221-6/+24
* egl_xdri: Report only OpenGL support.Chia-I Wu2010-01-221-9/+2
* egl_xdri: Do not reinitialize in __glXInitialize.Chia-I Wu2010-01-223-25/+78
* egl_glx: Report only OpenGL support.Chia-I Wu2010-01-221-10/+3
* egl: Update driver Makefiles.Chia-I Wu2010-01-222-134/+23
* egl: Add Makefile.template for EGL drivers.Chia-I Wu2010-01-221-0/+51
* winsys/drm: Update Makefile.template.Chia-I Wu2010-01-221-8/+1
* gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* gallium/docs: document conditional renderingBrian Paul2010-01-211-0/+36
* gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
* mesa: minor whitespace fixBrian Paul2010-01-211-1/+1
* mesa: support for GL_ARB_fragment_coord_conventionsLuca Barbieri2010-01-215-0/+20
* softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-216-9/+0
* Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-216-6/+10
* gallium/i965: Make brw_batchbuffer prototypes match in source & headerAlan Coopersmith2010-01-202-3/+3
* radeong: Fix EGL driver names.Corbin Simpson2010-01-202-2/+2
* Fix touching live system during install.Tomas Chvatal2010-01-201-1/+1
* r200: re-adding missing pitch alignment check in blit codeAlex Deucher2010-01-201-0/+4
* mesa: replace questionable CPU_TO_LE32 macro with functionBrian Paul2010-01-201-6/+9
* Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.hAlan Coopersmith2010-01-201-0/+18
* r200: fix some breakage after move to common blit codeAlex Deucher2010-01-201-4/+0
* r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher2010-01-201-1/+1
* st/egl_g3d: Add support for driver probe.Chia-I Wu2010-01-202-11/+108
* st/egl_g3d: Add support for probe to native displays.Chia-I Wu2010-01-205-7/+146
* egl: Add a simple cache for driver probe.Chia-I Wu2010-01-202-0/+56
* egl: Improve driver matching.Chia-I Wu2010-01-203-20/+35
* egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu2010-01-202-9/+9
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-204-156/+0
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-202-9/+3
* egl: Add _eglPreloadDrivers.Chia-I Wu2010-01-203-7/+215
* st/egl_g3d: Do not reuse the pipe transfer in ximage.Chia-I Wu2010-01-201-18/+22
* Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith2010-01-194-5/+3
* r300g: Move GB_AA_CONFIG to its eventual new home.Corbin Simpson2010-01-194-6/+8
* r300g: Make invariant state into an atom.Corbin Simpson2010-01-195-4/+7
* Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-2078-340/+17375
|\
| * st/es: Clean up install target.Chia-I Wu2010-01-121-7/+7
| * st/es: Fix build issue after merge.Chia-I Wu2010-01-123-20/+20
| * mesa/es: Update sources.mk.Chia-I Wu2010-01-121-4/+3
| * mesa/es: Fix build issue after merge.Chia-I Wu2010-01-122-12/+14
| * Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121483-43817/+126717
| |\
| * | mesa/es: Improve support for GL_OES_compressed_paletted_texture.Chia-I Wu2010-01-041-142/+133
| * | mesa/es: Fix GL_RGB565 support in FBO.Chia-I Wu2010-01-042-10/+10
| * | mesa/es: Fix GL_OES_texture_cube_map support.Chia-I Wu2010-01-046-19/+199