summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry2012-06-253-2/+6
* glsl: Add IsCentroid bitfield to gl_fragment_program.Paul Berry2012-06-252-1/+11
* st/mesa: added some simple fbo debugging/helper codeBrian Paul2012-06-251-1/+25
* llvmpipe: fix the LP_NO_RAST debug optionBrian Paul2012-06-254-24/+22
* scons: Add glsl/glcpp to the include path.Vinson Lee2012-06-231-2/+2
* automake: add missing inclusion of GL headersLaurent Carlier2012-06-222-0/+2
* mesa: #define fprintf to be __mingw_fprintf() on Mingw32Brian Paul2012-06-221-0/+10
* svga: init pointer to NULL to silence MSVC warningBrian Paul2012-06-221-1/+1
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-222-1/+18
* i965: Compute dFdy() correctly for FBOs.Paul Berry2012-06-226-9/+46
* mesa: minor transform feedback commentsBrian Paul2012-06-221-0/+2
* mesa: fix comments on UBO buffer binding functionsBrian Paul2012-06-221-4/+7
* draw: Handle the case when there isn't a fragment shader.Olivier Galibert2012-06-221-10/+17
* mesa: update the emacs indent filesZack Rusin2012-06-212-10/+10
* r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard2012-06-213-101/+30
* r600g: Enable reusing of compute stateTom Stellard2012-06-211-6/+9
* r600g: Fix reading vtx instruction offset from bytestreamTom Stellard2012-06-211-1/+1
* radeon/llvm: Turn on the BitExtract peephole optimizationTom Stellard2012-06-212-5/+32
* radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard2012-06-216-1/+54
* radeon/llvm: Use the VLIW Scheduler for R600->NITom Stellard2012-06-2112-8/+75
* mesa: set GL_ARB_uniform_buffer_object extension year to 2009Brian Paul2012-06-211-1/+1
* mesa: Add a comment explaining my thoughts on glBindBufferBase().Eric Anholt2012-06-211-0/+26
* mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object.Eric Anholt2012-06-211-0/+24
* mesa: Add support for glBindBufferBase/Range on GL_UNIFORM_BUFFER.Eric Anholt2012-06-211-0/+85
* mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt2012-06-214-59/+103
* mesa: Move buffer object dispatch setup to bufferobj.c.Eric Anholt2012-06-213-11/+21
* mesa: Add indexed binding points for uniform buffer objects.Eric Anholt2012-06-212-0/+51
* mesa: Add support for the GL_UNIFORM_BUFFER general binding point.Eric Anholt2012-06-213-0/+22
* mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.Eric Anholt2012-06-213-0/+51
* glapi: Add uniform buffer object APIVincent Lejeune2012-06-213-1/+101
* dricore: Turn it into a normal library.Eric Anholt2012-06-214-28/+11
* automake: Convert Mesa built sources generation to automake.Eric Anholt2012-06-212-61/+65
* mesa: Move GL header installation to automake.Eric Anholt2012-06-213-18/+5
* automake: Move mesa subdirs processing to automake.Eric Anholt2012-06-212-45/+4
* automake: Move .pc installation to automake.Eric Anholt2012-06-212-10/+10
* automake: Move the master Mesa makefile to Makefile.old.Eric Anholt2012-06-214-9/+35
* automake: Convert osmesa.pc to be generated by configure.Eric Anholt2012-06-213-22/+7
* mesa: Convert gl.pc to be generated by configure.Eric Anholt2012-06-213-19/+8
* automake: Convert src/mesa/drivers/x11/Makefile to automake.Eric Anholt2012-06-215-87/+78
* automake: Convert src/gallium/Makefile to automake.Eric Anholt2012-06-214-12/+24
* automake: Convert src/mapi/glapi/gen to silent build.Eric Anholt2012-06-211-24/+26
* automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2012-06-213-6/+4
* automake: Convert src/mesa/drivers/Makefile to automake.Eric Anholt2012-06-214-29/+24
* automake: Directly generate configs/current instead of symlinking from it.Eric Anholt2012-06-213-10/+1
* automake: Convert gen_matypes building to automake.Eric Anholt2012-06-218-75/+86
* make: Drop HOST_CC and HOST_CFLAGS.Eric Anholt2012-06-212-3/+1
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-2114-26/+13
* automake: Convert src/egl/Makefile to automake.Eric Anholt2012-06-214-36/+30
* automake: Don't warn on gmake portability issues.Eric Anholt2012-06-211-1/+1
* nv50: fix buffer reuse issuesMarcin Slusarz2012-06-202-0/+18