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
/
compiler
/
glsl
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/linker: Allow link_intrastage_shaders when there is no main()
Ian Romanick
2016-11-10
1
-11
/
+17
*
mesa: remove LowerShaderSharedVariables
Marek Olšák
2016-11-10
1
-1
/
+1
*
linker: Accurately track gl_uniform_block::stageref
Ian Romanick
2016-11-09
1
-2
/
+1
*
glsl: Update deref types when resizing implicitly sized arrays.
Kenneth Graunke
2016-11-03
1
-23
/
+47
*
mesa/glsl: delete previously linked shaders earlier when linking
Timothy Arceri
2016-11-03
1
-8
/
+0
*
glsl: Fix reading of uninitialized memory
Juha-Pekka Heikkila
2016-10-31
1
-2
/
+2
*
glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.
Kenneth Graunke
2016-10-27
1
-3
/
+38
*
glsl: Pass ctx to program interface query helper functions.
Kenneth Graunke
2016-10-27
1
-13
/
+20
*
glsl: add matrix layout information to interface block types
Iago Toral Quiroga
2016-10-24
1
-2
/
+4
*
glsl/es31: precision qualifier doesn't need to match in shader interface bloc...
Samuel Iglesias Gonsálvez
2016-10-24
1
-1
/
+9
*
glsl/linker: handle errors when a variable local size is used
Samuel Pitoiset
2016-10-07
1
-2
/
+23
*
glsl: remove tabs from linker.{cpp,h}
Timothy Arceri
2016-09-29
1
-404
/
+403
*
glsl: move some uniform linking code to new link_setup_uniform_remap_tables()
Timothy Arceri
2016-09-27
1
-3
/
+1
*
glsl: use reproducible name for lowered const arrays
Timothy Arceri
2016-09-27
1
-1
/
+1
*
Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"
Timothy Arceri
2016-09-24
1
-4
/
+4
*
glsl: Delete linker stuff relating to built-in functions.
Kenneth Graunke
2016-09-23
1
-39
/
+3
*
glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.
Kenneth Graunke
2016-09-23
1
-99
/
+0
*
glsl: move xfb BufferStride into gl_transform_feedback_info
Timothy Arceri
2016-09-24
1
-4
/
+4
*
glsl: grammar fix
Eero Tamminen
2016-09-14
1
-2
/
+2
*
mesa/glsl: Move string_to_uint_map into the util folder
Thomas Helland
2016-09-12
1
-1
/
+1
*
glsl: Convert linker to the util hash table
Thomas Helland
2016-09-12
1
-12
/
+17
*
glsl/linker: Fail linking on ES if uniform precision qualifiers don't match
Ian Romanick
2016-08-26
1
-0
/
+7
*
glsl: Merge blend_support qualifiers when linking.
Kenneth Graunke
2016-08-25
1
-0
/
+2
*
glsl/linker: Allow fragment output overlap for gl_LastFragData.
Francisco Jerez
2016-08-24
1
-0
/
+3
*
glsl: Rename link_fs_input_layout_qualifiers to "inout".
Kenneth Graunke
2016-08-20
1
-2
/
+2
*
glsl: look for frag data bindings with [0] tacked onto the end for arrays
Ilia Mirkin
2016-08-12
1
-11
/
+28
*
glsl: remove dead builtins before assigning varying locations
Timothy Arceri
2016-08-11
1
-9
/
+9
*
glsl: split out varying and uniform linking code
Timothy Arceri
2016-08-11
1
-207
/
+222
*
mesa: Use a temporary set to track whether we've added a resource yet.
Eric Anholt
2016-08-10
1
-26
/
+50
*
glsl: Combine GS and TES array resizing visitors.
Kenneth Graunke
2016-08-07
1
-72
/
+35
*
glsl: Fix location bias for patch variables.
Kenneth Graunke
2016-08-07
1
-0
/
+3
*
glsl: Fix the program resource names of gl_TessLevelOuter/Inner[].
Kenneth Graunke
2016-08-07
1
-0
/
+12
*
glsl: use linked shaders rather than compiled shaders
Timothy Arceri
2016-07-19
1
-4
/
+4
*
glsl/mesa: move duplicate shader fields into new struct gl_shader_info
Timothy Arceri
2016-06-30
1
-113
/
+136
*
glsl: simplify link_uniform_blocks()
Timothy Arceri
2016-06-30
1
-3
/
+2
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-53
/
+53
*
glsl: pass symbols rather than shader to _mesa_get_main_function_signature()
Timothy Arceri
2016-06-30
1
-2
/
+2
*
glsl: make cross_validate_globals() more generic
Timothy Arceri
2016-06-30
1
-206
/
+207
*
glsl: Propagate invariant/precise after lowering const arrays.
Kenneth Graunke
2016-06-23
1
-0
/
+1
*
glsl/mesa: stop duplicating geom and tcs layout values
Timothy Arceri
2016-06-23
1
-11
/
+7
*
glsl/mesa: stop duplicating tes layout values
Timothy Arceri
2016-06-23
1
-4
/
+0
*
mesa/glsl: stop using GL shader type internally
Timothy Arceri
2016-06-16
1
-1
/
+1
*
glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.
Kenneth Graunke
2016-06-15
1
-3
/
+17
*
glsl: fix max varyings count for ARB_enhanced_layouts
Timothy Arceri
2016-06-12
1
-5
/
+21
*
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
2016-06-09
1
-2
/
+2
*
glsl: Use Geom.VerticesOut == -1 to specify unset
Ian Romanick
2016-06-01
1
-4
/
+4
*
glsl/linker: call link_uniform blocks on linked shader.
Dave Airlie
2016-05-28
1
-1
/
+1
*
mesa: Track the additional data in gl_shader_variable
Ian Romanick
2016-05-26
1
-4
/
+16
*
glsl: handle implicit sized arrays in ssbo
Dave Airlie
2016-05-26
1
-39
/
+48
*
glsl: add support for explicit components to frag outputs
Timothy Arceri
2016-05-24
1
-10
/
+62
[next]