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: Separate dead write removal into its own pass
Caio Marcelo de Oliveira Filho
2018-10-15
4
-3
/
+226
*
nir: Add tests for dead write elimination
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+241
*
nir: Add test file for vars related passes
Caio Marcelo de Oliveira Filho
2018-10-15
2
-0
/
+201
*
nir: Add nir_imm_ivec2 helper
Caio Marcelo de Oliveira Filho
2018-10-15
1
-0
/
+12
*
nir: Expose nir_remove_unused_io_vars().
Eric Anholt
2018-10-15
2
-8
/
+27
*
nir: Be sure to fix deref modes after demoting shader i/o vars to global.
Eric Anholt
2018-10-15
1
-0
/
+3
*
nir: Create sampler2D variables in nir_lower_{bitmap,drawpixels}.
Kenneth Graunke
2018-10-14
2
-1
/
+23
*
spirv/nir: handle memory access qualifiers for SSBO loads/stores
Samuel Pitoiset
2018-10-12
1
-2
/
+2
*
nir: Add a bunch of b2[if] optimizations
Jason Ekstrand
2018-10-11
1
-0
/
+17
*
nir/algebraic: Simplify fsat of fsign
Ian Romanick
2018-10-09
1
-0
/
+1
*
nir/algebraic: sign(x)*x*x is abs(x)*x
Ian Romanick
2018-10-09
1
-0
/
+5
*
nir: Add helper functions to get the instruction that generated a nir_src
Ian Romanick
2018-10-09
1
-0
/
+23
*
nir/alu_to_scalar: Use ssa_for_alu_src in hand-rolled expansions
Jason Ekstrand
2018-10-04
1
-15
/
+18
*
nir/from_ssa: Don't rewrite derefs destinations to registers
Jason Ekstrand
2018-10-02
1
-0
/
+6
*
nir/cf: Remove phi sources if needed in nir_handle_add_jump
Jason Ekstrand
2018-10-02
1
-17
/
+21
*
nir: add initializer data to fix MSVC compile error
Juan A. Suarez Romero
2018-09-19
1
-1
/
+1
*
nir: Add some asserts that we don't put derefs in phis
Jason Ekstrand
2018-09-19
3
-0
/
+6
*
nir/opt_if: Re-materialize derefs in use blocks before peeling loops
Jason Ekstrand
2018-09-19
1
-6
/
+7
*
nir/loop_unroll: Re-materialize derefs in use blocks before unrolling
Jason Ekstrand
2018-09-19
1
-9
/
+4
*
nir: Add a small pass to rematerialize derefs per-block
Jason Ekstrand
2018-09-19
2
-0
/
+134
*
nir: add loop unroll support for complex wrapper loops
Timothy Arceri
2018-09-14
1
-37
/
+76
*
nir: propagates if condition evaluation down some alu chains
Timothy Arceri
2018-09-14
1
-0
/
+128
*
nir: evaluate if condition uses inside the if branches
Timothy Arceri
2018-09-14
2
-0
/
+138
*
Replace uses of _mesa_bitcount with util_bitcount
Dylan Baker
2018-09-07
2
-6
/
+6
*
nir: Drop the vs_inputs_dual_locations option
Jason Ekstrand
2018-09-06
3
-42
/
+19
*
radeonsi/nir: Set vs_inputs_dual_locations and let NIR do the remap
Jason Ekstrand
2018-09-06
1
-4
/
+1
*
compiler: Move double_inputs to gl_program::DualSlotInputs
Jason Ekstrand
2018-09-06
3
-20
/
+41
*
anv,i965: Lower away image derefs in the driver
Jason Ekstrand
2018-08-29
1
-3
/
+3
*
nir: Add handle/index-based image intrinsics
Jason Ekstrand
2018-08-29
3
-20
/
+82
*
nir: Use a bitfield for image access qualifiers
Jason Ekstrand
2018-08-29
2
-10
/
+7
*
intel/compiler: Do image load/store lowering to NIR
Jason Ekstrand
2018-08-29
1
-0
/
+9
*
nir: Make image load/store intrinsics variable-width
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
nir/format_convert: Fix a bitmask in unpack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Rename pack_r11g11b10f to pack_11f11f10f
Jason Ekstrand
2018-08-29
1
-1
/
+1
*
nir/format_convert: Add [us]norm conversion helpers
Jason Ekstrand
2018-08-29
1
-0
/
+56
*
nir/format_convert: Rename nir_format_bitcast_uint_vec
Jason Ekstrand
2018-08-29
1
-2
/
+3
*
nir/format_convert: Add vec mask and sign-extend helpers
Jason Ekstrand
2018-08-29
1
-8
/
+27
*
nir/format_convert: Add support for unpacking signed integers
Jason Ekstrand
2018-08-29
1
-8
/
+29
*
nir/opcodes: Make unpack_half_2x16_split_* variable-width
Jason Ekstrand
2018-08-29
1
-4
/
+4
*
nir/algebraic: Add some max/min optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+6
*
nir/algebraic: Add more extract_[iu](8|16) optimizations
Jason Ekstrand
2018-08-29
1
-0
/
+10
*
nir/algebraic: Be more careful converting ushr to extract_u8/16
Jason Ekstrand
2018-08-29
1
-2
/
+2
*
nir: add loop unroll support for wrapper loops
Timothy Arceri
2018-08-29
1
-0
/
+77
*
nir/opt_loop_unroll: Remove unneeded phis if we make progress
Timothy Arceri
2018-08-29
1
-1
/
+9
*
nir: add complex_loop bool to loop info
Timothy Arceri
2018-08-29
2
-2
/
+12
*
nir: always attempt to find loop terminators
Timothy Arceri
2018-08-29
1
-7
/
+7
*
nir: Remove outdated comment
Caio Marcelo de Oliveira Filho
2018-08-28
1
-3
/
+0
*
mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering
Kevin Rogovin
2018-08-28
1
-0
/
+1
*
nir: Pull block_ends_in_jump into nir.h
Jason Ekstrand
2018-08-27
3
-23
/
+13
*
nir: Add an array copy optimization
Jason Ekstrand
2018-08-23
3
-0
/
+414
[next]