main: Allow compute shaders to be compiled with OpenGLES 3.1
[mesa.git] / src / mesa / main /
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
2015-11-26 Tapani Pällimesa: error out in indirect draw when vertex bindings...
2015-11-25 Nicolai Hähnlemesa/main: allow delayed initialization of performance...
2015-11-24 Matt Turnermesa: Use unreachable() instead of a default case.
2015-11-24 Ian Romanickmesa: Refactor enable_vertex_array_attrib to make _mesa...
2015-11-24 Ian Romanickmesa: Refactor update_array_format to make _mesa_update...
2015-11-24 Ian Romanickmesa: Make bind_vertex_buffer avilable outside varray.c
2015-11-24 Timothy Arceriglsl: implement recent spec update to SSO validation
2015-11-24 Timothy ArceriRevert "mesa: return initial value for VALIDATE_STATUS...
2015-11-23 Dave Airlietexgetimage: consolidate 1D array handling code.
2015-11-22 Nanley Cherymesa/teximage: Fix S3TC regression due to ASTC interaction
2015-11-22 Nanley Cherymesa/extensions: Enable overriding permanently enabled...
2015-11-20 Brian Paulmesa: update some old-style (K&R?) function pointer...
2015-11-20 Timothy Arceriglsl: add subroutine index qualifier support
2015-11-20 Brian Paulmesa: remove unused var in _mesa_PushDebugGroup()
2015-11-20 Brian Paulmesa: whitespaces fixes in _mesa_one_time_init_extensio...
2015-11-20 Boyan Dingmesa: re-enable KHR_debug for ES contexts
2015-11-20 Boyan Dingmain: Don't restrict several KHR_debug enum to desktop GL
2015-11-20 Emil Velikovmesa: use the correct string for the ES GL_KHR_debug...
2015-11-20 Ian Romanickmesa: Extension tracking for EXT_shader_samples_indentical
2015-11-19 Nanley Cherymesa: Add test for sorted extension table
2015-11-19 Nanley Cherymesa/extensions: Sort the extension table alphabetically
2015-11-19 Ryan Houdekmesa: enable EXT_blend_func_extended if the driver...
2015-11-19 Ryan Houdekmesa: allow MAX_DUAL_SOURCE_DRAW_BUFFERS to be availabl...
2015-11-19 Ryan Houdekmesa: enable usage of blend_func_extended blend factors...
2015-11-19 Ryan Houdekglapi: add EXT_blend_func_extended XML definitions
2015-11-19 Ian Romanickmesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
2015-11-17 Tapani Pällimesa: do runtime validation of precision varyings only...
2015-11-13 Brian Paulmesa: minor comment fix in blend.c
2015-11-13 Nanley Cherymesa: Replace gl_extensions::EXT_texture3D with ::dummy...
2015-11-12 Brian Paulmesa: fix MSVC build break in extensions.h
2015-11-12 Nanley Cherymesa: In helpers, only check driver capability for...
2015-11-12 Nanley Cherymesa/extensions: Prefix global struct and extension...
2015-11-12 Nanley Cherymesa: Generate a helper function for each extension
2015-11-12 Nanley Cherymesa/extensions: Replace extension::api_set with :...
2015-11-12 Nanley Cherymesa/extensions: Use _mesa_extension_supported()
2015-11-12 Nanley Cherymesa/extensions: Create _mesa_extension_supported()
2015-11-12 Nanley Cherymesa/extensions: Add extension::version
2015-11-12 Nanley Cherymesa/extensions: Move entries entries to separate file
2015-11-12 Nanley Cherymesa/extensions: Wrap array entries in macros
2015-11-12 Nanley Cherymesa/extensions: Remove array sentinel
2015-11-12 Tapani Pällimesa: validate precision of varyings during ValidatePro...
2015-11-11 Timothy Arcerimesa: add ARB_enhanced_layouts
2015-11-11 Ilia Mirkinmesa/copyimage: allow width/height to not be multiples...
2015-11-11 Brian Paulmesa: remove old comments in arrayobj.c
2015-11-10 Kristian Høgsberg... glsl: Lower UBO and SSBO access in glsl linker
2015-11-06 Brian Paulmesa: report enum name in glClientActiveTexture() error...
2015-11-05 Neil Robertsmeta: Support 16x MSAA in the multisample scaled blit...
2015-11-04 Ilia Mirkinmesa/tests: add glBufferStorageEXT to ES 3.1 dispatch...
2015-11-04 Ryan Houdekmesa: expose support for GL_EXT_buffer_storage
2015-11-04 Jordan Justenmesa: rename UniformBlockStageIndex to InterfaceBlockSt...
2015-11-02 Jordan Justenmesa: Add spec citations for DispatchCompute*
2015-11-02 Jordan Justenmesa: Update DispatchComputeIndirect errors for indirec...
2015-11-02 Tapani Pällimesa: fix uniforms calculation in glGetProgramiv
2015-11-02 Tapani Pällimesa: fix program resource queries for atomic counter...
2015-11-02 Ryan Houdekmesa: expose support for OES/EXT_draw_elements_base_ver...
2015-11-01 Jordan Justenmesa/sso: Add compute shader support
2015-11-01 Jordan Justenmesa/sso: Add MESA_VERBOSE=api trace support
2015-11-01 Jordan Justenmain/get: Add MAX_COMBINED_COMPUTE_UNIFORM_COMPONENTS
2015-10-30 Emil Velikovmesa: add infra for ARB_shader_clock
2015-10-30 Samuel Iglesias... main: fix basename match's check if it's an array or...
2015-10-29 Nanley Cherymesa: Enable ASTC in GLES' [NUM_]COMPRESSED_TEXTURE_FOR...
next