| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: make _mesa_reference_array_object() an inline function | Brian Paul | 2012-06-27 | 2 | -6/+17 |
* | mesa: look up enum name for glEnable/Disable errors | Brian Paul | 2012-06-27 | 1 | -5/+6 |
* | mesa: move TEXGEN defines closer to gl_texgen struct | Brian Paul | 2012-06-27 | 1 | -40/+40 |
* | mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask | Brian Paul | 2012-06-27 | 10 | -21/+21 |
* | mesa: re-order, update comments on lighting-related structs | Brian Paul | 2012-06-27 | 1 | -25/+25 |
* | i965/msaa: Set KILL_ENABLE when GL_ALPHA_TO_COVERAGE enabled. | Paul Berry | 2012-06-26 | 2 | -4/+6 |
* | i965/msaa: Implement GL_SAMPLE_ALPHA_TO_{COVERAGE,ONE}. | Paul Berry | 2012-06-26 | 1 | -1/+9 |
* | i965/msaa: Implement glSampleCoverage. | Paul Berry | 2012-06-26 | 4 | -7/+26 |
* | i965/fs: Fix conversions float->bool, int->bool | Chad Versace | 2012-06-25 | 1 | -7/+7 |
* | mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file | Brian Paul | 2012-06-25 | 1 | -2/+12 |
* | i965/msaa: Add backend support for centroid interpolation. | Paul Berry | 2012-06-25 | 3 | -11/+32 |
* | i965/fs: Refactor interpolation code to prepare for adding centroid support. | Paul Berry | 2012-06-25 | 2 | -8/+17 |
* | i965/msaa: Adapt clip setup for centroid noperspective interpolation. | Paul Berry | 2012-06-25 | 3 | -2/+6 |
* | glsl: Add IsCentroid bitfield to gl_fragment_program. | Paul Berry | 2012-06-25 | 1 | -0/+6 |
* | st/mesa: added some simple fbo debugging/helper code | Brian Paul | 2012-06-25 | 1 | -1/+25 |
* | automake: add missing inclusion of GL headers | Laurent Carlier | 2012-06-22 | 2 | -0/+2 |
* | mesa: #define fprintf to be __mingw_fprintf() on Mingw32 | Brian Paul | 2012-06-22 | 1 | -0/+10 |
* | 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 |
* | 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 |
* | dricore: Turn it into a normal library. | Eric Anholt | 2012-06-21 | 1 | -9/+9 |
* | 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 | 2 | -12/+4 |
* | 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 | 3 | -9/+34 |
* | automake: Convert osmesa.pc to be generated by configure. | Eric Anholt | 2012-06-21 | 2 | -21/+5 |
* | mesa: Convert gl.pc to be generated by configure. | Eric Anholt | 2012-06-21 | 2 | -18/+6 |
* | automake: Convert src/mesa/drivers/x11/Makefile to automake. | Eric Anholt | 2012-06-21 | 4 | -86/+76 |
* | automake: Convert src/mesa/drivers/Makefile to automake. | Eric Anholt | 2012-06-21 | 3 | -29/+23 |
* | automake: Convert gen_matypes building to automake. | Eric Anholt | 2012-06-21 | 7 | -75/+84 |
* | make: Drop HOST_CC and HOST_CFLAGS. | Eric Anholt | 2012-06-21 | 1 | -1/+1 |
* | make: Fold ASM_CFLAGS into DEFINES. | Eric Anholt | 2012-06-21 | 9 | -12/+5 |
* | st/mesa: fix transform feedback of unsubscripted gl_ClipDistance array | Marcin Slusarz | 2012-06-20 | 2 | -44/+6 |
* | 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 |
* | i965: Don't set brw_wm_prog_key::iz_lookup on Gen6+. | Kenneth Graunke | 2012-06-19 | 1 | -18/+20 |
* | st/mesa: clamp glDrawPixels size to max texture size | Brian Paul | 2012-06-19 | 1 | -0/+31 |
* | st/mesa: move st_validate_state() call earlier in st_DrawPixels() | Brian Paul | 2012-06-19 | 1 | -5/+5 |
* | st/mesa: Add support for GL_ARB_base_instance | Fredrik Höglund | 2012-06-19 | 2 | -0/+2 |
* | mesa: Add support for GL_ARB_base_instance | Fredrik Höglund | 2012-06-19 | 10 | -11/+173 |