mesa: add OES_sample_variables to extension table, add enable bit
[mesa.git] / src / mesa / main /
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-25 Ian Romanickmesa: Don't include meta.h
2016-01-24 Marek OlšákRevert "mesa: enable enums for OES_geometry_shader"
2016-01-22 Jeremy Huddleston... Revert "mesa: Deal with size differences between GLuint...
2016-01-22 Marta Lofstedtmesa: Update _mesa_has_geometry_shaders
2016-01-22 Marta Lofstedtmesa: enable enums for OES_geometry_shader
2016-01-22 Marta Lofstedtglapi: add GL_OES_geometry_shader extension
2016-01-21 Rob Clarkmesa: wire up EmitStringMarker for KHR_debug
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2016-01-21 Neil Robertstexobj: Remove redundant checks that the texture cube...
2016-01-21 Neil Robertstexobj: Fix the completeness checks for cube textures
2016-01-21 Jeremy Huddleston... mesa: Deal with size differences between GLuint and...
2016-01-21 Jeremy Huddleston... mesa: Fix format warnings
2016-01-21 Jeremy Huddleston... mesa: Fix some function prototype mismatching
2016-01-19 Timothy Arcerimesa: remove link validation that should be done elsewhere
2016-01-19 Marta Lofstedtmesa: Move sanity check of BindVertexBuffer for OpenGL...
2016-01-18 Timothy Arcerimesa: fix segfault in glUniformSubroutinesuiv()
2016-01-14 Nicolai Hähnlemesa: add Driver.InvalidateBufferSubData
2016-01-14 Nicolai Hähnlemesa: fix the checks in _mesa_InvalidateBuffer(Sub...
2016-01-14 Neil Robertstexobj: Check completeness with InternalFormat rather...
2016-01-13 Tapani Pällimesa: do not validate io of non-compute and compute...
2016-01-12 Timothy Arcerimesa: print the invalid enum when CreateShader fails
2016-01-12 Tapani Pällimesa: use gl_shader_variable in program resource list
2016-01-12 Erik Faye-Lundmain: get rid of needless conditional
2016-01-11 Ian Romanickmesa: Refator _mesa_BindSampler to make _mesa_bind_sampler
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_srgb_decode method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_filters method
2016-01-11 Ian Romanickmesa: Add _mesa_set_sampler_wrap method
2016-01-11 Dave Airliemesa/uniform_query: add IROUNDD and use for doubles...
2016-01-10 Rhys Kiddmesa: Update todo regarding StencilOp and StencilOpSepa...
2016-01-09 Nicolai Hähnlemesa: merge bind_atomic_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_shader_storage_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_uniform_buffers_{base|range}
2016-01-09 Nicolai Hähnlemesa: merge bind_xfb_buffers_{base|range}
2016-01-08 Jordan Justenmesa: Use separate indices for UBO & SSBO during binding
2016-01-08 Jordan Justenmesa: Map program UBOs and SSBOs to Interface Blocks
2016-01-08 Jose Fonsecamesa/main: Avoid `void function returning a value`...
2016-01-08 Marek Olšákglsl: optionally declare gl_FragCoord & gl_FrontFacing...
2016-01-08 Nicolai Hähnlemesa: check that internalformat of CopyTexImage*D is...
2016-01-07 Ilia Mirkinmesa: add support for ARB_indirect_parameters draw...
2016-01-07 Ilia Mirkinmesa: add parameter buffer, used for ARB_indirect_param...
2016-01-07 Ilia Mirkinglapi: add ARB_indirect_parameters definitions
2016-01-07 Nicolai Hähnlemesa/bufferobj: make _mesa_delete_buffer_object externa...
2016-01-06 Brian Paulmain: s/GLuint/GLbitfield for state bitmasks
2016-01-06 Timothy Arcerimesa: fix GL_MAX_NAME_LENGTH query for tessellation...
2016-01-05 Brian Paulmesa: check for z=0 in _mesa_Vertex3dv()
2016-01-05 Ilia MirkinRevert "i965/wm: use proper API buffer size for the...
2016-01-04 Samuel Iglesias... i965/wm: use proper API buffer size for the surfaces.
2016-01-02 Jordan Justenmesa: Fix warning with MESA_VERBOSE=api for BindBufferRange
2016-01-01 Jordan Justenmesa: Add MESA_VERBOSE=api for GL_ARB_program_interface...
2016-01-01 Jordan Justenmesa: Add MESA_VERBOSE=api for several indexed BindBuff...
2015-12-29 Kristian Høgsberg... mesa: Add core mesa support for GL_ARB_shader_draw_para...
2015-12-22 Tapani Pällimesa: fix interface matching done in validate_io
2015-12-22 Iago Toral Quirogamesa: add SSBOs to the list of fragment shader side...
2015-12-22 Iago Toral Quirogamesa: Add a _mesa_active_fragment_shader_has_side_effec...
2015-12-17 Miklós Mátéswrast: move two global defines to the only place where...
2015-12-17 Miklós Mátémesa: improve debug log in atifragshader
2015-12-17 Miklós Mátémesa: Don't leak ATIfs instructions in DeleteFragmentShader
2015-12-17 Jordan Justenmain/version: Don't require ARB_compute_shader for...
2015-12-17 Jordan Justenmain: Allow compute shaders to be compiled with OpenGLE...
2015-12-17 Jordan Justenmain: Add MESA_VERBOSE=api for LinkProgram & UseProgram
2015-12-16 Neil Robertsmesa/blit: Don't require the same format for mulitisamp...
2015-12-15 Nicolai Hähnlemesa/main: use BITSET_FOREACH_SET in perf_monitor_resul...
2015-12-11 Dave Airliemesa/shader: return correct attribute location for...
2015-12-10 Neil Robertsblit: Don't take into account the Mesa format when...
2015-12-10 Jordan Justenglsl: Add lowering pass for shared variable references
2015-12-10 Tapani Pällimesa: invalidate pipeline status after glUseProgramStages
2015-12-10 Dave Airliemesa/varray: set double arrays to non-normalised.
2015-12-09 Brian Paulmesa: fix ID usage for buffer warnings
2015-12-09 Andreas Bollmesa: Fix a typo in a comment
2015-12-09 Andreas Bollmesa: Fix typos in print messages
2015-12-09 Brian Paulmesa: detect inefficient buffer use and report through...
2015-12-07 Alejandro Piñeiromesa: remove _mesa_tex_target_is_array
2015-12-07 Timothy Arcerimesa: move GLES checks for SSO input/output validation
2015-12-07 Timothy Arcerimesa: move GL_INVALID_OPERATION error to rendering...
2015-12-07 Timothy Arcerimesa: move pipeline input/output validation inside...
2015-12-07 Timothy Arceriglsl: re-validate program pipeline after sampler change
2015-12-04 Emil Velikovmesa/tests: add KHR_debug GLES glGetPointervKHR entry...
2015-12-03 Emil Velikovmesa: rework the meaning of gl_debug_message::length
2015-12-03 Emil Velikovmesa: errors: validate the length of null terminated...
2015-12-03 Emil Velikovmesa: accept TYPE_PUSH/POP_GROUP with glDebugMessageInsert
2015-12-03 Emil Velikovmesa: add SEVERITY_NOTIFICATION to default state
2015-12-03 Emil Velikovmesa: return the correct value for GroupStackDepth
2015-12-03 Emil Velikovmesa: rename GroupStackDepth to CurrentGroup
2015-12-03 Emil Velikovmesa: do not enable KHR_debug for ES 1.0
2015-12-03 Nanley Cherymesa/version: Update gl_extensions::Version during...
2015-12-03 Brian Paulmesa: print enum names rather than hexadecimal values...
2015-12-02 Brian Paulmesa: print enum string in compressed_subtexture_error_...
2015-12-02 Roland Scheideggermesa: fix VIEWPORT_INDEX_PROVOKING_VERTEX and LAYER_PRO...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-12-01 Eric Anholtmesa: Drop the blacklisting of new GL enums.
2015-12-01 Eric Anholtmesa: Drop bitfield "enums" from the enum-to-string...
2015-12-01 Eric Anholtmesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.
2015-12-01 Eric Anholtmesa: Cut enum_strings.cpp test down to a few hand...
2015-11-29 Emil Velikovmesa: remove len argument from _mesa_shader_debug()
2015-11-28 Ilia Mirkinmesa: support GL_RED/GL_RG in ES2 contexts when driver...
2015-11-26 Timothy Arceriglsl: don't generate extra errors in ValidateProgramPip...
2015-11-26 Marta Lofstedtmesa: remove ARB_geometry_shader4
next