index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
shader_query.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: fix coverity error in _mesa_program_resource_find_name()
Samuel Iglesias Gonsálvez
2020-01-10
1
-1
/
+4
*
mesa/st/i965: add a ProgramResourceHash for quicker resource lookup
Tapani Pälli
2020-01-07
1
-5
/
+78
*
mesa/main: Fix UBO/SSBO ACTIVE_VARIABLES query (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-12
/
+137
*
mesa/shader_query: Fix LOCATION_INDEX query (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-12
/
+17
*
mesa/shader_query: Fix NAME_LENGTH queries (ARB_gl_spirv)
Antia Puentes
2019-07-12
1
-2
/
+14
*
mesa: Fix ACTIVE_*_MAX_LENGTH program queries (ARB_gl_spirv)
Alejandro Piñeiro
2019-07-12
1
-3
/
+12
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-1
/
+1
*
mesa/main: add NULL name check when searching for a resource name
Alejandro Piñeiro
2018-06-21
1
-0
/
+5
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-1
/
+0
*
glsl: do not set the 'smooth' qualifier by default on ES shaders
Nicolai Hähnle
2017-10-02
1
-1
/
+7
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
1
-1
/
+1
*
mesa: add KHR_no_error support for glBindFragDataLocation*()
Timothy Arceri
2017-06-29
1
-0
/
+30
*
mesa: add bind_frag_data_location() helper
Timothy Arceri
2017-06-29
1
-11
/
+19
*
mesa: add KHR_no_error support for glBindAttribLocation()
Samuel Pitoiset
2017-06-28
1
-0
/
+11
*
mesa: add bind_attrib_location() helper
Samuel Pitoiset
2017-06-28
1
-19
/
+29
*
mesa/main: remove unused strndup.h include
Emil Velikov
2017-03-22
1
-1
/
+0
*
mesa: Ignore per-vertex array size in SSO pipeline validation.
Kenneth Graunke
2017-02-12
1
-42
/
+56
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
1
-1
/
+1
*
mesa: use gl_program for CurrentProgram rather than gl_shader_program
Timothy Arceri
2017-01-23
1
-22
/
+16
*
mesa/glsl: move ProgramResourceList to gl_shader_program_data
Timothy Arceri
2017-01-19
1
-18
/
+25
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
1
-4
/
+4
*
mesa/glsl: move subroutine metadata to gl_program
Timothy Arceri
2016-12-30
1
-4
/
+4
*
glsl: Fix program interface queries relating to interface blocks.
Kenneth Graunke
2016-12-19
1
-73
/
+19
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
1
-10
/
+10
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
1
-1
/
+1
*
mesa: Strip arrayness from interface block names in some IO validation
Ian Romanick
2016-07-05
1
-8
/
+90
*
mesa: make attribute binding message more useful
Timothy Arceri
2016-07-05
1
-1
/
+2
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-1
/
+1
*
mesa/program_resource: return -1 for index if no location.
Dave Airlie
2016-06-07
1
-3
/
+16
*
mesa: Fix bogus strncmp
Ian Romanick
2016-06-01
1
-1
/
+1
*
mesa/program_interface_query: fix transform feedback varyings.
Dave Airlie
2016-05-30
1
-1
/
+1
*
mesa: Only validate SSO shader IO in OpenGL ES or debug context
Ian Romanick
2016-05-26
1
-3
/
+0
*
mesa: Remove old validate_io function
Ian Romanick
2016-05-26
1
-109
/
+0
*
mesa: Additional SSO validation using program_interface_query data
Ian Romanick
2016-05-26
1
-0
/
+176
*
mesa: Silence unused parameter warnings
Ian Romanick
2016-05-24
1
-11
/
+6
*
mesa/shader_query: add missing subroutines cases
Dave Airlie
2016-05-09
1
-0
/
+13
*
mesa: add LOCATION_COMPONENT support to GetProgramResourceiv
Timothy Arceri
2016-05-01
1
-0
/
+9
*
glsl: fully split apart buffer block arrays
Timothy Arceri
2016-04-06
1
-2
/
+5
*
glsl: store stage reference in gl_uniform_block
Timothy Arceri
2016-04-02
1
-1
/
+1
*
glsl: Fix prorgram interface query locations biasing for SSO.
Kenneth Graunke
2016-04-01
1
-8
/
+3
*
glsl: Return -1 for program interface query locations in many cases.
Kenneth Graunke
2016-04-01
1
-53
/
+9
*
glsl: Consolidate gl_VertexIDMESA -> gl_VertexID query hacks.
Kenneth Graunke
2016-04-01
1
-17
/
+0
*
glsl: Add all system variables to the input resource list.
Kenneth Graunke
2016-04-01
1
-8
/
+1
*
mesa: add query support for GL_TRANSFORM_FEEDBACK_BUFFER interface
Timothy Arceri
2016-03-31
1
-1
/
+34
*
mesa: add support to query GL_TRANSFORM_FEEDBACK_BUFFER_INDEX
Timothy Arceri
2016-03-31
1
-0
/
+6
*
mesa: add support to query GL_OFFSET for GL_TRANSFORM_FEEDBACK_VARYING
Timothy Arceri
2016-03-31
1
-3
/
+11
*
mesa: rename tranform feeback varying macro XFB to XFV
Timothy Arceri
2016-03-31
1
-6
/
+6
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-3
/
+3
*
mesa: Fix some function prototype mismatching
Jeremy Huddleston Sequoia
2016-01-21
1
-6
/
+6
*
mesa: do not validate io of non-compute and compute stage
Tapani Pälli
2016-01-13
1
-0
/
+7
[next]