summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-284-13/+15
* mesa: code clean-up in _mesa_update_vao_client_arrays()Brian Paul2016-10-281-8/+5
* mesa: update comment on vertex_attrib_binding()Brian Paul2016-10-281-1/+2
* mesa: rename gl_vertex_array_object::VertexBinding to BufferBindingBrian Paul2016-10-288-51/+51
* mesa: expose GL_EXT_robustnessTapani Pälli2016-10-271-0/+1
* mesa: add missing CONTEXT_ROBUST_ACCESS enumTapani Pälli2016-10-274-0/+8
* compiler: remove copy_shader_info()Timothy Arceri2016-10-261-2/+0
* glsl: set uses texture gather directly in shader_infoTimothy Arceri2016-10-261-2/+0
* glsl/st/mesa: use common system values read fieldTimothy Arceri2016-10-261-1/+0
* glsl: set patch outputs written directly in shader_infoTimothy Arceri2016-10-261-1/+0
* glsl: set patch inputs read directly in shader_infoTimothy Arceri2016-10-261-1/+0
* glsl: set outputs read directly in shader_infoTimothy Arceri2016-10-261-1/+0
* r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri2016-10-264-5/+4
* mesa/glsl: set double inputs read directly in shader_infoTimothy Arceri2016-10-261-1/+0
* r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri2016-10-265-8/+7
* mesa/compiler: copy early fragment tests to shader_info in _mesa_copy_linked_...Timothy Arceri2016-10-261-0/+1
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-268-88/+64
* i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri2016-10-261-2/+1
* mesa: remove now unused IsCentroid from gl_fragment_programTimothy Arceri2016-10-261-6/+0
* glsl: remove now unused InterpQualifierTimothy Arceri2016-10-261-7/+0
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-262-24/+7
* mesa: set cs shader_info metadata directlyTimothy Arceri2016-10-261-5/+3
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-269-81/+74
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-263-25/+9
* mesa: set gs shader_info metadata directlyTimothy Arceri2016-10-261-9/+7
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-263-22/+8
* mesa: copy tes metadata directly to shared shader infoTimothy Arceri2016-10-261-7/+4
* i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri2016-10-263-18/+7
* mesa: set tcs shader_info metadata directlyTimothy Arceri2016-10-261-3/+1
* glsl: add temporary copy_shader_info() functionTimothy Arceri2016-10-261-0/+2
* glsl: add a shader info field to the gl_program typeTimothy Arceri2016-10-261-0/+3
* mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shaderTimothy Arceri2016-10-262-22/+22
* mesa: fix error handling in DrawBuffersTapani Pälli2016-10-251-34/+37
* glsl: add matrix layout information to interface block typesIago Toral Quiroga2016-10-241-0/+1
* mesa: remove unused LocalSizeVariableTimothy Arceri2016-10-202-6/+0
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-191-1/+0
* util: move min/max/clamp macros to util macros.hDave Airlie2016-10-191-13/+0
* mesa: fix indentation in vertex_attrib_binding()Brian Paul2016-10-131-2/+2
* mesa: add sanity check assertion in update_array_formatBrian Paul2016-10-131-0/+3
* mesa: remove needless cast in update_array()Brian Paul2016-10-131-1/+1
* mesa: simplify update_array() with a vao local varBrian Paul2016-10-131-7/+7
* mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul2016-10-137-27/+27
* mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul2016-10-134-23/+23
* mesa: rename some vars in arrayobj.cBrian Paul2016-10-131-24/+31
* mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul2016-10-136-9/+14
* mesa: remove 'params' parameter from ctx->Driver.TexParameter()Brian Paul2016-10-134-29/+14
* mesa: fix error handling in _mesa_TransformFeedbackVaryingsTapani Pälli2016-10-111-10/+6
* mesa: throw error if bufSize negative in GetSynciv on OpenGL ESTapani Pälli2016-10-101-0/+8
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-0711-1/+185
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-073-0/+16