summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/program_resource.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: fix active subroutine uniforms properlyTimothy Arceri2016-12-141-103/+8
* mesa: Remove redundant _mesa_has_shader_subroutineIan Romanick2016-08-261-8/+8
* mesa/main: Fix missing return in non void functionTobias Klausmann2016-08-261-1/+1
* program_resource: subroutine active uniforms should return NumSubroutineUniformsAlejandro Piñeiro2016-08-241-23/+118
* mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interfaceTimothy Arceri2016-03-311-1/+15
* mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin2016-02-151-4/+0
* glsl: move to compiler/Emil Velikov2016-01-261-1/+1
* mesa: Add MESA_VERBOSE=api for GL_ARB_program_interface_queryJordan Justen2016-01-011-0/+39
* main: fix GL_MAX_NUM_ACTIVE_VARIABLES value for shader storage blocksSamuel Iglesias Gonsalvez2015-10-281-1/+20
* mesa: fix ARRAY_SIZE query for GetProgramResourceivTapani Pälli2015-09-291-5/+3
* main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...Samuel Iglesias Gonsalvez2015-09-251-2/+5
* mesa: do not modify args when errors with GetProgramResourceNameTapani Pälli2015-08-051-6/+0
* mesa: remove now unused subscript validationsTimothy Arceri2015-07-301-51/+0
* mesa: fix and simplify resource query for arraysTimothy Arceri2015-07-301-8/+6
* program_resource: add subroutine support (v3.1)Dave Airlie2015-07-231-22/+78
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-10/+10
* mesa/main: validate name syntax for array variables onlySamuel Iglesias Gonsalvez2015-05-201-3/+3
* mesa: implementation of glGetProgramResourceivTapani Pälli2015-04-161-0/+22
* mesa: glGetProgramResourceLocationIndexTapani Pälli2015-04-161-1/+24
* mesa: glGetProgramResourceLocationTapani Pälli2015-04-161-1/+80
* mesa: glGetProgramResourceNameTapani Pälli2015-04-161-0/+23
* mesa: glGetProgramResourceIndexTapani Pälli2015-04-161-1/+84
* mesa: glGetProgramInterfaceivTapani Pälli2015-04-161-0/+119
* glapi: add GL_ARB_program_interface_query skeletonTapani Pälli2015-04-161-0/+68