summaryrefslogtreecommitdiff
path: root/src/mesa/main/program_resource.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-09st/mesa/i965: create link status enumTimothy Arceri1-1/+1
2017-01-19mesa/glsl: move ProgramResourceList to gl_shader_program_dataTimothy Arceri1-20/+20
2016-11-29mesa: fix active subroutine uniforms properlyTimothy Arceri1-103/+8
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri1-1/+1
2016-08-26mesa: Remove redundant _mesa_has_shader_subroutineIan Romanick1-8/+8
2016-08-26mesa/main: Fix missing return in non void functionTobias Klausmann1-1/+1
2016-08-24program_resource: subroutine active uniforms should return NumSubroutineUniformsAlejandro Piñeiro1-23/+118
2016-03-31mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interfaceTimothy Arceri1-1/+15
2016-02-15mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin1-4/+0
2016-01-26glsl: move to compiler/Emil Velikov1-1/+1
2016-01-01mesa: Add MESA_VERBOSE=api for GL_ARB_program_interface_queryJordan Justen1-0/+39
2015-10-28main: fix GL_MAX_NUM_ACTIVE_VARIABLES value for shader storage blocksSamuel Iglesias Gonsalvez1-1/+20
2015-09-29mesa: fix ARRAY_SIZE query for GetProgramResourceivTapani Pälli1-5/+3
2015-09-25main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...Samuel Iglesias Gonsalvez1-2/+5
2015-08-05mesa: do not modify args when errors with GetProgramResourceNameTapani Pälli1-6/+0
2015-07-30mesa: remove now unused subscript validationsTimothy Arceri1-51/+0
2015-07-30mesa: fix and simplify resource query for arraysTimothy Arceri1-8/+6
2015-07-23program_resource: add subroutine support (v3.1)Dave Airlie1-22/+78
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-10/+10
2015-05-20mesa/main: validate name syntax for array variables onlySamuel Iglesias Gonsalvez1-3/+3
2015-04-16mesa: implementation of glGetProgramResourceivTapani Pälli1-0/+22
2015-04-16mesa: glGetProgramResourceLocationIndexTapani Pälli1-1/+24
2015-04-16mesa: glGetProgramResourceLocationTapani Pälli1-1/+80
2015-04-16mesa: glGetProgramResourceNameTapani Pälli1-0/+23
2015-04-16mesa: glGetProgramResourceIndexTapani Pälli1-1/+84
2015-04-16mesa: glGetProgramInterfaceivTapani Pälli1-0/+119
2015-04-16glapi: add GL_ARB_program_interface_query skeletonTapani Pälli1-0/+68