| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: #define fprintf to be __mingw_fprintf() on Mingw32 | Brian Paul | 2012-06-22 | 1 | -0/+10 |
* | svga: init pointer to NULL to silence MSVC warning | Brian Paul | 2012-06-22 | 1 | -1/+1 |
* | clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIR | Tom Stellard | 2012-06-22 | 2 | -1/+18 |
* | i965: Compute dFdy() correctly for FBOs. | Paul Berry | 2012-06-22 | 6 | -9/+46 |
* | mesa: minor transform feedback comments | Brian Paul | 2012-06-22 | 1 | -0/+2 |
* | mesa: fix comments on UBO buffer binding functions | Brian Paul | 2012-06-22 | 1 | -4/+7 |
* | draw: Handle the case when there isn't a fragment shader. | Olivier Galibert | 2012-06-22 | 1 | -10/+17 |
* | mesa: update the emacs indent files | Zack Rusin | 2012-06-21 | 2 | -10/+10 |
* | r600g: Unify SURFACE_SYNC packet emission for 3D and compute | Tom Stellard | 2012-06-21 | 3 | -101/+30 |
* | r600g: Enable reusing of compute state | Tom Stellard | 2012-06-21 | 1 | -6/+9 |
* | r600g: Fix reading vtx instruction offset from bytestream | Tom Stellard | 2012-06-21 | 1 | -1/+1 |
* | radeon/llvm: Turn on the BitExtract peephole optimization | Tom Stellard | 2012-06-21 | 2 | -5/+32 |
* | radeon/llvm: Lower ROTL to BIT_ALIGN | Tom Stellard | 2012-06-21 | 6 | -1/+54 |
* | radeon/llvm: Use the VLIW Scheduler for R600->NI | Tom Stellard | 2012-06-21 | 12 | -8/+75 |
* | mesa: set GL_ARB_uniform_buffer_object extension year to 2009 | Brian Paul | 2012-06-21 | 1 | -1/+1 |
* | mesa: Add a comment explaining my thoughts on glBindBufferBase(). | Eric Anholt | 2012-06-21 | 1 | -0/+26 |
* | mesa: Add support for glGetIntegeri_v from GL_ARB_uniform_buffer_object. | Eric Anholt | 2012-06-21 | 1 | -0/+24 |
* | mesa: Add support for glBindBufferBase/Range on GL_UNIFORM_BUFFER. | Eric Anholt | 2012-06-21 | 1 | -0/+85 |
* | mesa: Move glBindBufferBase and glBindBufferRange() to bufferobj. | Eric Anholt | 2012-06-21 | 4 | -59/+103 |
* | mesa: Move buffer object dispatch setup to bufferobj.c. | Eric Anholt | 2012-06-21 | 3 | -11/+21 |
* | mesa: Add indexed binding points for uniform buffer objects. | Eric Anholt | 2012-06-21 | 2 | -0/+51 |
* | mesa: Add support for the GL_UNIFORM_BUFFER general binding point. | Eric Anholt | 2012-06-21 | 3 | -0/+22 |
* | mesa: Add state and getters for the GL_ARB_uniform_buffer_object maximums. | Eric Anholt | 2012-06-21 | 3 | -0/+51 |
* | glapi: Add uniform buffer object API | Vincent Lejeune | 2012-06-21 | 3 | -1/+101 |
* | dricore: Turn it into a normal library. | Eric Anholt | 2012-06-21 | 4 | -28/+11 |
* | automake: Convert Mesa built sources generation to automake. | Eric Anholt | 2012-06-21 | 2 | -61/+65 |
* | mesa: Move GL header installation to automake. | Eric Anholt | 2012-06-21 | 3 | -18/+5 |
* | automake: Move mesa subdirs processing to automake. | Eric Anholt | 2012-06-21 | 2 | -45/+4 |
* | automake: Move .pc installation to automake. | Eric Anholt | 2012-06-21 | 2 | -10/+10 |
* | automake: Move the master Mesa makefile to Makefile.old. | Eric Anholt | 2012-06-21 | 4 | -9/+35 |
* | automake: Convert osmesa.pc to be generated by configure. | Eric Anholt | 2012-06-21 | 3 | -22/+7 |
* | mesa: Convert gl.pc to be generated by configure. | Eric Anholt | 2012-06-21 | 3 | -19/+8 |
* | automake: Convert src/mesa/drivers/x11/Makefile to automake. | Eric Anholt | 2012-06-21 | 5 | -87/+78 |
* | automake: Convert src/gallium/Makefile to automake. | Eric Anholt | 2012-06-21 | 4 | -12/+24 |
* | automake: Convert src/mapi/glapi/gen to silent build. | Eric Anholt | 2012-06-21 | 1 | -24/+26 |
* | automake: Convert src/mapi/glapi/gen/Makefile to automake. | Eric Anholt | 2012-06-21 | 3 | -6/+4 |
* | automake: Convert src/mesa/drivers/Makefile to automake. | Eric Anholt | 2012-06-21 | 4 | -29/+24 |
* | automake: Directly generate configs/current instead of symlinking from it. | Eric Anholt | 2012-06-21 | 3 | -10/+1 |
* | automake: Convert gen_matypes building to automake. | Eric Anholt | 2012-06-21 | 8 | -75/+86 |
* | make: Drop HOST_CC and HOST_CFLAGS. | Eric Anholt | 2012-06-21 | 2 | -3/+1 |
* | make: Fold ASM_CFLAGS into DEFINES. | Eric Anholt | 2012-06-21 | 14 | -26/+13 |
* | automake: Convert src/egl/Makefile to automake. | Eric Anholt | 2012-06-21 | 4 | -36/+30 |
* | automake: Don't warn on gmake portability issues. | Eric Anholt | 2012-06-21 | 1 | -1/+1 |
* | nv50: fix buffer reuse issues | Marcin Slusarz | 2012-06-20 | 2 | -0/+18 |
* | st/mesa: fix transform feedback of unsubscripted gl_ClipDistance array | Marcin Slusarz | 2012-06-20 | 2 | -44/+6 |
* | glx/tests: Fix signed/unsigned comparison warnings. | Paul Berry | 2012-06-20 | 3 | -28/+28 |
* | i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled. | Paul Berry | 2012-06-20 | 4 | -18/+32 |
* | i965/msaa: Disable unsupported formats. | Paul Berry | 2012-06-20 | 1 | -0/+13 |
* | mesa: remove obsolete confdiff.sh | Andreas Boll | 2012-06-20 | 1 | -48/+0 |
* | st/vdpau: use template size as default for source_rect. | Christian König | 2012-06-20 | 1 | -3/+10 |