summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-26i965: enable ARB_instanced_arrays extensioninstanced_arrays-v2Jordan Justen4-7/+42
2012-06-25st/wgl: 80-column wrappingBrian Paul2-7/+12
2012-06-25mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a fileBrian Paul1-2/+12
2012-06-25r600g: inline r600_blit_push_depth and use resource_copy_regionMarek Olšák3-18/+11
2012-06-25r600g: split flushed depth texture creation and flushingMarek Olšák5-16/+34
2012-06-25i965/msaa: Add backend support for centroid interpolation.Paul Berry3-11/+32
2012-06-25i965/fs: Refactor interpolation code to prepare for adding centroid support.Paul Berry2-8/+17
2012-06-25i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry3-2/+6
2012-06-25glsl: Add IsCentroid bitfield to gl_fragment_program.Paul Berry2-1/+11
2012-06-25st/mesa: added some simple fbo debugging/helper codeBrian Paul1-1/+25
2012-06-25llvmpipe: fix the LP_NO_RAST debug optionBrian Paul4-24/+22
2012-06-23scons: Add glsl/glcpp to the include path.Vinson Lee1-2/+2
2012-06-22automake: add missing inclusion of GL headersLaurent Carlier2-0/+2
2012-06-22mesa: #define fprintf to be __mingw_fprintf() on Mingw32Brian Paul1-0/+10
2012-06-22svga: init pointer to NULL to silence MSVC warningBrian Paul1-1/+1
2012-06-22clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard1-1/+1
2012-06-22i965: Compute dFdy() correctly for FBOs.Paul Berry6-9/+46
2012-06-22mesa: minor transform feedback commentsBrian Paul1-0/+2
2012-06-22mesa: fix comments on UBO buffer binding functionsBrian Paul1-4/+7
2012-06-22draw: Handle the case when there isn't a fragment shader.Olivier Galibert1-10/+17
2012-06-21r600g: Unify SURFACE_SYNC packet emission for 3D and computeTom Stellard3-101/+30
2012-06-21r600g: Enable reusing of compute stateTom Stellard1-6/+9
2012-06-21r600g: Fix reading vtx instruction offset from bytestreamTom Stellard1-1/+1
2012-06-21radeon/llvm: Turn on the BitExtract peephole optimizationTom Stellard2-5/+32
2012-06-21radeon/llvm: Lower ROTL to BIT_ALIGNTom Stellard6-1/+54
2012-06-21radeon/llvm: Use the VLIW Scheduler for R600->NITom Stellard12-8/+75
2012-06-21mesa: set GL_ARB_uniform_buffer_object extension year to 2009Brian Paul1-1/+1
2012-06-21mesa: Add a comment explaining my thoughts on glBindBufferBase().Eric Anholt1-0/+26
2012-06-21mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object.Eric Anholt1-0/+24
2012-06-21mesa: Add support for glBindBufferBase/Range on GL_UNIFORM_BUFFER.Eric Anholt1-0/+85
2012-06-21mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj.Eric Anholt4-59/+103
2012-06-21mesa: Move buffer object dispatch setup to bufferobj.c.Eric Anholt3-11/+21
2012-06-21mesa: Add indexed binding points for uniform buffer objects.Eric Anholt2-0/+51
2012-06-21mesa: Add support for the GL_UNIFORM_BUFFER general binding point.Eric Anholt3-0/+22
2012-06-21mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums.Eric Anholt3-0/+51
2012-06-21glapi: Add uniform buffer object APIVincent Lejeune3-1/+101
2012-06-21dricore: Turn it into a normal library.Eric Anholt1-9/+9
2012-06-21automake: Convert Mesa built sources generation to automake.Eric Anholt2-61/+65
2012-06-21mesa: Move GL header installation to automake.Eric Anholt2-12/+4
2012-06-21automake: Move mesa subdirs processing to automake.Eric Anholt2-45/+4
2012-06-21automake: Move .pc installation to automake.Eric Anholt2-10/+10
2012-06-21automake: Move the master Mesa makefile to Makefile.old.Eric Anholt3-9/+34
2012-06-21automake: Convert osmesa.pc to be generated by configure.Eric Anholt2-21/+5
2012-06-21mesa: Convert gl.pc to be generated by configure.Eric Anholt2-18/+6
2012-06-21automake: Convert src/mesa/drivers/x11/Makefile to automake.Eric Anholt4-86/+76
2012-06-21automake: Convert src/gallium/Makefile to automake.Eric Anholt3-12/+23
2012-06-21automake: Convert src/mapi/glapi/gen to silent build.Eric Anholt1-24/+26
2012-06-21automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2-6/+3
2012-06-21automake: Convert src/mesa/drivers/Makefile to automake.Eric Anholt3-29/+23
2012-06-21automake: Convert gen_matypes building to automake.Eric Anholt7-75/+84