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/tests: MSVC build fix
Karol Herbst
2019-12-11
1
-14
/
+11
*
nir/tests: add serializer tests
Karol Herbst
2019-12-11
2
-0
/
+299
*
nir/serialize: fix vec8 and vec16
Karol Herbst
2019-12-11
1
-12
/
+17
*
compiler/spirv: Fix uses of gnu struct = {} extension
Pierre Moreau
2019-12-11
1
-1
/
+1
*
glsl/nir: iterate the system values list when adding varyings
Timothy Arceri
2019-12-05
1
-25
/
+36
*
glsl/tests: Use splitlines() instead of strip()
Michel Dänzer
2019-12-05
1
-2
/
+2
*
glsl: make use of active_shader_mask when building resource list
Timothy Arceri
2019-12-05
1
-12
/
+1
*
glsl: don't set uniform block as used when its not
Timothy Arceri
2019-12-05
2
-2
/
+10
*
glsl: move calculate_array_size_and_stride() to link_uniforms.cpp
Timothy Arceri
2019-12-05
2
-216
/
+218
*
nir/lower_clip: Fix incorrect driver loc for clipdist outputs
Rob Clark
2019-12-04
1
-0
/
+11
*
glsl: additional interface redeclaration check for SSO programs
Tapani Pälli
2019-12-04
1
-0
/
+54
*
nir/load_store_vectorize: fix combining stores with aliasing loads between
Rhys Perry
2019-12-04
2
-2
/
+16
*
nir/algebraic: Rearrange bcsel sequences generated by nir_opt_peephole_select
Ian Romanick
2019-12-02
1
-0
/
+53
*
nir/algebraic: Simplify some Inf and NaN avoidance code
Ian Romanick
2019-12-02
1
-0
/
+9
*
nir/opt_peephole_select: Don't count some unary operations
Ian Romanick
2019-12-02
1
-1
/
+15
*
nir/lower_io_to_vector: don't create arrays when not needed
Rhys Perry
2019-12-02
1
-1
/
+7
*
nir/samplers: don't zero samplers_used/txf.
Dave Airlie
2019-12-02
1
-3
/
+0
*
glsl: handle max uniform limits with lower_const_arrays_to_uniforms
Tapani Pälli
2019-11-28
3
-5
/
+40
*
driconf, glsl: Add a vs_position_always_invariant option
Kenneth Graunke
2019-11-27
1
-0
/
+6
*
nir: Make algebraic backtrack and reprocess after a replacement.
Eric Anholt
2019-11-26
2
-22
/
+97
*
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
[prev]
[next]