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: correct use of identity check in python
Dylan Baker
2019-11-05
1
-2
/
+2
*
glsl: Initialize all fields of ir_variable in constructor
Danylo Piliaiev
2019-10-28
1
-0
/
+23
*
nir/search: Fix possible NULL dereference in is_fsign
Ian Romanick
2019-10-18
1
-1
/
+1
*
glsl: fix crash compiling bindless samplers inside unnamed UBOs
Timothy Arceri
2019-10-14
1
-5
/
+5
*
nir/dead_cf: Remove dead control flow after infinite loops.
Bas Nieuwenhuizen
2019-10-11
1
-0
/
+7
*
nir/sink: Don't sink load_ubo to outside of its defining loop
Connor Abbott
2019-10-10
1
-5
/
+32
*
nir/sink: Rewrite loop handling logic
Connor Abbott
2019-10-10
1
-35
/
+40
*
android: compiler/nir: build nir_divergence_analysis.c
Mauro Rossi
2019-09-30
1
-0
/
+1
*
glsl: disallow incompatible matrices multiplication
Andrii Simiklit
2019-09-30
1
-3
/
+3
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-26
1
-0
/
+20
*
glsl: correct bitcast-helpers
Erik Faye-Lund
2019-09-26
1
-2
/
+2
*
nir/opt_remove_phis: handle phis with no sources
Rhys Perry
2019-09-26
1
-5
/
+6
*
nir/opt_large_constants: Handle store writemasks
Connor Abbott
2019-09-26
1
-20
/
+24
*
nir/repair_ssa: Replace the unreachable check with the phi builder
Jason Ekstrand
2019-09-23
1
-35
/
+44
*
nir/algebraic: Do not apply late DPH optimization in vertex processing stages
Ian Romanick
2019-09-23
1
-3
/
+12
*
nir/large_constants: more careful data copying
Sergii Romantsov
2019-09-18
1
-1
/
+1
*
glsl/nir: Avoid overflow when setting max_uniform_location
Caio Marcelo de Oliveira Filho
2019-09-18
1
-1
/
+2
*
nir/loop_analyze: Treat do{}while(false) loops as 0 iterations
Danylo Piliaiev
2019-09-18
1
-0
/
+49
*
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: Handle complex derefs in nir_split_array_vars
Jason Ekstrand
2019-09-09
1
-2
/
+5
*
nir/lower_explicit_io: Handle 1 bit loads and stores
Caio Marcelo de Oliveira Filho
2019-09-06
1
-9
/
+24
*
nir: do not assume that the result of fexp2(a) is always an integral
Samuel Pitoiset
2019-09-04
1
-0
/
+1
*
nir: Add is_not_negative helper function
Dylan Baker
2019-09-04
1
-0
/
+6
*
nir: fix memleak in error path
Eric Engestrom
2019-09-04
1
-1
/
+3
*
glsl: replace 'x + (-x)' with constant 0
Pierre-Eric Pelloux-Prayer
2019-09-04
1
-0
/
+12
*
nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcsel
Ian Romanick
2019-09-04
1
-2
/
+9
*
nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)
Ian Romanick
2019-09-04
1
-3
/
+8
*
nir/range-analysis: Adjust result range of multiplication to account for flus...
Ian Romanick
2019-09-04
1
-31
/
+22
*
nir/range-analysis: Adjust result range of exp2 to account for flush-to-zero
Ian Romanick
2019-09-04
1
-2
/
+14
*
nir/algebraic: Mark some value range analysis-based optimizations imprecise
Ian Romanick
2019-09-04
1
-9
/
+13
*
nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...
Ian Romanick
2019-09-04
1
-1
/
+1
*
nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll
Danylo Piliaiev
2019-09-04
1
-25
/
+1
*
nir: add divergence analysis pass.
Daniel Schürmann
2019-08-20
3
-0
/
+799
*
nir/subgroups: Lower clustered reductions with cluster_size >= subgroup_size ...
Rhys Perry
2019-08-20
1
-1
/
+12
*
nir/lcssa: allow to create LCSSA phis for loop-invariant booleans
Rhys Perry
2019-08-20
2
-3
/
+7
*
nir/lcssa: Skip loop invariant variables when converting to LCSSA.
Daniel Schürmann
2019-08-20
2
-14
/
+162
*
nir: make nir_to_lcssa() a general NIR pass.
Rhys Perry
2019-08-20
2
-3
/
+42
*
nir/lcssa: handle deref instructions properly
Daniel Schürmann
2019-08-20
2
-14
/
+26
*
nir: Add more source types to nir_tex_instr_src_type
Jason Ekstrand
2019-08-19
1
-3
/
+14
*
nir: Add missing dependency in Android.nir.gen.mk
Roman Stratiienko
2019-08-19
1
-0
/
+1
*
glsl/standalone: init shader stage in init_gl_program()
Vasily Khoruzhick
2019-08-17
1
-2
/
+4
*
nir/algebraic: add a few masking-before-unpack optimizations
Rhys Perry
2019-08-16
1
-1
/
+9
*
win32: unify strcasecmp definitions
Erik Faye-Lund
2019-08-15
1
-0
/
+1
*
nir: avoid warning when casting bogus pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
glsl: fixup u64-warning
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
meson: add nir tests to the compiler/nir test suite
Eric Engestrom
2019-08-14
1
-2
/
+5
[next]