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: 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
*
glsl: add EXT_clip_cull_distance support based on ARB_cull_distance
Ilia Mirkin
2016-05-23
1
-17
/
+22
*
glsl: Add an option to clamp block indices when lowering UBO/SSBOs
Jason Ekstrand
2016-05-23
1
-1
/
+2
*
glsl/linker: Add a helper variable for compiler options
Jason Ekstrand
2016-05-23
1
-2
/
+5
*
glsl: rewrite clip/cull distance lowering pass
Dave Airlie
2016-05-24
1
-1
/
+1
*
glsl: make max array trackers ints and use -1 as base. (v2)
Dave Airlie
2016-05-24
1
-7
/
+7
*
glsl/linker: dvec3/dvec4 consume twice input vertex attributes
Juan A. Suarez Romero
2016-05-23
1
-0
/
+20
*
subroutines: handle explicit indexes properly
Dave Airlie
2016-05-23
1
-14
/
+6
*
mesa/subroutines: count number subroutines properly.
Dave Airlie
2016-05-23
1
-0
/
+1
*
glsl/linker: skip inactive explicit locations.
Dave Airlie
2016-05-23
1
-0
/
+3
*
glsl/linker: link error on too many subroutine functions.
Dave Airlie
2016-05-23
1
-0
/
+4
*
glsl: produce a linker error for a subroutine uniform with no functions.
Dave Airlie
2016-05-23
1
-0
/
+4
*
glsl/linker: Ensure the first stage of an SSO pipeline has input locs assigned
Ian Romanick
2016-05-18
1
-3
/
+6
*
glsl/linker: Don't include interface name for built-in blocks
Ian Romanick
2016-05-18
1
-1
/
+2
*
glsl/linker: Fix trivial typos in comments
Ian Romanick
2016-05-18
1
-3
/
+3
*
glsl/linker: Silence unused parameter warning
Ian Romanick
2016-05-18
1
-3
/
+2
*
glsl: don't incorrectly eliminate patches with explicit locations
Timothy Arceri
2016-05-17
1
-1
/
+2
*
glsl/linker: Include the interface name for input and output blocks
Ian Romanick
2016-05-16
1
-1
/
+16
*
glsl/linker: Use canonical format for ARB_program_interface_query spec quotes
Ian Romanick
2016-05-16
1
-49
/
+51
*
Revert "glsl: Extend lowering pass for gl_ClipDistance to support other array...
Dave Airlie
2016-05-14
1
-3
/
+1
*
glsl: Add arb_cull_distance support (v3)
Tobias Klausmann
2016-05-14
1
-24
/
+84
*
glsl: Extend lowering pass for gl_ClipDistance to support other arrays (v4)
Tobias Klausmann
2016-05-14
1
-1
/
+3
[next]