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
/
lower_packed_varyings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: add the patch in/out qualifier (v2)
Fabian Bieler
2015-07-23
1
-0
/
+1
*
glsl: fix packing support for arrays of doubles
Timothy Arceri
2015-04-28
1
-2
/
+2
*
glsl: support packing of arrays of arrays
Timothy Arceri
2015-04-27
1
-8
/
+2
*
glsl: add double support for packing varyings
Ilia Mirkin
2015-02-24
1
-27
/
+90
*
glsl: Never put ir_var_temporary variables in the symbol table
Ian Romanick
2014-09-30
1
-0
/
+1
*
glsl: Make it possible to ignore built-ins when matching signatures.
Kenneth Graunke
2014-08-04
1
-1
/
+1
*
glsl: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-4
/
+3
*
glsl: Modify ir_emit_vertex to have a stream.
Iago Toral Quiroga
2014-06-30
1
-2
/
+2
*
linker: Make lower_packed_varyings work with explicit locations
Ian Romanick
2014-05-02
1
-1
/
+6
*
glsl: Remove varying "base" parameters
Ian Romanick
2014-05-02
1
-22
/
+10
*
glsl: Fix typo
Ian Romanick
2014-03-12
1
-2
/
+2
*
mesa: Use gl_shader::Stage instead of gl_shader::Type where possible.
Paul Berry
2014-01-08
1
-1
/
+1
*
glsl: move variables in to ir_variable::data, part II
Tapani Pälli
2013-12-12
1
-4
/
+4
*
glsl: move variables in to ir_variable::data, part I
Tapani Pälli
2013-12-12
1
-5
/
+5
*
glsl: introduce data section to ir_variable
Tapani Pälli
2013-12-12
1
-2
/
+2
*
glsl: Add ir support for `sample` qualifier; adjust compiler and linker
Chris Forbes
2013-12-07
1
-0
/
+1
*
glsl: Don't generate misleading debug names when packing gs inputs.
Paul Berry
2013-11-04
1
-4
/
+3
*
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
2013-09-23
1
-0
/
+4
*
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
2013-09-09
1
-1
/
+1
*
glsl: Properly pack GS output varyings
Paul Berry
2013-08-01
1
-2
/
+57
*
glsl: Modify varying packing to use a temporary exec_list.
Paul Berry
2013-08-01
1
-10
/
+18
*
glsl/linker: Properly pack GS input varyings.
Paul Berry
2013-08-01
1
-28
/
+184
*
glsl: Document lower_packed_varyings' "flat" requirement with an assert.
Paul Berry
2013-04-09
1
-0
/
+8
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-1
/
+1
*
glsl: Update lower_packed_varyings to handle varying structs.
Paul Berry
2013-01-24
1
-4
/
+18
*
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
2013-01-24
1
-3
/
+3
*
glsl: Pack flat "varyings" of mixed types together.
Paul Berry
2013-01-08
1
-8
/
+87
*
glsl: Add a lowering pass for packing varyings.
Paul Berry
2012-12-14
1
-0
/
+364