summaryrefslogtreecommitdiff
path: root/src/mesa/main/program_resource.c
AgeCommit message (Expand)AuthorFilesLines
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