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
/
glsl
/
link_varyings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
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
[prev]