| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: more const qualifiers to match the latest glext.h | Brian Paul | 2012-06-27 | 2 | -3/+3 |
* | glapi: add const qualifier to glShaderSourceARB() parameter | Brian Paul | 2012-06-27 | 1 | -1/+1 |
* | 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 | 3 | -7/+7 |
* | mesa: re-order, update comments on lighting-related structs | Brian Paul | 2012-06-27 | 1 | -25/+25 |
* | mesa: new MESA_LOG_FILE env var to log errors, warnings, etc., to a file | Brian Paul | 2012-06-25 | 1 | -2/+12 |
* | glsl: Add IsCentroid bitfield to gl_fragment_program. | Paul Berry | 2012-06-25 | 1 | -0/+6 |
* | mesa: #define fprintf to be __mingw_fprintf() on Mingw32 | Brian Paul | 2012-06-22 | 1 | -0/+10 |
* | 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 |
* | mesa: Add support for GL_ARB_base_instance | Fredrik Höglund | 2012-06-19 | 5 | -0/+60 |
* | gles2: Add GL_NV_read_buffer extension | Kristian Høgsberg | 2012-06-18 | 4 | -1/+36 |
* | get.c: Rename EXTRA_VERSION_ES2 to EXTRA_API_ES2 | Kristian Høgsberg | 2012-06-18 | 1 | -5/+5 |
* | mesa: if AllocStorage doesn't choose a format, report FRAMEBUFFER_UNSUPPORTED | Marek Olšák | 2012-06-16 | 1 | -1/+10 |
* | glx/tests and mesa/tests: Update .gitignore files. | Paul Berry | 2012-06-14 | 1 | -0/+2 |
* | mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions | Ian Romanick | 2012-06-13 | 2 | -0/+1873 |
* | mesa: move variable declaration out of loop to fix MSVC build | Brian Paul | 2012-06-12 | 1 | -1/+2 |
* | mesa: Free uniforms correclty. | Antoine Labour | 2012-06-12 | 1 | -1/+2 |
* | mesa: Unbind GL_TEXTURE_BUFFER on DeleteBuffers. | Kenneth Graunke | 2012-06-11 | 1 | -0/+4 |
* | mesa: Make glPrimitiveRestartIndex execute immediately in display lists. | Kenneth Graunke | 2012-06-11 | 1 | -0/+3 |
* | mesa: Check for a negative "size" parameter in glCopyBufferSubData(). | Kenneth Graunke | 2012-06-11 | 1 | -0/+6 |
* | mesa: Fix "glCopyBuffserSubData" typos in error messages and comments. | Kenneth Graunke | 2012-06-08 | 1 | -10/+10 |
* | glsl: Scaffolding for ARB_shader_bit_encoding. | Olivier Galibert | 2012-06-07 | 3 | -0/+3 |
* | mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats. | Kenneth Graunke | 2012-06-07 | 1 | -4/+4 |
* | mesa: consolidate internal glCompressedTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 4 | -126/+34 |
* | mesa: consolidate internal glCompressedTexImage1/2/3D code | Brian Paul | 2012-06-06 | 4 | -125/+31 |
* | mesa: consolidate internal glCopyTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 2 | -52/+14 |
* | mesa: consolidate internal glTexSubImage1/2/3D code | Brian Paul | 2012-06-06 | 5 | -125/+31 |
* | mesa: consolidate internal glTexImage1/2/3D code | Brian Paul | 2012-06-06 | 5 | -176/+41 |
* | mesa: Unbind ARB_transform_feedback2 binding points on Delete too. | Kenneth Graunke | 2012-06-05 | 1 | -1/+7 |
* | mesa: Support BindBuffer{Base,Offset,Range} with a buffer of 0. | Kenneth Graunke | 2012-06-05 | 1 | -3/+18 |
* | mesa: Unbind ARB_copy_buffer and transform feedback buffers on delete. | Kenneth Graunke | 2012-06-05 | 1 | -0/+13 |
* | mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT). | Kenneth Graunke | 2012-06-02 | 1 | -0/+8 |
* | mesa: Remove the generated glapi from source control, and just build it. | Eric Anholt | 2012-05-29 | 4 | -25414/+3 |
* | mesa: Remove the OES_draw_texture extension from ES2. | Kenneth Graunke | 2012-05-23 | 1 | -1/+1 |
* | mesa: Use initializers to configure samplers | Ian Romanick | 2012-05-23 | 1 | -32/+9 |
* | glsl: Initialize samplers to 0, propagate sampler values to the gl_program | Ian Romanick | 2012-05-23 | 1 | -0/+1 |
* | mesa: Keep a computed value for dual source blend func with each buffer. | Eric Anholt | 2012-05-23 | 3 | -17/+32 |
* | mesa: use F_TO_I() instead of IROUND() | Brian Paul | 2012-05-19 | 3 | -120/+120 |