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: disallow incompatible matrices multiplication
Andrii Simiklit
2019-10-02
1
-3
/
+3
*
glsl: correct bitcast-helpers
Erik Faye-Lund
2019-10-02
1
-2
/
+2
*
nir/opt_remove_phis: handle phis with no sources
Rhys Perry
2019-10-02
1
-5
/
+6
*
nir/repair_ssa: Replace the unreachable check with the phi builder
Jason Ekstrand
2019-10-02
1
-35
/
+44
*
glsl/nir: Avoid overflow when setting max_uniform_location
Caio Marcelo de Oliveira Filho
2019-09-12
1
-1
/
+2
*
nir/dead_cf: Repair SSA if the pass makes progress
Jason Ekstrand
2019-09-09
1
-2
/
+13
*
nir/repair_ssa: Insert deref casts when needed
Jason Ekstrand
2019-09-09
1
-2
/
+29
*
nir/repair_ssa: Repair dominance for unreachable blocks
Jason Ekstrand
2019-09-09
1
-4
/
+8
*
nir: Add a block_is_unreachable helper
Jason Ekstrand
2019-09-09
2
-0
/
+15
*
nir: Don't infinitely recurse in lower_ssa_defs_to_regs_block
Jason Ekstrand
2019-09-09
1
-5
/
+15
*
nir: fix memleak in error path
Eric Engestrom
2019-09-05
1
-1
/
+3
*
glsl: replace 'x + (-x)' with constant 0
Pierre-Eric Pelloux-Prayer
2019-08-30
1
-0
/
+12
*
nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...
Ian Romanick
2019-08-29
1
-1
/
+1
*
nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll
Danylo Piliaiev
2019-08-23
1
-25
/
+1
*
nir/lcssa: handle deref instructions properly
Daniel Schürmann
2019-08-23
2
-14
/
+26
*
nir: remove explicit nir_intrinsic_index_flag values
Eric Engestrom
2019-08-01
1
-2
/
+2
*
spirv: don't discard access set by vtn_pointer_dereference
Lionel Landwerlin
2019-07-31
1
-1
/
+1
*
spirv: propagate access qualifiers through ssa & pointer
Lionel Landwerlin
2019-07-30
3
-4
/
+62
*
spirv: wrap push ssa/pointer values
Lionel Landwerlin
2019-07-30
4
-64
/
+83
*
nir: Allow qualifiers on copy_deref and image instructions
Connor Abbott
2019-07-30
6
-12
/
+48
*
nir: add access to image_deref intrinsics
Lionel Landwerlin
2019-07-29
1
-1
/
+3
*
spirv: Fix order of barriers in SpvOpControlBarrier
Daniel Schürmann
2019-07-25
1
-4
/
+4
*
nir: don't return void
Eric Engestrom
2019-07-24
1
-1
/
+2
*
nir/loop_analyze: Properly handle swizzles in loop conditions
Jason Ekstrand
2019-07-18
1
-140
/
+149
*
nir: Add some helpers for chasing SSA values properly
Jason Ekstrand
2019-07-18
1
-0
/
+79
*
nir/loop_analyze: Refactor detection of limit vars
Jason Ekstrand
2019-07-18
1
-54
/
+51
*
nir/regs_to_ssa: Handle regs in phi sources properly
Jason Ekstrand
2019-07-17
1
-2
/
+32
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-16
1
-1
/
+1
*
nir,intel: Add support for lowering 64-bit nir_opt_extract_*
Jason Ekstrand
2019-07-16
2
-0
/
+39
*
nir/opt_if: Clean up single-src phis in opt_if_loop_terminator
Jason Ekstrand
2019-07-16
3
-0
/
+16
*
nir/loop_analyze: Bail if we encounter swizzles
Jason Ekstrand
2019-07-15
1
-0
/
+22
*
nir/loop_analyze: Handle bit sizes correctly in calculate_iterations
Jason Ekstrand
2019-07-15
1
-27
/
+48
*
nir: Add more helpers for working with const values
Jason Ekstrand
2019-07-15
2
-0
/
+135
*
nir/loop_analyze: Fix phi-of-identical-alu detection
Jason Ekstrand
2019-07-15
1
-26
/
+29
*
nir/instr_set: Expose nir_instrs_equal()
Jason Ekstrand
2019-07-15
2
-59
/
+62
*
nir: Add a helper to determine if an intrinsic can be reordered
Connor Abbott
2019-07-15
3
-11
/
+13
*
nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_size
Ian Romanick
2019-07-09
2
-1
/
+218
*
nir: Add unit tests for nir_opt_comparison_pre
Ian Romanick
2019-07-09
4
-1
/
+334
*
spirv: Ignore ArrayStride in OpPtrAccessChain for Workgroup
Caio Marcelo de Oliveira Filho
2019-07-03
1
-4
/
+6
*
glsl: Fix round64 conversion function
Sagar Ghuge
2019-06-26
1
-9
/
+12
*
glsl: Don't increase the iteration count when there are no terminators
Ian Romanick
2019-06-25
1
-1
/
+7
*
glsl: Fix out of bounds read in shader_cache_read_program_metadata
Kenneth Graunke
2019-06-18
1
-3
/
+2
*
nir/propagate_invariant: Don't add NULL vars to the hash table
Jason Ekstrand
2019-06-06
1
-1
/
+10
*
nir: Actually propagate progress in nir_opt_move_load_ubo.
Bas Nieuwenhuizen
2019-06-03
1
-1
/
+1
*
nir/dead_cf: Call instructions aren't dead
Jason Ekstrand
2019-05-31
1
-1
/
+1
*
nir/lower_non_uniform: safely iterate over blocks
Lionel Landwerlin
2019-05-30
1
-1
/
+1
*
nir: Fix clone of nir_variable state slots
Caio Marcelo de Oliveira Filho
2019-05-21
1
-3
/
+5
*
glsl: init packed in more constructors.
Dave Airlie
2019-05-21
1
-6
/
+6
*
nir: Fix nir_opt_idiv_const when negatives are involved
Caio Marcelo de Oliveira Filho
2019-05-21
1
-3
/
+5
*
nir: lower_non_uniform_access: iterate over instructions safely
Lionel Landwerlin
2019-05-16
1
-1
/
+1
[next]