summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* r300: half float supportarb_half_float_vertexDave Airlie2010-01-233-0/+18
* i965: add support for ARB_half_float_vertexDave Airlie2010-01-232-0/+12
* mesa: add core support for ARB_half_float_vertex.Dave Airlie2010-01-234-0/+43
* glapi: add GL_HALF_FLOAT enum support.Dave Airlie2010-01-233-2228/+2235
* progs: add trivial ARB_half_float_vertex support.Dave Airlie2010-01-232-0/+216
* winsys/drm: Update Makefile.template.Chia-I Wu2010-01-221-8/+1
* Fix typo in configure message for gcc -fvisibility=hiddenAlan Coopersmith2010-01-211-1/+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
* progs/fp: testcases for GL_ARB_fragment_coord_conventionsBrian Paul2010-01-214-0/+22
* docs: remove old pbuffer infoBrian Paul2010-01-212-55/+0
* docs: added target attribute to external URLsBrian Paul2010-01-212-2/+4
* docs: add links to the egl, openvg, opengles pagesBrian Paul2010-01-211-1/+4
* softpipe: added region assertions in softpipe_get_tex_transfer()Brian Paul2010-01-211-0/+4
* docs: new Mesa source tree overview page.Brian Paul2010-01-212-0/+166
* 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
* docs: Update documentation for OpenVG and OpenGL ES.Chia-I Wu2010-01-212-15/+8
* docs: Add documentation for EGL.Chia-I Wu2010-01-211-0/+224
* 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
* mklib: Fix static library generation/installation on SolarisAlan Coopersmith2010-01-191-1/+1
* 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-20100-349/+23002
|\
| * docs: Add documentation for OpenGL ES.opengl-es-v2Chia-I Wu2010-01-121-0/+78
| * progs/es2: Correctly set renderable type and client version.Chia-I Wu2010-01-123-7/+23
| * progs/es1: Bind texture image after rendering.Chia-I Wu2010-01-121-3/+5
| * configure.ac: Fix es state tracker build.Chia-I Wu2010-01-121-3/+9
| * 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