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
/
glsl
/
link_varyings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-20
/
+18
*
glsl: Only geometry shader outputs can be associated with non-zero streams.
Iago Toral Quiroga
2014-06-30
1
-0
/
+5
*
glsl: Two varyings can't write to the same buffer from different streams.
Iago Toral Quiroga
2014-06-30
1
-0
/
+17
*
glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0
Iago Toral Quiroga
2014-06-30
1
-0
/
+8
*
glsl: Assign GLSL StreamIds to transform feedback outputs.
Iago Toral Quiroga
2014-06-30
1
-3
/
+9
*
mesa: add StreamId information to transform feedback outputs.
Iago Toral Quiroga
2014-06-30
1
-0
/
+1
*
glsl: replace strncmp("gl_") calls with new is_gl_identifier() helper
Brian Paul
2014-05-28
1
-2
/
+1
*
glsl: Rename linker's is_varying_var
Chris Forbes
2014-05-10
1
-3
/
+3
*
linker: Fix consumer_inputs_with_locations indexing
Ian Romanick
2014-05-07
1
-4
/
+4
*
linker: Modify cross_validate_outputs_to_inputs to match using explicit locat...
Ian Romanick
2014-05-02
1
-8
/
+80
*
linker: Sort shader I/O variables into a canonical order
Ian Romanick
2014-05-02
1
-4
/
+74
*
linker: Assign varying locations for separable programs
Ian Romanick
2014-05-02
1
-0
/
+17
*
linker: Allow consumer stage or producer stage to be NULL
Ian Romanick
2014-05-02
1
-25
/
+46
*
linker: Refactor code that gets an input matching an output
Ian Romanick
2014-05-02
1
-17
/
+34
*
glsl: Exit when the shader IR contains an interface block instance
Ian Romanick
2014-05-02
1
-6
/
+17
*
linker: Refactor code that builds hash tables of varyings during linking
Ian Romanick
2014-05-02
1
-20
/
+33
*
glsl: Remove varying "base" parameters
Ian Romanick
2014-05-02
1
-12
/
+9
*
glsl: Constify parameter to a couple varying_matches methods
Ian Romanick
2014-05-02
1
-4
/
+4
*
glsl: Index into ctx->Const.Program[] rather than using ad-hoc code.
Paul Berry
2014-01-09
1
-26
/
+6
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-4
/
+4
*
glsl: Make more use of gl_shader_stage enum in link_varyings.cpp.
Paul Berry
2014-01-08
1
-24
/
+24
*
mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.
Paul Berry
2014-01-08
1
-11
/
+11
*
mesa: Clean up nomenclature for pipeline stages.
Paul Berry
2014-01-08
1
-12
/
+12
*
Rename overloads of _mesa_glsl_shader_target_name().
Paul Berry
2013-12-30
1
-12
/
+12
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-13
/
+13
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-20
/
+20
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-14
/
+14
*
glsl: Put `sample`-qualified varyings in their own packing classes
Chris Forbes
2013-12-07
1
-1
/
+1
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-0
/
+14
*
glsl: Pull interpolation_string() out of ir_variable.
Paul Berry
2013-10-24
1
-2
/
+2
*
glsl/gs: Fix transform feedback of gl_ClipDistance.
Paul Berry
2013-10-24
1
-1
/
+1
*
glsl: Make accessor functions for ir_variable::interface_type.
Paul Berry
2013-10-09
1
-6
/
+6
*
glsl: Count shader inputs and outputs separately
Ian Romanick
2013-10-07
1
-21
/
+80
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+2
*
glsl: Remove unused prog parameter from tfeedback_decl::init
Ian Romanick
2013-09-04
1
-3
/
+3
*
glsl: Validate qualifiers on VS color outputs with FS color inputs
Ian Romanick
2013-09-04
1
-3
/
+45
*
glsl: Refactor a bunch of the code out of cross_validate_outputs_to_inputs
Ian Romanick
2013-09-04
1
-81
/
+94
*
glsl/linker: Properly pack GS input varyings.
Paul Berry
2013-08-01
1
-3
/
+7
*
glsl/linker: Properly error check VS-GS linkage.
Paul Berry
2013-08-01
1
-1
/
+10
*
Move count_attribute_slots() out of the linker and into glsl_type.
Paul Berry
2013-08-01
1
-1
/
+1
*
glsl: Use a consistent technique for tracking link success/failure.
Paul Berry
2013-07-30
1
-7
/
+5
*
mesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimitCheck and dependencies
Marek Olšák
2013-07-02
1
-24
/
+8
*
glsl/linker: check against varying limit after unused varyings are eliminated
Marek Olšák
2013-07-02
1
-11
/
+24
*
mesa: Use shared code for converting shader targets to short strings.
Eric Anholt
2013-06-21
1
-5
/
+10
*
glsl link_varyings: link interface blocks using the block name
Jordan Justen
2013-05-23
1
-4
/
+29
*
glsl/linker: Reduce scope of non-flat integer varying fix.
Paul Berry
2013-04-09
1
-4
/
+3
*
glsl/linker: Adapt flat varying handling in preparation for geometry shaders.
Paul Berry
2013-04-09
1
-10
/
+20
*
glsl/linker: fix varying packing for non-flat integer varyings.
Paul Berry
2013-04-09
1
-0
/
+19
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-7
/
+6
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-2
/
+2
[next]