| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: need to check resource and set length even if bufSize is 0 | Ilia Mirkin | 2016-02-15 | 1 | -4/+0 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -1/+1 |
* | mesa: Add MESA_VERBOSE=api for GL_ARB_program_interface_query | Jordan Justen | 2016-01-01 | 1 | -0/+39 |
* | main: fix GL_MAX_NUM_ACTIVE_VARIABLES value for shader storage blocks | Samuel Iglesias Gonsalvez | 2015-10-28 | 1 | -1/+20 |
* | mesa: fix ARRAY_SIZE query for GetProgramResourceiv | Tapani Pälli | 2015-09-29 | 1 | -5/+3 |
* | main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in... | Samuel Iglesias Gonsalvez | 2015-09-25 | 1 | -2/+5 |
* | mesa: do not modify args when errors with GetProgramResourceName | Tapani Pälli | 2015-08-05 | 1 | -6/+0 |
* | mesa: remove now unused subscript validations | Timothy Arceri | 2015-07-30 | 1 | -51/+0 |
* | mesa: fix and simplify resource query for arrays | Timothy Arceri | 2015-07-30 | 1 | -8/+6 |
* | program_resource: add subroutine support (v3.1) | Dave Airlie | 2015-07-23 | 1 | -22/+78 |
* | mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). | Kenneth Graunke | 2015-07-20 | 1 | -10/+10 |
* | mesa/main: validate name syntax for array variables only | Samuel Iglesias Gonsalvez | 2015-05-20 | 1 | -3/+3 |
* | mesa: implementation of glGetProgramResourceiv | Tapani Pälli | 2015-04-16 | 1 | -0/+22 |
* | mesa: glGetProgramResourceLocationIndex | Tapani Pälli | 2015-04-16 | 1 | -1/+24 |
* | mesa: glGetProgramResourceLocation | Tapani Pälli | 2015-04-16 | 1 | -1/+80 |
* | mesa: glGetProgramResourceName | Tapani Pälli | 2015-04-16 | 1 | -0/+23 |
* | mesa: glGetProgramResourceIndex | Tapani Pälli | 2015-04-16 | 1 | -1/+84 |
* | mesa: glGetProgramInterfaceiv | Tapani Pälli | 2015-04-16 | 1 | -0/+119 |
* | glapi: add GL_ARB_program_interface_query skeleton | Tapani Pälli | 2015-04-16 | 1 | -0/+68 |