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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: add missing local_group_size intrinsic
Rob Clark
2017-12-30
2
-0
/
+5
*
spirv: consider bitsize when handling OpSwitch cases
Eero Tamminen
2017-12-28
1
-3
/
+11
*
Revert "spirv: consider bitsize when handling OpSwitch cases"
Mark Janes
2017-12-21
1
-11
/
+3
*
glsl: disable vec3 packing/splitting in tfb separate mode
Brian Paul
2017-12-20
1
-1
/
+13
*
glsl: simply packing class comparison
Brian Paul
2017-12-20
1
-2
/
+3
*
glsl: document varying_matches::assign_locations() params and return value
Brian Paul
2017-12-20
1
-2
/
+7
*
glsl: remove some continue statements
Brian Paul
2017-12-20
1
-13
/
+11
*
glsl: use bitwise operators in varying_matches::compute_packing_class()
Brian Paul
2017-12-20
1
-5
/
+10
*
glsl: simplify loop in varying_matches::assign_locations()
Brian Paul
2017-12-20
1
-5
/
+5
*
glsl: minor simplification in assign_varying_locations()
Brian Paul
2017-12-20
1
-5
/
+3
*
glsl: make varying_matches::is_varying_packing_safe() const
Brian Paul
2017-12-20
1
-2
/
+2
*
glsl: trivial comment fixes in lower_packed_varyings.cpp
Brian Paul
2017-12-20
1
-1
/
+1
*
spirv: Makefile.nir.am: include vtn_gather_types_c.py script in tarball dist
Juan A. Suarez Romero
2017-12-20
1
-0
/
+1
*
spirv: consider bitsize when handling OpSwitch cases
Juan A. Suarez Romero
2017-12-20
1
-3
/
+11
*
nir/linking: always set the used_across_stages/outputs_read bits
Dave Airlie
2017-12-19
1
-6
/
+7
*
spirv: Relax the validation conditions of OpSelect
Jason Ekstrand
2017-12-18
1
-4
/
+21
*
nir: Add a new lowering option to lower all txd to txl.
Eric Anholt
2017-12-14
2
-6
/
+14
*
nir: Fix interaction of GL_CLAMP lowering with texture offsets.
Eric Anholt
2017-12-14
1
-33
/
+42
*
Android: fix missing generation of vtn_gather_types.c
Rob Herring
2017-12-13
1
-0
/
+5
*
glsl: trivial whitespace fixes in link_varyings.cpp
Brian Paul
2017-12-13
1
-2
/
+2
*
nir: fix shift for uint64_t
Timothy Arceri
2017-12-13
1
-2
/
+2
*
spirv: Handle image and sampler function parameters
Jason Ekstrand
2017-12-12
1
-0
/
+73
*
spirv/cfg: Refactor the function parameter loop a bit
Jason Ekstrand
2017-12-12
1
-5
/
+9
*
spirv/cfg: Be a bit more precise about function parameters
Jason Ekstrand
2017-12-12
1
-3
/
+2
*
spirv: Make sampled images a real type
Jason Ekstrand
2017-12-12
2
-1
/
+11
*
spirv: Add support for all bit sizes in OpSwitch
Jason Ekstrand
2017-12-11
1
-8
/
+26
*
spirv: Restructure the case loop in OpSwitch handling
Jason Ekstrand
2017-12-11
1
-3
/
+11
*
spirv: Add better parameter validation for vector and matrix types
Jason Ekstrand
2017-12-11
1
-3
/
+13
*
spirv: Add type validation for OpSelect
Jason Ekstrand
2017-12-11
1
-0
/
+32
*
spirv: Add basic type validation for OpLoad, OpStore, and OpCopyMemory
Jason Ekstrand
2017-12-11
1
-4
/
+14
*
spirv: Add a prepass to set types on vtn_values
Jason Ekstrand
2017-12-11
6
-3
/
+149
*
spirv: Add a vtn_type field to all vtn_values
Jason Ekstrand
2017-12-11
2
-42
/
+31
*
spirv: Allow ignoring decorations for workgroup variables
Jason Ekstrand
2017-12-11
1
-1
/
+3
*
spirv: Set lengths on scalar and vector types
Jason Ekstrand
2017-12-11
1
-0
/
+4
*
spirv: Fix loading an entire block at once.
Bas Nieuwenhuizen
2017-12-10
1
-30
/
+33
*
main, glsl: Add UniformDataDefaults which stores uniform defaults
Jordan Justen
2017-12-08
3
-2
/
+19
*
glsl: Split out shader program serialization
Jordan Justen
2017-12-08
6
-1181
/
+1297
*
mesa/spirv: move and rename nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-07
2
-2
/
+15
*
spirv: fix bug when OpSpecConstantOp calls a conversion
Samuel Iglesias Gonsálvez
2017-12-07
1
-6
/
+21
*
spirv: allow specialization constants with bitsize different than 32 bits
Samuel Iglesias Gonsálvez
2017-12-07
1
-1
/
+0
*
nir/opcodes: Fix constant-folding of bitfield_insert
James Legg
2017-12-07
1
-2
/
+2
*
glsl: get correct member type when processing xfb ifc arrays
Timothy Arceri
2017-12-07
1
-2
/
+4
*
mesa: define nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-06
1
-13
/
+3
*
spirv/nir: Add support for SPV_KHR_16bit_storage
Eduardo Lima Mitev
2017-12-06
2
-0
/
+8
*
spirv: Enable FPRoundingMode decorator to nir operations
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+33
*
spirv/nir: Handle 16-bit types
Eduardo Lima Mitev
2017-12-06
2
-19
/
+114
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
5
-6
/
+28
*
nir: Populate conversion opcodes to 16-bit types
Eduardo Lima Mitev
2017-12-06
1
-1
/
+1
*
nir: Add rounding modes enum
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+10
*
nir: Add support for 16-bit types (half float, int16 and uint16)
Eduardo Lima Mitev
2017-12-06
5
-0
/
+47
[next]