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: 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
*
st/mesa/glsl: change xfb_program field to last_vert_prog
Timothy Arceri
2017-01-23
1
-24
/
+23
*
glsl: Move builtin_function related prototypes to a separate file
Ian Romanick
2017-01-20
1
-0
/
+1
*
mesa/glsl: move TransformFeedbackBufferStride to gl_shader
Timothy Arceri
2017-01-19
1
-37
/
+34
*
glsl: set InnerCoverage directly in gl_program
Timothy Arceri
2017-01-19
1
-2
/
+1
*
glsl: tidy up PostDepthCoverage shader field
Timothy Arceri
2017-01-19
1
-1
/
+1
*
mesa/glsl: move pixel_center_integer to gl_shader
Timothy Arceri
2017-01-19
1
-5
/
+3
*
mesa/glsl: move origin_upper_left to gl_shader
Timothy Arceri
2017-01-19
1
-5
/
+3
*
mesa/glsl: move uses_gl_fragcoord to gl_shader
Timothy Arceri
2017-01-19
1
-7
/
+5
*
mesa/glsl: move redeclares_gl_fragcoord to gl_shader
Timothy Arceri
2017-01-19
1
-13
/
+8
*
mesa/glsl: move ARB_fragment_coord_conventions_enable field
Timothy Arceri
2017-01-19
1
-1
/
+1
*
st/mesa/glsl: set early_fragment_tests directly in shader_info
Timothy Arceri
2017-01-19
1
-2
/
+2
*
mesa/glsl/i965: set and use tcs vertices_out directly
Timothy Arceri
2017-01-19
1
-12
/
+12
*
mesa/glsl: move ProgramResourceList to gl_shader_program_data
Timothy Arceri
2017-01-19
1
-10
/
+10
*
glsl: store number of explicit uniform loactions in gl_shader_program
Timothy Arceri
2017-01-19
1
-15
/
+12
*
glsl: create a new link_and_validate_uniforms() helper
Timothy Arceri
2017-01-19
1
-9
/
+17
*
glsl: move more varying linking code to link_varyings.cpp
Timothy Arceri
2017-01-19
1
-148
/
+1
*
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
2017-01-09
1
-3
/
+4
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
1
-3
/
+3
*
Revert recent GLSL slot counting fiasco.
Kenneth Graunke
2017-01-07
1
-3
/
+3
*
glsl: Create and use a new ir_variable::count_attribute_slots() wrapper.
Kenneth Graunke
2017-01-06
1
-3
/
+3
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
1
-1
/
+2
[next]