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
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Fix some wonky whitespace in nir_search.h.
Eric Anholt
2019-10-04
1
-2
/
+2
*
nir: Factor out most of the algebraic passes C code to .c/.h.
Eric Anholt
2019-10-04
3
-146
/
+173
*
nir: Keep the range analysis HT around intra-pass until we make a change.
Eric Anholt
2019-10-04
7
-38
/
+52
*
nir: Skip emitting no-op movs from the builder.
Eric Anholt
2019-10-04
2
-3
/
+12
*
nir: Make nir_search's dumping go to stderr.
Eric Anholt
2019-10-04
1
-16
/
+16
*
nir/print: always use the right FILE *
Rhys Perry
2019-10-04
1
-2
/
+4
*
nir: initialize needs_helper_invocations as well
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
nir: initialize uses_discard to false
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
nir: Remove unnecessary subtraction optimizations
Daniel Schürmann
2019-09-30
1
-10
/
+0
*
nir: recombine nir_op_*sub when lower_sub = false
Daniel Schürmann
2019-09-30
1
-8
/
+13
*
nir/range-analysis: Use types to provide better ranges from bcsel and mov
Ian Romanick
2019-09-25
1
-25
/
+4
*
nir/range-analysis: Use types in the hash key
Ian Romanick
2019-09-25
1
-38
/
+98
*
nir/range-analysis: Bail if the types don't match
Ian Romanick
2019-09-25
1
-0
/
+20
*
nir: Fix overlapping vars in nir_assign_io_var_locations()
Connor Abbott
2019-09-25
1
-1
/
+1
*
nir/opt_remove_phis: handle phis with no sources
Rhys Perry
2019-09-25
1
-5
/
+6
*
nir/opt_large_constants: Handle store writemasks
Connor Abbott
2019-09-24
1
-20
/
+24
*
nir: don't add bindless variables to num_textures and num_images
Marek Olšák
2019-09-23
1
-0
/
+4
*
nir/repair_ssa: Replace the unreachable check with the phi builder
Jason Ekstrand
2019-09-23
1
-35
/
+44
*
nir/algebraic: Additional D3D Boolean optimization
Ian Romanick
2019-09-19
1
-0
/
+1
*
nir/algebraic: Do not apply late DPH optimization in vertex processing stages
Ian Romanick
2019-09-19
1
-3
/
+12
*
Move blob from compiler/ to util/
Jason Ekstrand
2019-09-19
1
-1
/
+1
*
nir/algebraic: refactor inexact opcode restrictions
Samuel Iglesias Gonsálvez
2019-09-19
1
-3
/
+5
*
nir/opt_if: Fix undef handling in opt_split_alu_of_phi()
Connor Abbott
2019-09-18
1
-55
/
+20
*
nir/opcodes: Clear variable names confusion
Andres Gomez
2019-09-18
1
-10
/
+15
*
nir: fix fmin/fmax support for doubles
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+2
*
nir: fix denorm flush-to-zero in sqrt's lowering at nir_lower_double_ops
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+15
*
nir: fix denorms in unpack_half_1x16()
Samuel Iglesias Gonsálvez
2019-09-17
3
-3
/
+33
*
nir/algebraic: disable inexact optimizations depending on float controls exec...
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+5
*
nir/algebraic: mark float optimizations returning one parameter as inexact
Andres Gomez
2019-09-17
1
-8
/
+8
*
nir/constant_expressions: mind rounding mode converting from float to float16...
Samuel Iglesias Gonsálvez
2019-09-17
1
-2
/
+10
*
nir/opcodes: make sure f2f16_rtz and f2f16_rtne behavior is not overriden by ...
Samuel Iglesias Gonsálvez
2019-09-17
1
-1
/
+20
*
nir: mind rounding mode on fadd, fsub, fmul and fma opcodes
Samuel Iglesias Gonsálvez
2019-09-17
2
-4
/
+46
*
nir: add support for round to zero rounding mode to nir_op_f2f32
Samuel Iglesias Gonsálvez
2019-09-17
2
-0
/
+11
*
nir: add support for flushing to zero denorm constants
Samuel Iglesias Gonsálvez
2019-09-17
4
-40
/
+106
*
nir: add auxiliary functions to detect if a mode is enabled
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+81
*
nir/large_constants: pass after lowering copy_deref
Sergii Romantsov
2019-09-16
1
-25
/
+2
*
nir/large_constants: more careful data copying
Sergii Romantsov
2019-09-16
1
-1
/
+1
*
nir/lower_point_size: assume scalar PSIZ
Iago Toral Quiroga
2019-09-12
1
-14
/
+3
*
nir/dead_cf: Repair SSA if the pass makes progress
Jason Ekstrand
2019-09-06
1
-2
/
+13
*
nir/repair_ssa: Insert deref casts when needed
Jason Ekstrand
2019-09-06
1
-2
/
+29
*
nir/repair_ssa: Repair dominance for unreachable blocks
Jason Ekstrand
2019-09-06
1
-4
/
+8
*
nir: Add a block_is_unreachable helper
Jason Ekstrand
2019-09-06
2
-0
/
+15
*
nir: Don't infinitely recurse in lower_ssa_defs_to_regs_block
Jason Ekstrand
2019-09-06
1
-5
/
+15
*
nir: Handle complex derefs in nir_split_array_vars
Jason Ekstrand
2019-09-06
1
-2
/
+5
*
nir/lower_io_to_vector: don't merge compact varyings
Rhys Perry
2019-09-06
1
-0
/
+3
*
nir/lower_io_to_vector: add flat mode
Rhys Perry
2019-09-06
1
-47
/
+204
*
nir/lower_io_to_vector: allow FS outputs to be vectorized
Rhys Perry
2019-09-06
1
-27
/
+32
*
nir: Carve out nir_lower_samplers from GLSL code.
Timur Kristóf
2019-09-06
3
-0
/
+157
*
nir/lower_explicit_io: Handle 1 bit loads and stores
Caio Marcelo de Oliveira Filho
2019-09-05
1
-9
/
+24
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
2
-6
/
+16
[next]