| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_... | Timothy Arceri | 2016-10-26 | 1 | -0/+1 |
* | st/mesa/r200/i915/i965: eliminate gl_fragment_program | Timothy Arceri | 2016-10-26 | 8 | -88/+64 |
* | i965/mesa/st/swrast: set fs shader_info directly and switch to using it | Timothy Arceri | 2016-10-26 | 1 | -2/+1 |
* | mesa: remove now unused IsCentroid from gl_fragment_program | Timothy Arceri | 2016-10-26 | 1 | -6/+0 |
* | glsl: remove now unused InterpQualifier | Timothy Arceri | 2016-10-26 | 1 | -7/+0 |
* | i965/mesa/st: eliminate gl_compute_program | Timothy Arceri | 2016-10-26 | 2 | -24/+7 |
* | mesa: set cs shader_info metadata directly | Timothy Arceri | 2016-10-26 | 1 | -5/+3 |
* | mesa/i965/i915/r200: eliminate gl_vertex_program | Timothy Arceri | 2016-10-26 | 9 | -81/+74 |
* | i965/mesa/st: eliminate gl_geometry_program | Timothy Arceri | 2016-10-26 | 3 | -25/+9 |
* | mesa: set gs shader_info metadata directly | Timothy Arceri | 2016-10-26 | 1 | -9/+7 |
* | i965/mesa/st: eliminate gl_tess_eval_program | Timothy Arceri | 2016-10-26 | 3 | -22/+8 |
* | mesa: copy tes metadata directly to shared shader info | Timothy Arceri | 2016-10-26 | 1 | -7/+4 |
* | i965/mesa/st: eliminate gl_tess_ctrl_program | Timothy Arceri | 2016-10-26 | 3 | -18/+7 |
* | mesa: set tcs shader_info metadata directly | Timothy Arceri | 2016-10-26 | 1 | -3/+1 |
* | glsl: add temporary copy_shader_info() function | Timothy Arceri | 2016-10-26 | 1 | -0/+2 |
* | glsl: add a shader info field to the gl_program type | Timothy Arceri | 2016-10-26 | 1 | -0/+3 |
* | mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader | Timothy Arceri | 2016-10-26 | 2 | -22/+22 |
* | mesa: fix error handling in DrawBuffers | Tapani Pälli | 2016-10-25 | 1 | -34/+37 |
* | glsl: add matrix layout information to interface block types | Iago Toral Quiroga | 2016-10-24 | 1 | -0/+1 |
* | mesa: remove unused LocalSizeVariable | Timothy Arceri | 2016-10-20 | 2 | -6/+0 |
* | mesa: remove gl_shader_compiler_options::EmitNoNoise | Marek Olšák | 2016-10-19 | 1 | -1/+0 |
* | util: move min/max/clamp macros to util macros.h | Dave Airlie | 2016-10-19 | 1 | -13/+0 |
* | mesa: fix indentation in vertex_attrib_binding() | Brian Paul | 2016-10-13 | 1 | -2/+2 |
* | mesa: add sanity check assertion in update_array_format | Brian Paul | 2016-10-13 | 1 | -0/+3 |
* | mesa: remove needless cast in update_array() | Brian Paul | 2016-10-13 | 1 | -1/+1 |
* | mesa: simplify update_array() with a vao local var | Brian Paul | 2016-10-13 | 1 | -7/+7 |
* | mesa: rename gl_vertex_attrib_array gl_array_attributes | Brian Paul | 2016-10-13 | 7 | -27/+27 |
* | mesa: rename gl_vertex_attrib_array::VertexBinding | Brian Paul | 2016-10-13 | 4 | -23/+23 |
* | mesa: rename some vars in arrayobj.c | Brian Paul | 2016-10-13 | 1 | -24/+31 |
* | mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers | Brian Paul | 2016-10-13 | 6 | -9/+14 |
* | mesa: remove 'params' parameter from ctx->Driver.TexParameter() | Brian Paul | 2016-10-13 | 4 | -29/+14 |
* | mesa: fix error handling in _mesa_TransformFeedbackVaryings | Tapani Pälli | 2016-10-11 | 1 | -10/+6 |
* | mesa: throw error if bufSize negative in GetSynciv on OpenGL ES | Tapani Pälli | 2016-10-10 | 1 | -0/+8 |
* | mesa/main: add support for ARB_compute_variable_groups_size | Samuel Pitoiset | 2016-10-07 | 11 | -1/+185 |
* | glapi: add entry points for GL_ARB_compute_variable_group_size | Samuel Pitoiset | 2016-10-07 | 3 | -0/+16 |
* | mesa: call ctx->Driver.TexParameter() in texture_buffer_range() | Brian Paul | 2016-10-06 | 1 | -0/+13 |
* | mesa: make _mesa_texture_buffer_range() static | Brian Paul | 2016-10-06 | 2 | -23/+19 |
* | mesa: add const qualifier, comment on can_avoid_reallocation() | Brian Paul | 2016-10-06 | 1 | -1/+8 |
* | mesa: add comment/assertion on get_tex_level_parameter_buffer() | Brian Paul | 2016-10-06 | 1 | -0/+5 |
* | mesa: annotate AttribFuncsARB[] as const | Emil Velikov | 2016-10-06 | 1 | -1/+1 |
* | mesa: remove the UsesDFdy flag | Timothy Arceri | 2016-10-06 | 1 | -1/+0 |
* | mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets. | Kenneth Graunke | 2016-10-04 | 1 | -2/+3 |
* | mesa: Reorganize check_textarget(). | Kenneth Graunke | 2016-10-04 | 1 | -43/+37 |
* | mesa: Add a check for OES_viewport_array | Anuj Phogat | 2016-10-04 | 1 | -1/+3 |
* | mesa: Enable enums for OES_viewport_array | Anuj Phogat | 2016-10-04 | 2 | -4/+10 |
* | mesa: use uint32_t rather than unsigned for xfb struct members | Timothy Arceri | 2016-10-01 | 1 | -10/+10 |
* | mesa: move _mesa_valid_to_render() to api_validate.c | Brian Paul | 2016-09-30 | 5 | -191/+195 |
* | glsl: don't crash when dumping shaders if some come from cache | Timothy Arceri | 2016-09-28 | 1 | -2/+7 |
* | mesa/st: support lowering multi-planar YUV | Rob Clark | 2016-09-26 | 1 | -0/+16 |
* | Revert "glsl: move xfb BufferStride into gl_transform_feedback_info" | Timothy Arceri | 2016-09-24 | 1 | -3/+2 |