summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/program_resource.c
Commit message (Expand)AuthorAgeFilesLines
* 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