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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
spirv: Implement SPV_EXT_fragment_shader_interlock
Jason Ekstrand
2019-06-04
2
-0
/
+38
*
spirv: Update the headers from latest Khronos master
Jason Ekstrand
2019-06-04
2
-3
/
+330
*
spirv: Like Uniform, do nothing for UniformId
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+3
*
spirv: Implement SpvOpCopyLogical
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+2
*
spirv: Generalize OpSelect
Caio Marcelo de Oliveira Filho
2019-06-03
1
-38
/
+48
*
spirv: Move OpSelect handling to a function
Caio Marcelo de Oliveira Filho
2019-06-03
1
-60
/
+66
*
nir/vars_to_ssa: Handle UNDEF_NODE in more places
Caio Marcelo de Oliveira Filho
2019-06-03
1
-4
/
+8
*
spirv: Implement OpPtrEqual, OpPtrNotEqual and OpPtrDiff
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+64
*
nir: Add functions to subtract and compare addresses
Caio Marcelo de Oliveira Filho
2019-06-03
2
-0
/
+54
*
nir: Add nir_ball_iequal() helper
Caio Marcelo de Oliveira Filho
2019-06-03
1
-0
/
+13
*
nir: copy intrinsic type when lowering load input/uniform and store output
Jonathan Marek
2019-06-03
1
-0
/
+2
*
nir: Return nir_type_invalid for non-numeric base types
Caio Marcelo de Oliveira Filho
2019-05-31
1
-2
/
+14
*
nir: remove bool lowering from lower_int_to_float
Jonathan Marek
2019-05-31
1
-71
/
+42
*
nir: fix lower_{int,bool}_to_float for new mov opcode
Jonathan Marek
2019-05-31
2
-0
/
+2
*
nir: add lower_bitshift option
Jonathan Marek
2019-05-31
2
-3
/
+8
*
nir: fix gather_ssa_types
Jonathan Marek
2019-05-31
1
-36
/
+52
*
nir: add type information to load uniform/input and store output intrinsics
Jonathan Marek
2019-05-31
4
-10
/
+42
*
nir: improvements to native_integers removal
Jonathan Marek
2019-05-31
1
-10
/
+0
*
nir/instr_set: Use _mesa_set_search_or_add()
Connor Abbott
2019-05-31
1
-5
/
+3
*
nir: Rematerialize compare instructions
Ian Romanick
2019-05-31
4
-0
/
+185
*
nir: Add a shallow clone function for nir_alu_instr
Ian Romanick
2019-05-31
2
-0
/
+23
*
nir: Actually propagate progress in nir_opt_move_load_ubo.
Bas Nieuwenhuizen
2019-05-31
1
-1
/
+1
*
nir/split_vars: Properly bail in the presence of complex derefs
Jason Ekstrand
2019-05-31
1
-9
/
+106
*
nir/vars_to_ssa: Properly ignore variables with complex derefs
Jason Ekstrand
2019-05-31
1
-14
/
+64
*
nir/vars_to_ssa: Use a non-null UNDEF_NODE pointer
Jason Ekstrand
2019-05-31
1
-3
/
+5
[next]