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/copy_prop_vars: Record progress in more places
Jason Ekstrand
2020-05-22
1
-0
/
+3
*
nir/opt_deref: Report progress if we remove a deref
Jason Ekstrand
2020-05-22
1
-1
/
+3
*
nir/lower_double_ops: Rework the if (progress) tree
Jason Ekstrand
2020-05-22
1
-1
/
+8
*
glsl: Remove integer matrix support from ir_dereference_array::constant_expre...
Ian Romanick
2020-05-21
1
-9
/
+1
*
compiler: delete leftover autotools test wrapper
Eric Engestrom
2020-05-20
3
-9
/
+0
*
tests: Make tests aware of meson test wrapper
Dylan Baker
2020-05-20
3
-22
/
+55
*
glsl_type: don't serialize padding bytes from glsl_struct_field
Andrii Simiklit
2020-05-20
2
-100
/
+99
*
nir: Add const to nir_intrinsic_src_components
Jason Ekstrand
2020-05-19
1
-1
/
+1
*
nir: Add fclamp_pos opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add fsat_signed opcode
Alyssa Rosenzweig
2020-05-19
1
-0
/
+1
*
nir: Add a store_reg helper and use the builder in phis_to_regs
Jason Ekstrand
2020-05-19
2
-21
/
+25
*
nir: Add a new helper for iterating phi sources leaving a block
Jason Ekstrand
2020-05-19
3
-15
/
+30
*
nir/clone: Re-use clone_alu for nir_alu_instr_clone
Jason Ekstrand
2020-05-19
1
-21
/
+17
*
nir/opt_if: use nir_src_as_bool in opt_peel_loop_initial_if helper
Rhys Perry
2020-05-19
1
-12
/
+10
*
nir/opt_if: run opt_peel_loop_initial_if after all other optimizations
Rhys Perry
2020-05-19
1
-5
/
+44
*
nir: Add documentation for each jump instruction type
Jason Ekstrand
2020-05-19
1
-0
/
+18
*
nir: Use a switch statement in nir_handle_add_jump
Jason Ekstrand
2020-05-19
1
-13
/
+20
*
nir: Validate jump instructions as an instruction type
Jason Ekstrand
2020-05-19
1
-30
/
+39
*
nir: Consider atomic counter intrinsics when setting writes_memory
Caio Marcelo de Oliveira Filho
2020-05-18
1
-0
/
+22
*
nir: Use deref intrinsics to set writes_memory when gathering info
Caio Marcelo de Oliveira Filho
2020-05-18
1
-0
/
+29
*
spirv: handle OpCopyObject correctly with any types
Samuel Pitoiset
2020-05-15
3
-6
/
+37
*
nir: Use 8-bit types for most info fields
Jason Ekstrand
2020-05-15
2
-11
/
+11
*
Revert "nir/validate: validate the stride for deref_ptr_as_array"
Karol Herbst
2020-05-14
1
-1
/
+0
*
nir/validate: validate the stride for deref_ptr_as_array
Karol Herbst
2020-05-14
1
-0
/
+1
*
nir/deref: copy ptr_stride when rematerializing
Karol Herbst
2020-05-14
1
-1
/
+4
*
nir: add pass to lower disjoint wrmask's
Rob Clark
2020-05-13
4
-0
/
+236
*
nir: add helper to copy const_index[]
Rob Clark
2020-05-13
1
-0
/
+27
*
nir: fix indices for ir3 ssbo_atomic intrinsics
Rob Clark
2020-05-13
1
-10
/
+10
*
freedreno/ir3: Drop wrmask for ir3 local and global store intrinsics
Kristian H. Kristensen
2020-05-13
1
-2
/
+2
*
nir: Add some docs to the metadata types
Jason Ekstrand
2020-05-14
1
-0
/
+51
*
nir: Include num_ubos in the printed shader (if nonzero).
Eric Anholt
2020-05-14
1
-0
/
+2
*
nir: reset ssa-defs as non-divergent during divergence analysis instead of up...
Daniel Schürmann
2020-05-13
1
-21
/
+36
*
nir: simplify phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-113
/
+116
*
nir: rework phi handling in divergence analysis
Daniel Schürmann
2020-05-13
1
-173
/
+214
*
nir: refactor divergence analysis state
Daniel Schürmann
2020-05-13
1
-35
/
+37
*
nir: add nir_intrinsic_elect to divergence analysis
Daniel Schürmann
2020-05-13
1
-0
/
+1
*
nir: Make "divergent" a property of an SSA value
Jason Ekstrand
2020-05-13
3
-64
/
+94
*
turnip: Execute ir3_nir_lower_gs pass again
Brian Ho
2020-05-12
1
-2
/
+5
*
nir: Fix count when we didn't lower load_uniforms but did shift load_ubos.
Eric Anholt
2020-05-12
1
-1
/
+1
*
nir/algebraic: Eliminate useless extract before unpack
Ian Romanick
2020-05-11
1
-0
/
+5
*
nir/algebraic: Add some half packing optimizations for pack_half_2x16_split
Ian Romanick
2020-05-11
1
-0
/
+7
*
nir/algebraic: Optimize ushr of pack_half, not ishr
Ian Romanick
2020-05-11
1
-1
/
+1
*
nir: do not vectorize load/store if offset can overflow and robustness enabled
Samuel Pitoiset
2020-05-11
3
-5
/
+44
*
nir/algebraic: Optimize some bfe patterns
Ian Romanick
2020-05-07
1
-0
/
+18
*
nir/algebraic: Split ibfe and ubfe with two constant sources
Ian Romanick
2020-05-07
2
-0
/
+35
*
nir/algebraic: Recognize open-coded byte or word extract from bfe
Ian Romanick
2020-05-07
1
-7
/
+21
*
nir: make fsat return 0.0 with NaN instead of passing it through
Rhys Perry
2020-05-07
2
-5
/
+14
*
compiler/spirv: flag nclamp/nmin/nmax as exact
Rhys Perry
2020-05-07
1
-7
/
+14
*
nir: add missing group_memory_barrier handling
Rhys Perry
2020-05-05
2
-0
/
+2
*
mesa: extend GLSLZeroInit semantics
Pierre-Eric Pelloux-Prayer
2020-05-05
1
-0
/
+2
[next]