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
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-1
/
+2
*
glsl: Store the precision for a function return type
Neil Roberts
2019-09-04
3
-1
/
+30
*
nir: fix memleak in error path
Eric Engestrom
2019-09-04
1
-1
/
+3
*
nir: remove unused constant_fold_state
Rob Clark
2019-09-03
1
-6
/
+0
*
nir: Fix num_ssbos when lowering atomic counters
Connor Abbott
2019-09-03
1
-0
/
+21
*
nir: do not assume that the result of fexp2(a) is always an integral
Samuel Pitoiset
2019-09-02
1
-0
/
+1
*
glsl: replace 'x + (-x)' with constant 0
Pierre-Eric Pelloux-Prayer
2019-08-29
1
-0
/
+12
*
nir/range-analysis: Add a lot more assertions about the contents of tables
Ian Romanick
2019-08-29
1
-6
/
+128
*
nir/range-analysis: Range tracking for fpow
Ian Romanick
2019-08-29
1
-0
/
+66
*
nir/range-analysis: Handle constants in nir_op_mov just like nir_op_bcsel
Ian Romanick
2019-08-29
1
-2
/
+9
*
nir/range-analysis: Fix incorrect fadd range result for (ne_zero, ne_zero)
Ian Romanick
2019-08-29
1
-3
/
+8
*
nir/range-analysis: Adjust result range of multiplication to account for flus...
Ian Romanick
2019-08-29
1
-31
/
+22
*
nir/range-analysis: Adjust result range of exp2 to account for flush-to-zero
Ian Romanick
2019-08-29
1
-2
/
+14
*
nir/algebraic: Clean up value range analysis-based optimizations
Ian Romanick
2019-08-29
1
-8
/
+18
*
nir/algebraic: Mark some value range analysis-based optimizations imprecise
Ian Romanick
2019-08-29
1
-9
/
+13
*
nir/algrbraic: Don't optimize open-coded bitfield reverse when lowering is en...
Ian Romanick
2019-08-28
1
-1
/
+1
*
compiler/glsl: Fix warning about unused function
Caio Marcelo de Oliveira Filho
2019-08-23
1
-1
/
+3
*
nir: Remove nir_const_load_to_arr
Alyssa Rosenzweig
2019-08-22
1
-5
/
+0
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
9
-30
/
+64
*
nir/loop_analyze: Treat do{}while(false) loops as 0 iterations
Danylo Piliaiev
2019-08-21
1
-0
/
+49
*
nir/loop_unroll: Prepare loop for unrolling in wrapper_unroll
Danylo Piliaiev
2019-08-21
1
-25
/
+1
*
nir/loop_unroll: Update the comments for loop_prepare_for_unroll
Danylo Piliaiev
2019-08-21
1
-2
/
+2
*
nir/algebraic: some subtraction optimizations
Daniel Schürmann
2019-08-21
1
-0
/
+3
*
mesa/compiler: rework tear down of builtin/types
Lionel Landwerlin
2019-08-21
7
-67
/
+31
*
compiler: ensure glsl types are not created without a reference
Lionel Landwerlin
2019-08-21
1
-1
/
+6
*
nir/tests: take reference on glsl types
Lionel Landwerlin
2019-08-21
4
-1
/
+16
*
glsl/tests: take refs on glsl types
Lionel Landwerlin
2019-08-21
9
-18
/
+64
*
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
*
nir/algebraic: Reassociate shift-by-constant of shift-by-constant
Ian Romanick
2019-08-14
1
-1
/
+25
*
nir/algebraic: Reassociate add-and-shift to be shift-and-add
Ian Romanick
2019-08-14
1
-0
/
+5
*
nir/find_array_copies: Reject copies with mismatched lengths
Andrii Simiklit
2019-08-14
1
-4
/
+8
*
nir/range-analysis: Fail gracefully on non-SSA sources
Ian Romanick
2019-08-14
1
-0
/
+3
*
nir: add a pass to clamp gl_PointSize to a range
Iago Toral Quiroga
2019-08-13
3
-0
/
+127
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
5
-149
/
+33
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
5
-144
/
+236
*
compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
Marek Olšák
2019-08-12
3
-0
/
+12
*
compiler: add SYSTEM_VALUE_USER_DATA_AMD
Marek Olšák
2019-08-12
3
-0
/
+8
[next]