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
/
compiler
/
glsl
/
linker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
1
-15
/
+3
*
glsl/linker: Optimize swizzles again after linking
Ian Romanick
2017-11-08
1
-0
/
+10
*
glsl: use the correct parent when allocating program data members
Timothy Arceri
2017-11-09
1
-3
/
+3
*
glsl: drop cache_fallback
Timothy Arceri
2017-11-09
1
-47
/
+38
*
glsl: add varying resources for arrays of complex types
Juan A. Suarez Romero
2017-11-08
1
-4
/
+59
*
glsl: Allow precision mismatch on dead data with GLSL ES 1.00
Tomasz Figa
2017-11-06
1
-4
/
+10
*
glsl: Use the utility function to copy symbols between symbol tables
Eduardo Lima Mitev
2017-10-30
1
-13
/
+3
*
Revert "foo"
Emil Velikov
2017-10-30
1
-12
/
+12
*
foo
Emil Velikov
2017-10-30
1
-12
/
+12
*
glsl/linker: validate explicit locations for SSO programs
Iago Toral Quiroga
2017-10-26
1
-0
/
+10
*
glsl: fix derived cs variables
Ilia Mirkin
2017-10-23
1
-0
/
+3
*
glsl/linker: produce error when invalid explicit locations are used
Iago Toral Quiroga
2017-10-19
1
-1
/
+1
*
glsl/linker: add check for compute shared memory size
Nicolai Hähnle
2017-10-10
1
-2
/
+1
*
glsl/linker: properly fix output variable overlap check
Nicolai Hähnle
2017-09-21
1
-6
/
+12
*
glsl/linker: fix output variable overlap check
Nicolai Hähnle
2017-09-20
1
-6
/
+11
*
glsl: Silence unused parameter warnings
Ian Romanick
2017-09-19
1
-5
/
+2
*
util: move string_to_uint_map to glsl
Emil Velikov
2017-08-29
1
-1
/
+1
*
glsl: pass UseSTD430AsDefaultPacking to where it will be used
Timothy Arceri
2017-08-22
1
-8
/
+12
*
glsl: Mark functions static
Matt Turner
2017-08-21
1
-10
/
+10
*
glsl: pass mem_ctx to constant_expression_value(...) and friends
Timothy Arceri
2017-08-11
1
-1
/
+1
*
glsl: stop copying struct and interface member names
Timothy Arceri
2017-08-11
1
-8
/
+1
*
glsl: explicitly zero out padding to gl_shader_variable bitfield
Nicolai Hähnle
2017-07-05
1
-1
/
+4
*
glsl: look for multiple variables simultaneously with find_assignment_visitor
Nicolai Hähnle
2017-07-05
1
-41
/
+81
*
glsl: simplify disable_varying_optimizations_for_sso
Nicolai Hähnle
2017-07-03
1
-18
/
+11
*
glsl: do not call link_xfb_stride_layout_qualifiers() for fragment shaders
Juan A. Suarez Romero
2017-06-26
1
-2
/
+5
*
glsl: simplify validate_intrastage_arrays
Nicolai Hähnle
2017-06-13
1
-8
/
+0
*
glsl: remove redundant record_compare check when linking globals
Nicolai Hähnle
2017-06-13
1
-22
/
+17
*
glsl: link bindless layout qualifiers
Samuel Pitoiset
2017-05-06
1
-0
/
+44
*
glsl: make use glsl_type::is_atomic_uint()
Samuel Pitoiset
2017-04-21
1
-2
/
+1
*
glsl: delay optimisations on individual shaders when cache is available
Timothy Arceri
2017-04-15
1
-3
/
+0
*
glsl: Interface Block instances don't need linking validation
Andres Gomez
2017-03-27
1
-5
/
+9
*
glsl: on UBO/SSBOs link error reset the number of active blocks to 0
Andres Gomez
2017-03-27
1
-0
/
+6
*
glsl: Raise a link error for non-SSO ES programs with a TES but no TCS.
Kenneth Graunke
2017-02-23
1
-0
/
+10
*
glsl: enable early_fragment_tests implicitly with post_depth_coverage
Iago Toral Quiroga
2017-02-23
1
-1
/
+1
*
glsl: fix scons builds with shader cache
Timothy Arceri
2017-02-17
1
-0
/
+2
*
glsl: don't reprocess or clear UBOs on cache fallback
Timothy Arceri
2017-02-17
1
-29
/
+33
*
glsl: skip more uniform initialisation when doing fallback linking
Timothy Arceri
2017-02-17
1
-8
/
+12
*
glsl: don't reference shader prog data during cache fallback
Timothy Arceri
2017-02-17
1
-1
/
+2
*
glsl: add support for caching shaders with xfb qualifiers
Timothy Arceri
2017-02-17
1
-1
/
+13
*
glsl: make use of on disk shader cache
Timothy Arceri
2017-02-17
1
-0
/
+5
*
glsl: Drop resize-to-MaxPatchVertices hack.
Kenneth Graunke
2017-02-12
1
-32
/
+0
*
glsl: Update a comment about link errors for TCS && !TES.
Kenneth Graunke
2017-02-12
1
-1
/
+9
*
st/mesa/i965: create link status enum
Timothy Arceri
2017-02-09
1
-3
/
+3
*
glsl: lower constant arrays to uniform arrays before optimisation loop
Timothy Arceri
2017-01-25
1
-13
/
+26
*
glsl: fix tes linking regression
Timothy Arceri
2017-01-23
1
-2
/
+2
*
mesa/glsl: set and get cs layouts to and from shader_info
Timothy Arceri
2017-01-23
1
-20
/
+15
*
mesa/glsl: set and get gs layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-33
/
+37
*
mesa/glsl/i965: set and get tes layouts directly to and from shader_info
Timothy Arceri
2017-01-23
1
-31
/
+33
*
glsl: use last_vert_prog to get last {clip,cull}_distance_array_size
Timothy Arceri
2017-01-23
1
-14
/
+0
*
mesa/glsl: set {clip,cull}_distance_array_size directly in gl_program
Timothy Arceri
2017-01-23
1
-16
/
+16
[prev]
[next]