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
...
*
nir: Refactor algebraic's block walk
Eric Anholt
2019-11-26
1
-31
/
+31
*
nir: Maintain the algebraic automaton's state as we work.
Connor Abbott
2019-11-26
2
-38
/
+78
*
nir: Add a scheduler pass to reduce maximum register pressure.
Eric Anholt
2019-11-25
4
-0
/
+1093
*
nir: add load/store vectorizer tests
Rhys Perry
2019-11-25
2
-0
/
+1763
*
nir: add a load/store vectorization pass
Rhys Perry
2019-11-25
3
-0
/
+1313
*
nir: add nir_num_variable_modes and nir_var_mem_push_const
Rhys Perry
2019-11-25
2
-2
/
+9
*
nir: no-op C99 _Pragma() with MSVC
Brian Paul
2019-11-23
1
-0
/
+7
*
nir/serialize: support any num_components for remaining instructions
Marek Olšák
2019-11-23
1
-4
/
+13
*
nir/serialize: use 3 unused bits in intrinsic for packed_const_indices
Marek Olšák
2019-11-23
1
-11
/
+10
*
nir/serialize: don't serialize redundant nir_intrinsic_instr::num_components
Marek Olšák
2019-11-23
1
-6
/
+16
*
nir/serialize: serialize writemask for vec8 and vec16
Marek Olšák
2019-11-23
1
-9
/
+16
*
nir/serialize: serialize swizzles for vec8 and vec16
Marek Olšák
2019-11-23
1
-8
/
+43
*
nir/serialize: reuse the writemask field for 2 src X swizzles of SSA ALU
Marek Olšák
2019-11-23
1
-3
/
+33
*
nir/serialize: remove up to 3 consecutive equal ALU instruction headers
Marek Olšák
2019-11-23
1
-16
/
+65
*
nir/serialize: try to pack both deref array src into 32 bits
Marek Olšák
2019-11-23
1
-5
/
+28
*
nir/serialize: cleanup - fold nir_deref_type_var cases into switches
Marek Olšák
2019-11-23
1
-16
/
+19
*
nir/serialize: try to put deref->var index into the unused bits of the header
Marek Olšák
2019-11-23
1
-10
/
+23
*
nir/serialize: don't serialize mode for deref non-cast instructions
Marek Olšák
2019-11-23
1
-5
/
+12
*
nir/serialize: don't store deref types if not needed
Marek Olšák
2019-11-23
1
-4
/
+26
*
nir/serialize: try to pack two alu srcs into 1 uint32
Marek Olšák
2019-11-23
1
-21
/
+76
*
nir/serialize: pack nir_intrinsic_instr::const_index[] better
Marek Olšák
2019-11-23
1
-5
/
+84
*
nir/serialize: pack 1-component constants into 20 bits if possible
Marek Olšák
2019-11-23
1
-37
/
+135
*
nir/serialize: pack load_const with non-64-bit constants better
Marek Olšák
2019-11-23
1
-2
/
+46
*
nir/serialize: try to store a diff in var data locations instead of var data
Marek Olšák
2019-11-23
1
-15
/
+73
*
nir/serialize: deduplicate serialized var types by reusing the last unique one
Marek Olšák
2019-11-23
1
-10
/
+39
*
nir/serialize: don't serialize var->data for temporaries
Marek Olšák
2019-11-23
1
-12
/
+37
*
nir/serialize: pack src better and limit the object count to 1M from 1G
Marek Olšák
2019-11-23
1
-33
/
+75
*
nir/serialize: pack instructions better
Marek Olšák
2019-11-23
1
-106
/
+297
*
nir/range_analysis: Make sure the table validation only occurs once
Ian Romanick
2019-11-22
1
-38
/
+58
*
nir/range-analysis: Add pragmas to help loop unrolling
Ian Romanick
2019-11-22
1
-0
/
+10
*
glsl: Add varyings to "zero-init of uninitialized vars" workaround
Danylo Piliaiev
2019-11-22
1
-1
/
+2
*
nir: Add load_sampler_lod_paramaters_pan intrinsic
Alyssa Rosenzweig
2019-11-22
1
-0
/
+4
*
nir/serialize: do ctx = {0} instead of manual initializations
Marek Olšák
2019-11-21
1
-4
/
+2
*
nir: strip as we serialize to remove the nir_shader_clone call
Marek Olšák
2019-11-21
5
-134
/
+34
*
nir: fix deref offset builder
Dave Airlie
2019-11-22
1
-1
/
+1
*
vtn/opencl: add clz support
Dave Airlie
2019-11-22
2
-0
/
+10
*
nir: add 64-bit ufind_msb lowering support. (v2)
Dave Airlie
2019-11-22
2
-0
/
+24
*
spirv/nir/opencl: handle some multiply instructions.
Dave Airlie
2019-11-22
2
-0
/
+55
*
spirv: get the correct type for function returns.
Dave Airlie
2019-11-22
1
-1
/
+4
*
spirv: don't store 0 to cs.ptr_size for non kernel stages.
Dave Airlie
2019-11-22
1
-1
/
+0
*
glsl: add missing initialization of the location path field
Iago Toral Quiroga
2019-11-21
1
-0
/
+2
*
compiler: move build definition of pp_standalone_scaffolding.c
Timothy Arceri
2019-11-21
2
-2
/
+3
*
nir/validate: validate num_components on registers and intrinsics
Karol Herbst
2019-11-21
1
-8
/
+16
*
nir/large_constants: use nir_index_vars and nir_variable::index
Rhys Perry
2019-11-20
1
-12
/
+8
*
nir: add nir_variable::index and nir_index_vars
Rhys Perry
2019-11-20
2
-0
/
+41
*
nir: make nir_variable::{num_members,num_state_slots} a uint16_t
Rhys Perry
2019-11-20
1
-2
/
+2
*
nir/lower_alu_to_scalar: Support lowering 8- and 16-bit reduce ops
Neil Roberts
2019-11-20
1
-0
/
+8
*
nir: Add a 8-bit bool type
Neil Roberts
2019-11-20
2
-2
/
+12
*
nir: Add a 16-bit bool type
Neil Roberts
2019-11-20
2
-1
/
+11
*
nir/opcodes: Add a helper function to generate reduce opcodes
Neil Roberts
2019-11-20
1
-17
/
+15
[prev]
[next]