index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add varyings to resource list only with SSO
Tapani Pälli
2015-10-08
1
-4
/
+7
*
glsl: reduce memory footprint of uniform_storage struct
Timothy Arceri
2015-10-05
1
-1
/
+1
*
mesa: remove Driver.DeleteShader
Marek Olšák
2015-10-03
1
-4
/
+4
*
glsl: apply shader storage block member rules when adding program resources
Samuel Iglesias Gonsalvez
2015-09-30
1
-0
/
+58
*
glsl: use correct number of uniform blocks in error message
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+1
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
1
-5
/
+5
*
glsl: fix packed varyings interface type and add default case
Tapani Pälli
2015-09-25
1
-0
/
+4
*
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
2015-09-25
1
-3
/
+7
*
glsl: shader storage blocks use different max block size values than uniforms
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+11
*
glsl: number of active shader storage blocks must be within allowed limits
Samuel Iglesias Gonsalvez
2015-09-25
1
-4
/
+39
*
glsl: a shader storage buffer must be smaller than the maximum size allowed
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+1
*
glsl: add support for unsized arrays in shader storage blocks
Samuel Iglesias Gonsalvez
2015-09-25
1
-36
/
+71
*
glsl: add packed varyings to program resource list
Tapani Pälli
2015-09-25
1
-4
/
+76
*
glsl: Move link_get_main_function_signature to a common location
Jordan Justen
2015-09-13
1
-29
/
+2
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-09-09
1
-2
/
+1
*
glsl: error out on ES 3.1 if VS or FS present but not both
Tapani Pälli
2015-09-04
1
-4
/
+25
*
glsl: error on linking if no shaders are attached to program
Tapani Pälli
2015-09-04
1
-0
/
+19
*
glsl: Remove unused total_attribs_size variable.
Kenneth Graunke
2015-09-03
1
-1
/
+0
*
glsl: Handle attribute aliasing in attribute storage limit check.
Kenneth Graunke
2015-09-02
1
-28
/
+36
*
linker: Silence GCC unused parameter warnings
Ian Romanick
2015-09-02
1
-14
/
+13
*
mesa: Rename MaxCombinedImageUnitsAndFragmentOutputs to MaxCombinedShaderOutp...
Francisco Jerez
2015-08-20
1
-1
/
+1
*
glsl: make linker error message more informative
Timothy Arceri
2015-08-13
1
-2
/
+3
*
glsl: remove stage ref generation for transform feedback
Timothy Arceri
2015-08-07
1
-6
/
+4
*
glsl: add variable mode check to build_stageref
Tapani Pälli
2015-08-05
1
-4
/
+13
*
glsl: set stage flag for structs and arrays in resource list
Timothy Arceri
2015-07-30
1
-3
/
+13
*
glsl: verify location when dual source blending
Tapani Pälli
2015-07-29
1
-0
/
+19
*
glsl: move max_index calc to assign_attribute_or_color_locations
Tapani Pälli
2015-07-29
1
-8
/
+15
*
glsl: add uniform and program resource support (v2)
Dave Airlie
2015-07-23
1
-3
/
+179
*
glsl: validate restrictions on use of barrier()
Chris Forbes
2015-07-23
1
-0
/
+99
*
glsl: analyze TES usage of gl_ClipDistance
Chris Forbes
2015-07-23
1
-0
/
+19
*
glsl: push vertex count determination down one level
Chris Forbes
2015-07-23
1
-9
/
+4
*
glsl: lower gl_TessLevel* from float[n] to vecn.
Fabian Bieler
2015-07-23
1
-0
/
+4
*
glsl: allow linking of tessellation shaders.
Chris Forbes
2015-07-23
1
-1
/
+279
*
glsl: check for leading zeros in array index validation
Timothy Arceri
2015-07-22
1
-0
/
+4
*
glsl: link buffer variables and shader storage buffer interface blocks
Kristian Høgsberg
2015-07-14
1
-2
/
+2
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
mesa: use implementation specified MAX_VERTEX_ATTRIBS rather than hardcoded v...
Timothy Arceri
2015-07-08
1
-6
/
+2
*
glsl: update types for unsized arrays of members
Timothy Arceri
2015-07-04
1
-2
/
+16
*
glsl: create program resource list after LinkShader
Tapani Pälli
2015-07-01
1
-4
/
+0
*
glsl: expose build_program_resource_list function
Tapani Pälli
2015-07-01
1
-1
/
+1
*
glsl: build stageref mask using IR, not symbol table
Tapani Pälli
2015-07-01
1
-3
/
+11
*
glsl: validate sampler array indexing for 'constant-index-expression'
Tapani Pälli
2015-06-30
1
-0
/
+77
*
Revert "glsl: clone inputs and outputs during linking"
Kenneth Graunke
2015-06-28
1
-3
/
+1
*
glsl: clone inputs and outputs during linking
Tapani Pälli
2015-06-24
1
-1
/
+3
*
glsl: Fail linkage when UBO exceeds GL_MAX_UNIFORM_BLOCK_SIZE.
Jose Fonseca
2015-06-19
1
-0
/
+7
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
1
-3
/
+3
*
glsl: avoid leaking linked gl_shader when there's a late linker error
Ilia Mirkin
2015-05-25
1
-2
/
+8
*
glsl: remove element_type() helper
Timothy Arceri
2015-05-22
1
-2
/
+2
*
glsl: add stage references for UBO uniforms
Tapani Pälli
2015-05-18
1
-0
/
+10
*
glsl: check total count of multi-slot double vertex attribs
Dave Airlie
2015-05-08
1
-1
/
+40
[next]