summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mesa: Add OES_EGL_image to extension list.Chia-I Wu2010-04-068-0/+35
* | | | | progs/egl: Fix the blank window in pbuffer demo.Chia-I Wu2010-04-061-1/+2
* | | | | progs/egl: Port drawtex and torus to eglut.Chia-I Wu2010-04-066-548/+150
* | | | | st/mesa: reformattingBrian Paul2010-04-051-5/+5
* | | | | st/mesa: put fragment wpos code into separate functionBrian Paul2010-04-051-46/+60
* | | | | egl: Unbind the old context in _eglBindContext.Chia-I Wu2010-04-061-10/+9
* | | | | egl: Fix eglMakeCurrent with different surfaces.Chia-I Wu2010-04-061-30/+45
* | | | | st/es: Remove unnedded --whole-archive.Chia-I Wu2010-04-061-6/+4
* | | | | scons: Link expat in dri builds.Vinson Lee2010-04-051-0/+4
* | | | | mesa: added Makefile.egl to GALLIUM_FILESBrian Paul2010-04-051-0/+1
* | | | | mesa: add missing file to GALLIUM_FILESThierry Vignaud2010-04-051-0/+1
* | | | | st/mesa: trivially enable GL_EXT_gpu_program_parametersMarek Olšák2010-04-051-0/+1
* | | | | r300g: enforce microtiled zbuffer from X serverMarek Olšák2010-04-051-0/+31
* | | | | r300g: typecast using the r300_texture functionMarek Olšák2010-04-057-23/+28
* | | | | mesa: remove unused varBrian Paul2010-04-051-2/+1
* | | | | i965g: change value of VERT_RESULT_PSIZ hack to avoid warningsBrian Paul2010-04-051-1/+1
* | | | | mesa: check for _NEW_BUFFERS for color read format queriesBrian Paul2010-04-052-2/+18
* | | | | util: added util_dl_error()Brian Paul2010-04-052-0/+20
* | | | | Merge branch '7.8'Ian Romanick2010-04-042-2/+2
|\ \ \ \ \
| * | | | | Update to final names from GLX_INTEL_swap_event specIan Romanick2010-04-042-2/+2
* | | | | | r300g: enable OpenGL 2.1 on r3xx-r4xx chipsetsMarek Olšák2010-04-051-5/+1
* | | | | | r300g: add fallback for back stencil reference value and masks for r3xx-r4xxMarek Olšák2010-04-055-37/+275
* | | | | | r300g: simplify accessing screen from contextMarek Olšák2010-04-0513-94/+79
* | | | | | r300g: remove some XXXsMarek Olšák2010-04-052-2/+0
* | | | | | r300g: raise the number of texture units to 16 for all supported chipsetsMarek Olšák2010-04-056-11/+13
* | | | | | r300/compiler: make the max number of fragment shader temporaries adjustableMarek Olšák2010-04-055-5/+5
* | | | | | r300g: is_npot -> uses_pitchMarek Olšák2010-04-054-7/+9
* | | | | | r300g: enable conditional rendering also for SWTCLMarek Olšák2010-04-051-0/+8
* | | | | | progs: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
* | | | | | glut: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
* | | | | | glew: Include X11 headers and libraries in SCons build.Vinson Lee2010-04-041-0/+1
* | | | | | docs: update status of transform feedback and instanced drawingBrian Paul2010-04-041-2/+2
* | | | | | mesa: don't turn on GL_EXT_transform_feedback yetBrian Paul2010-04-041-1/+1
* | | | | | st/mesa: call pipe_context::draw_arrays/elements_instanced()Brian Paul2010-04-041-4/+19
* | | | | | mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-047-4/+118
* | | | | | mesa: new validation functions for GL_ARB_draw_instancedBrian Paul2010-04-042-1/+116
* | | | | | mesa: new extension flag for GL_EXT/ARB_draw_instancedBrian Paul2010-04-042-0/+3
* | | | | | glapi: regenerated files for GL_ARB_draw_instancedBrian Paul2010-04-049-4811/+5020
* | | | | | glapi: plug in ARB_draw_instanced.xmlBrian Paul2010-04-042-0/+3
* | | | | | glapi: ARB_draw_instanced.xml fileBrian Paul2010-04-041-0/+69
* | | | | | Merge branch '7.8'Ian Romanick2010-04-046-141/+186
|\| | | | |
| * | | | | gl: updated glxext.h to version 27Ian Romanick2010-04-041-103/+106
| * | | | | util: Use GCC atomic bultins on GCC 4.1 and higher only.Vinson Lee2010-04-031-1/+1
| * | | | | xdemos: Build object files firstJeremy Huddleston2010-04-031-30/+15
| * | | | | glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds.Vinson Lee2010-04-021-2/+39
| * | | | | st/vega: Do not depend on libm.Chia-I Wu2010-04-021-2/+3
| * | | | | GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffersJesse Barnes2010-04-011-2/+2
| * | | | | Revert accidental commits from the xquartz treeJeremy Huddleston2010-04-0172-51324/+127
| * | | | | apple: Don't build galliumJeremy Huddleston2010-04-011-1/+1
| * | | | | apple: Use mesa gl.h rather than generating one.Jeremy Huddleston2010-04-017-181/+48