index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
lower_packed_varyings.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-04
glsl: Don't generate misleading debug names when packing gs inputs.
Paul Berry
1
-4
/
+3
2013-09-23
glsl: Hide many classes local to individual .cpp files in anon namespaces.
Eric Anholt
1
-0
/
+4
2013-09-09
glsl: Pass _mesa_glsl_parse_state into matching_signature and such.
Kenneth Graunke
1
-1
/
+1
2013-08-01
glsl: Properly pack GS output varyings
Paul Berry
1
-2
/
+57
2013-08-01
glsl: Modify varying packing to use a temporary exec_list.
Paul Berry
1
-10
/
+18
2013-08-01
glsl/linker: Properly pack GS input varyings.
Paul Berry
1
-28
/
+184
2013-04-09
glsl: Document lower_packed_varyings' "flat" requirement with an assert.
Paul Berry
1
-0
/
+8
2013-03-15
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
1
-1
/
+1
2013-01-24
glsl: Update lower_packed_varyings to handle varying structs.
Paul Berry
1
-4
/
+18
2013-01-24
glsl: Eliminate ambiguity between function ins/outs and shader ins/outs
Paul Berry
1
-3
/
+3
2013-01-08
glsl: Pack flat "varyings" of mixed types together.
Paul Berry
1
-8
/
+87
2012-12-14
glsl: Add a lowering pass for packing varyings.
Paul Berry
1
-0
/
+364