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/lower_tex: Add an assert() in nir_lower_txs_lod()
Boris Brezillon
2019-06-20
1
-0
/
+1
*
spirv: Restrict use of descriptor intrinsics to Vulkan
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+8
*
nir: Make nir_constant a vector rather than a matrix
Jason Ekstrand
2019-06-19
8
-132
/
+136
*
glsl/nir: Fix handling of 64-bit values in uniform storage
Jason Ekstrand
2019-06-19
1
-1
/
+2
*
spirv: Only copy needed components for OpSpecConstantOp
Jason Ekstrand
2019-06-19
1
-1
/
+6
*
spirv: Use a single path for OpSpecConstantOp of OpVectorShuffle
Jason Ekstrand
2019-06-19
1
-37
/
+19
*
spirv: Use vtn_constan_uint() for array lengths and gather components
Jason Ekstrand
2019-06-19
1
-4
/
+2
*
spirv: Add a vtn_constant_int helper
Jason Ekstrand
2019-06-19
2
-17
/
+19
*
glsl/types: Add a real is_integer helper
Jason Ekstrand
2019-06-19
3
-2
/
+10
*
glsl/types: Rename is_integer to is_integer_32
Jason Ekstrand
2019-06-19
13
-31
/
+32
*
glsl/types: Ignore bit sizes in contains_integer()
Jason Ekstrand
2019-06-19
1
-1
/
+1
*
glsl/types: Handle all bit sizes in glsl_type_is_integer
Jason Ekstrand
2019-06-19
1
-1
/
+1
*
glsl/nir_opt_access: Update uniforms correctly when only vars change
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+13
*
glsl/nir: Fix getting the sampler dim when arrays are involved
Caio Marcelo de Oliveira Filho
2019-06-19
1
-1
/
+2
*
nir: Use reorderable access flag
Connor Abbott
2019-06-19
1
-4
/
+12
*
nir: Add a helper to determine if an intrinsic can be reordered
Connor Abbott
2019-06-19
3
-11
/
+13
*
glsl/nir: Add optimization pass for access flags
Connor Abbott
2019-06-19
4
-0
/
+324
*
nir: Add reorderable memory access enum
Connor Abbott
2019-06-19
2
-1
/
+10
*
nir/copy_prop_vars: Ignore volatile accesses
Connor Abbott
2019-06-19
1
-0
/
+13
*
glsl/nir: Propagate access qualifiers
Connor Abbott
2019-06-19
2
-6
/
+59
*
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
2019-06-19
6
-12
/
+48
*
nir: add a vectorization pass
Connor Abbott
2019-06-18
4
-0
/
+457
*
nir/lower_tex: Add a way to lower TXS(non-0-LOD) instructions
Boris Brezillon
2019-06-18
2
-0
/
+52
*
nir/lower_tex: Update ->sampler_dim value before calling get_texture_size()
Boris Brezillon
2019-06-18
1
-2
/
+5
*
nir/lower_tex: Actually report when projector lowering happened
Boris Brezillon
2019-06-18
1
-4
/
+4
*
glsl: Fix out of bounds read in shader_cache_read_program_metadata
Kenneth Graunke
2019-06-17
1
-3
/
+2
*
glsl: Set default precision on record members
Neil Roberts
2019-06-14
1
-1
/
+10
*
glsl/linker: Make precision matching optional in intrastage_match
Neil Roberts
2019-06-14
3
-8
/
+24
*
glsl/linker: Don’t check precision for shader interface
Neil Roberts
2019-06-14
1
-2
/
+5
*
compiler/types: Making comparing record precision optional
Neil Roberts
2019-06-14
2
-5
/
+53
*
nir: detect more dynamically uniform expressions
Iago Toral Quiroga
2019-06-14
1
-0
/
+13
*
nir: Don't manually index intrinsic index enum
Connor Abbott
2019-06-13
1
-20
/
+20
*
spirv/nir: add support for AMD_shader_ballot and Groups capability
Daniel Schürmann
2019-06-13
5
-9
/
+136
*
nir: add intrinsics for AMD_shader_ballot
Daniel Schürmann
2019-06-13
3
-0
/
+31
*
nir/spirv: add support for the SubgroupBallotKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-7
/
+13
*
nir/spirv: add support for the SubgroupVoteKHR SPIR-V capability
Daniel Schürmann
2019-06-13
2
-4
/
+20
*
glsl: Check order and uniqueness of interlock functions
Caio Marcelo de Oliveira Filho
2019-06-10
4
-4
/
+35
*
glsl: Make interlock builtins follow same compiler rules as barriers
Caio Marcelo de Oliveira Filho
2019-06-10
1
-5
/
+10
*
nir/opt_algebraic: Fix rules for imadsh_mix16
Eduardo Lima Mitev
2019-06-10
1
-2
/
+2
*
nir: fix s/&&/||/ typo
Eric Engestrom
2019-06-07
1
-1
/
+1
*
nir_algebraic: Add basic optimizations for umul_low and imadsh_mix16
Eduardo Lima Mitev
2019-06-07
2
-0
/
+55
*
nir/opcodes: Add new 'umul_low' and 'imadsh_mix16' opcodes
Eduardo Lima Mitev
2019-06-07
1
-1
/
+14
*
glsl/loop_analysis: Don't search for NULL variables in the hash table
Jason Ekstrand
2019-06-06
1
-0
/
+3
*
nir/propagate_invariant: Don't add NULL vars to the hash table
Jason Ekstrand
2019-06-06
1
-1
/
+10
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
2
-5
/
+4
*
nir: Drop lower_fmod64 option.
Kenneth Graunke
2019-06-05
2
-2
/
+0
*
nir: Don't replace the nir_shader when NIR_TEST_SERIALIZE=1
Jason Ekstrand
2019-06-05
2
-10
/
+16
*
nir: Don't replace the nir_shader when NIR_TEST_CLONE=1
Jason Ekstrand
2019-06-05
2
-2
/
+42
*
nir/algebraic: Simplify max(abs(a), 0.0) -> abs(a)
Alyssa Rosenzweig
2019-06-04
1
-0
/
+1
*
spirv: Update the OpenCL.std.h header
Caio Marcelo de Oliveira Filho
2019-06-04
2
-144
/
+339
[next]