summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2017-01-093-104/+10
|\
| * mesa/fbobject: Update CubeMapFace when reusing texturesNanley Chery2016-12-161-0/+1
| * mesa: only verify that enabled arrays have backing buffersIlia Mirkin2016-12-141-1/+1
| * mesa: fix active subroutine uniforms properlyTimothy Arceri2016-12-141-103/+8
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-254-48/+28
|\ \ | |/
| * mesa: fix empty program log lengthTapani Pälli2016-11-242-3/+6
| * mesa: Drop PATH_MAX usage.Kenneth Graunke2016-11-242-34/+15
| * Fix races during _mesa_HashWalk().Steinar H. Gunderson2016-11-241-11/+7
* | Merge remote-tracking branch 'mesa/13.0' into nougat-x86Chih-Wei Huang2016-11-162-14/+12
|\ \ | |/
| * mesa/glsl: delete previously linked shaders earlier when linkingTimothy Arceri2016-11-092-14/+12
* | android: print debug info to logcatWuZhen2016-11-011-0/+8
* | i915: enable GL_APPLE_texture_2D_limited_npot in mesa 11.1Mauro Rossi2016-11-011-0/+1
* | android: advertise GL_ARB_texture_non_power_of_two in mesa 11.1Mauro Rossi2016-11-011-1/+1
|/
* mesa: fix error handling in DrawBuffersTapani Pälli2016-10-271-34/+37
* 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
* mesa: call ctx->Driver.TexParameter() in texture_buffer_range()Brian Paul2016-10-061-0/+13
* mesa: make _mesa_texture_buffer_range() staticBrian Paul2016-10-062-23/+19
* mesa: add const qualifier, comment on can_avoid_reallocation()Brian Paul2016-10-061-1/+8
* mesa: add comment/assertion on get_tex_level_parameter_buffer()Brian Paul2016-10-061-0/+5
* mesa: annotate AttribFuncsARB[] as constEmil Velikov2016-10-061-1/+1
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-061-1/+0
* mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets.Kenneth Graunke2016-10-041-2/+3
* mesa: Reorganize check_textarget().Kenneth Graunke2016-10-041-43/+37
* mesa: Add a check for OES_viewport_arrayAnuj Phogat2016-10-041-1/+3
* mesa: Enable enums for OES_viewport_arrayAnuj Phogat2016-10-042-4/+10
* mesa: use uint32_t rather than unsigned for xfb struct membersTimothy Arceri2016-10-011-10/+10
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-305-191/+195
* glsl: don't crash when dumping shaders if some come from cacheTimothy Arceri2016-09-281-2/+7
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+16
* Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"Timothy Arceri2016-09-241-3/+2
* glsl: move xfb BufferStride into gl_transform_feedback_infoTimothy Arceri2016-09-241-2/+3
* mesa: add implementations for new float depth functionsIlia Mirkin2016-09-221-1/+18
* mesa: move ARB_viewport_array params to a GLES 3.1-accessible sectionIlia Mirkin2016-09-221-6/+6
* mesa: add GL_OES_viewport_array to the extension stringIlia Mirkin2016-09-222-0/+2
* mesa: add new entrypoints for GL_OES_viewport_arrayIlia Mirkin2016-09-223-0/+29
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-202-0/+2