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
*
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
*
glsl: Remove VS output varyings which are optimized out of the FS
Jordan Justen
2013-02-23
1
-1
/
+18
*
glsl: Initialize all tfeedback_candidate_generator member variables.
Vinson Lee
2013-02-07
1
-1
/
+3
*
glsl: Support transform feedback of varying structs.
Paul Berry
2013-02-04
1
-63
/
+131
*
glsl: Use parse_program_resource_name to parse transform feedback varyings.
Paul Berry
2013-02-04
1
-18
/
+15
*
glsl: Disable transform feedback of varying structs.
Paul Berry
2013-01-24
1
-1
/
+10
*
glsl: Generalize compute_packing_order for varying structs.
Paul Berry
2013-01-24
1
-3
/
+2
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-17
/
+11
*
glsl: Pack flat "varyings" of mixed types together.
Paul Berry
2013-01-08
1
-6
/
+14
*
glsl: Separate varying linking code to its own file.
Paul Berry
2013-01-08
1
-0
/
+1043