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
/
nir
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: handle some 64-bit integer conversions
Dave Airlie
2017-02-16
1
-7
/
+19
*
nir: handle 64-bit integer types in glsl->nir type conversion.
Dave Airlie
2017-02-16
1
-0
/
+6
*
nir: add opcode to perform int64 to bool conversions
Samuel Iglesias Gonsálvez
2017-02-09
1
-0
/
+1
*
nir: add extra const notation in compare_blocks()
Emil Velikov
2017-01-27
1
-2
/
+2
*
nir: silence implicit conversion to 64bit
Emil Velikov
2017-01-27
1
-1
/
+1
*
nir: bump loop max unroll limit
Timothy Arceri
2017-01-25
1
-1
/
+1
*
nir/search: Use the correct bit size for integer comparisons
Jason Ekstrand
2017-01-21
1
-32
/
+16
*
nir: Add support for 64-bit integer types to split_var_copies_block
Ian Romanick
2017-01-20
1
-0
/
+2
*
nir: Shift count for shift opcodes is always 32-bits
Ian Romanick
2017-01-20
2
-7
/
+7
*
nir: Lower packing and unpacking of 64-bit integer types
Ian Romanick
2017-01-20
1
-5
/
+37
*
nir: Add 64-bit integer support for conversions and bitcasts
Ian Romanick
2017-01-20
2
-1
/
+30
*
nir: Add 64-bit integer constant support
Ian Romanick
2017-01-20
2
-0
/
+13
*
nir: add min/max optimisation
Elie TOURNIER
2017-01-19
1
-0
/
+12
*
nir/algebraic: Only include nir_search_helpers once
Jason Ekstrand
2017-01-19
1
-1
/
+1
*
nir/gcm: fix a bug with metadata handling
Connor Abbott
2017-01-14
1
-3
/
+3
*
nir: optimise min/max fadd combos
Timothy Arceri
2017-01-14
2
-0
/
+26
*
nir/gcm: Fix a typo in a comment
Jason Ekstrand
2017-01-12
1
-1
/
+1
*
nir/gcm: Rework the schedule late loop
Jason Ekstrand
2017-01-12
1
-5
/
+6
*
nir: don't turn ieq/ine into inot if used by an if
Timothy Arceri
2017-01-12
2
-2
/
+8
*
nir: add late opt to turn inot/b2f combos back to bcsel
Timothy Arceri
2017-01-12
2
-0
/
+19
*
nir: add imprecise flrp optimisation
Timothy Arceri
2017-01-12
1
-0
/
+1
*
nir: Introduce a nir_opt_move_comparisons() pass.
Kenneth Graunke
2017-01-12
2
-0
/
+187
*
nir/algebraic: add support for conditional helper functions to expressions
Timothy Arceri
2017-01-12
3
-1
/
+15
*
nir/search: Only allow matching SSA values
Jason Ekstrand
2017-01-11
1
-5
/
+11
*
nir: change asserts to unreachable in nir_type_conversion_op
Tapani Pälli
2017-01-11
1
-3
/
+3
*
nir: Add a pass to lower TES patch_vertices intrinsics to a constant.
Kenneth Graunke
2017-01-10
2
-0
/
+54
*
nir: Fix anonymous union initialization with older GCC.
Vinson Lee
2017-01-09
1
-1
/
+1
*
nir: remove duplicated foreach loop
Thomas Hindoe Paaboel Andersen
2017-01-09
1
-1
/
+0
*
nir/i965: use two slots from inputs_read for dvec3/dvec4 vertex input attributes
Juan A. Suarez Romero
2017-01-09
1
-25
/
+23
*
nir: add nir_type_conversion_op()
Samuel Iglesias Gonsálvez
2017-01-09
2
-0
/
+83
*
nir: add nir_get_nir_type_for_glsl_type()
Samuel Iglesias Gonsálvez
2017-01-09
1
-0
/
+24
*
nir: add another comparison simplification
Timothy Arceri
2017-01-09
1
-0
/
+2
*
nir: Turn bcsel of +/- 1.0 and 0.0 into b2f sequences.
Kenneth Graunke
2017-01-09
1
-0
/
+4
*
nir: Convert ineg(b2i(a)) to a if it's a boolean.
Kenneth Graunke
2017-01-09
1
-0
/
+2
*
nir: Add a local variable-based copy propagation pass
Jason Ekstrand
2017-01-06
2
-0
/
+815
*
nir/builder: Add a helper for getting the most recently added instruction
Jason Ekstrand
2017-01-06
1
-0
/
+7
*
nir/builder: Add a load_deref_var helper
Jason Ekstrand
2017-01-06
1
-0
/
+16
*
nir/dead_variables: Remove shader-local variables that are only written
Jason Ekstrand
2017-01-06
1
-9
/
+60
*
nir/dead_variables: Removed shared variables when requested
Jason Ekstrand
2017-01-06
1
-0
/
+3
*
nir: fix loop iteration count calculation for floats
Timothy Arceri
2017-01-04
1
-2
/
+2
*
nir/split_var_copies: Use a nir_shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
1
-3
/
+3
*
nir/opt_peephole_select: Pass around the actual nir_shader
Jason Ekstrand
2016-12-30
1
-4
/
+5
*
nir/conditional_if: Properly use the builder
Jason Ekstrand
2016-12-30
1
-11
/
+10
*
nir/lower_var_copies: Use a shader rather than a void *mem_ctx
Jason Ekstrand
2016-12-30
2
-9
/
+10
*
nir/lower_io: Use the builder instead of carrying a mem_ctx
Jason Ekstrand
2016-12-30
1
-8
/
+8
*
nir/from_ssa: Use nir_builder for emit_copy
Jason Ekstrand
2016-12-30
1
-13
/
+13
*
nir: Make nir_copy_deref follow the "clone" pattern
Jason Ekstrand
2016-12-30
8
-45
/
+37
*
nir: Rewrite lower_regs_to_ssa to use the phi builder
Jason Ekstrand
2016-12-29
1
-421
/
+174
*
nir/phi-builder: Set the value in the block when creating a phi
Jason Ekstrand
2016-12-29
1
-1
/
+1
*
nir: Add foreach_register helper macros
Jason Ekstrand
2016-12-29
1
-0
/
+5
[next]