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
/
compiler
/
glsl
/
lower_packed_varyings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl/linker: add DisableTransformFeedbackPacking workaround
Louis-Francis Ratté-Boulianne
2020-03-03
1
-3
/
+16
*
glsl: rename is_record() -> is_struct()
Timothy Arceri
2019-03-06
1
-2
/
+2
*
glsl: Make sure that packed varyings reflect always_active_io properly.
Eric Anholt
2018-06-27
1
-2
/
+7
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
glsl: trivial comment fixes in lower_packed_varyings.cpp
Brian Paul
2017-12-20
1
-1
/
+1
*
glsl: lower bindless sampler/image packed varyings
Samuel Pitoiset
2017-05-06
1
-0
/
+14
*
glsl: disable varying packing for varying used by interpolateAt*
Timothy Arceri
2017-04-24
1
-3
/
+4
*
glsl: Handle packed_type == ivec4[] in lower_packed_varyings().
Kenneth Graunke
2017-02-14
1
-1
/
+2
*
glsl/varying_packing: Add 64-bit integer support
Dave Airlie
2017-01-20
1
-0
/
+62
*
glsl: remember per-component vertex streams for packed varyings
Nicolai Hähnle
2016-12-12
1
-0
/
+9
*
glsl: record number of components used in each slot for varying packing
Ilia Mirkin
2016-11-09
1
-5
/
+16
*
glsl: use a non-malloc'd storage for short ir_variable names
Marek Olšák
2016-10-31
1
-2
/
+6
*
glsl: Separate overlapping sentinel nodes in exec_list.
Matt Turner
2016-07-26
1
-4
/
+4
*
compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
Kenneth Graunke
2016-07-17
1
-3
/
+3
*
glsl: Pack integer and double varyings as flat even if interpolation mode is ...
Ian Romanick
2016-07-05
1
-5
/
+6
*
glsl/mesa: split gl_shader in two
Timothy Arceri
2016-06-30
1
-3
/
+3
*
glsl: use new interfaces for 64-bit checks.
Dave Airlie
2016-06-09
1
-3
/
+3
*
glsl: fix lowering outputs for early/nested returns
Lars Hamre
2016-04-28
1
-4
/
+54
*
glsl: disable varying packing when its not safe
Timothy Arceri
2016-03-18
1
-7
/
+21
*
glsl: pass disable_varying_packing bool to the lowering pass
Timothy Arceri
2016-03-18
1
-5
/
+13
*
glsl: move to compiler/
Emil Velikov
2016-01-26
1
-0
/
+749