index
:
~glisse/mesa
master
nouveau_nir_spirv_opencl_v5
nouveau_nir_spirv_opencl_v6
mesa sandbox
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
link_varyings.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-26
glsl: move to compiler/
Emil Velikov
1
-1888
/
+0
2016-01-22
glsl: always compute proper varying type, irrespective of varying packing
Ilia Mirkin
1
-8
/
+5
2016-01-15
glsl: restrict consumer stage condition to modify interpolation type
Samuel Iglesias Gonsálvez
1
-3
/
+5
2016-01-11
glsl: replace unreachable code path with assert
Timothy Arceri
1
-5
/
+4
2016-01-11
Revert "glsl: replace unreachable code path with assert"
Timothy Arceri
1
-4
/
+5
2016-01-11
glsl: replace unreachable code path with assert
Timothy Arceri
1
-5
/
+4
2016-01-08
glsl: Ensure 64bits shift is used.
Jose Fonseca
1
-3
/
+3
2016-01-07
glsl: don't try adding built-ins to explicit locations bitmask
Timothy Arceri
1
-1
/
+3
2016-01-07
glsl: fix overlapping of varying locations for arrays and structs
Timothy Arceri
1
-12
/
+67
2016-01-07
glsl: create helper to remove outer vertex index array used by some stages
Timothy Arceri
1
-10
/
+26
2016-01-07
glsl: remove unused varyings before packing them
Timothy Arceri
1
-0
/
+45
2016-01-06
glsl: don't change the varying type in validation code
Timothy Arceri
1
-5
/
+0
2016-01-06
glsl: move lowering after matching validation
Timothy Arceri
1
-11
/
+11
2015-12-30
glsl: Fix varying struct locations when varying packing is disabled.
Kenneth Graunke
1
-13
/
+2
2015-12-19
glsl: fix transform feedback for 64-bit outupts.
Dave Airlie
1
-2
/
+5
2015-12-19
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
1
-2
/
+4
2015-12-01
glsl: don't sort varying in separate shader mode
Gregory Hainaut
1
-6
/
+32
2015-12-01
glsl: optimise inputs/outputs with explicit locations
Timothy Arceri
1
-2
/
+4
2015-11-20
glsl: avoid linker and user varying location to overlap
Gregory Hainaut
1
-3
/
+43
2015-09-28
glsl: fix component size calculation for tessellation and geom shaders
Timothy Arceri
1
-1
/
+1
2015-09-26
glsl: calculate component size for arrays of arrays when varying packing disa...
Timothy Arceri
1
-3
/
+10
2015-08-06
mesa: save which transform feedback buffer is associated with which stream
Marek Olšák
1
-0
/
+1
2015-07-23
glsl: use separate varying slots for patch varyings
Marek Olšák
1
-7
/
+16
2015-07-23
glsl: fix locations of 2-dimensional varyings without varying packing (v2)
Marek Olšák
1
-9
/
+28
2015-07-23
glsl: don't demote tess control shader outputs
Marek Olšák
1
-1
/
+5
2015-07-23
glsl: disable varying packing between tessellation shaders
Marek Olšák
1
-8
/
+21
2015-07-23
glsl: push vertex count determination down one level
Chris Forbes
1
-6
/
+6
2015-07-23
glsl: lower gl_TessLevel* from float[n] to vecn.
Fabian Bieler
1
-9
/
+42
2015-07-23
glsl: allow linking of tessellation shaders.
Chris Forbes
1
-2
/
+8
2015-07-23
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
1
-1
/
+14
2015-06-24
glsl: remove cross validation of interpolation qualifier with GLSL 4.40
Tapani Pälli
1
-1
/
+11
2015-06-23
glsl: Specify the shader stage in linker errors due to too many in/outputs.
Jose Fonseca
1
-4
/
+8
2015-05-22
glsl: remove element_type() helper
Timothy Arceri
1
-1
/
+1
2015-04-07
glsl: relax input->output validation for SSO programs
Tapani Pälli
1
-1
/
+1
2015-03-30
glsl: fail when a shader's input var has not an equivalent out var in previous
Samuel Iglesias Gonsalvez
1
-0
/
+13
2014-12-09
glsl: invariant qualifier is not valid for shader inputs in GLSL ES 3.00
Samuel Iglesias Gonsalvez
1
-1
/
+1
2014-12-03
linker: Wrap access of producer_var with a NULL check
Ian Romanick
1
-3
/
+5
2014-10-07
glsl: do not emit error for non written varyings on OpenGL ES
Tapani Pälli
1
-2
/
+16
2014-09-23
glsl: add missing null check in tfeedback_decl::init()
Juha-Pekka Heikkila
1
-0
/
+5
2014-08-11
mesa: move ShaderCompilerOptions into gl_constants
Marek Olšák
1
-1
/
+1
2014-08-04
glsl: Use the without_array predicate to simplify some code
Ian Romanick
1
-4
/
+2
2014-07-01
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
1
-20
/
+18
2014-06-30
glsl: Only geometry shader outputs can be associated with non-zero streams.
Iago Toral Quiroga
1
-0
/
+5
2014-06-30
glsl: Two varyings can't write to the same buffer from different streams.
Iago Toral Quiroga
1
-0
/
+17
2014-06-30
glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0
Iago Toral Quiroga
1
-0
/
+8
2014-06-30
glsl: Assign GLSL StreamIds to transform feedback outputs.
Iago Toral Quiroga
1
-3
/
+9
2014-06-30
mesa: add StreamId information to transform feedback outputs.
Iago Toral Quiroga
1
-0
/
+1
2014-05-28
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
1
-2
/
+1
2014-05-10
glsl: Rename linker's is_varying_var
Chris Forbes
1
-3
/
+3
2014-05-07
linker: Fix consumer_inputs_with_locations indexing
Ian Romanick
1
-4
/
+4
[next]