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
/
nir.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: prepare for bumping up max components to 16
Karol Herbst
2018-07-17
1
-16
/
+18
*
nir: Add a large constants optimization pass
Jason Ekstrand
2018-07-02
1
-0
/
+4
*
nir: Add a concept of constant data associated with a shader
Jason Ekstrand
2018-07-02
1
-0
/
+8
*
nir: Add a deref_instr_has_indirect helper
Jason Ekstrand
2018-07-02
1
-0
/
+2
*
nir/opt_if: Remove unneeded phis if we make progress
Jason Ekstrand
2018-06-26
1
-0
/
+1
*
nir: Remove old-school deref chain support
Jason Ekstrand
2018-06-22
1
-112
/
+0
*
nir: promote intrinsic_get_var() to helper
Rob Clark
2018-06-22
1
-0
/
+6
*
nir: Delete lower_io_types
Jason Ekstrand
2018-06-22
1
-1
/
+0
*
nir: Use deref instructions in lower_constant_initializers
Jason Ekstrand
2018-06-22
1
-3
/
+0
*
nir,spirv: Rework function calls
Jason Ekstrand
2018-06-22
1
-23
/
+12
*
nir: Add a concept of per-member structs and a lowering pass
Jason Ekstrand
2018-06-22
1
-0
/
+12
*
nir: Support deref instructions in lower_var_copies
Jason Ekstrand
2018-06-22
1
-0
/
+3
*
nir: Add a pass for fixing deref modes
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
nir: add deref lowering sanity checking
Rob Clark
2018-06-22
1
-0
/
+12
*
nir/deref: Add some deref cleanup functions
Jason Ekstrand
2018-06-22
1
-0
/
+4
*
nir: Add helpers for working with deref instructions
Jason Ekstrand
2018-06-22
1
-0
/
+37
*
nir: Add deref sources to texture instructions
Jason Ekstrand
2018-06-22
1
-0
/
+2
*
nir: Add _deref versions of all of the _var intrinsics
Jason Ekstrand
2018-06-22
1
-1
/
+1
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
1
-1
/
+57
*
nir: Add explicit_binding to nir_variable
Neil Roberts
2018-06-21
1
-0
/
+5
*
nir: add pass to move load_const
Rob Clark
2018-06-19
1
-0
/
+1
*
nir: Document a couple instances of parent_instr
Ian Romanick
2018-06-15
1
-0
/
+2
*
nir: Add lowering for nir_op_bit_count.
Eric Anholt
2018-06-06
1
-0
/
+2
*
nir: Add lowering for nir_op_bitfield_reverse.
Eric Anholt
2018-06-06
1
-0
/
+2
*
nir: Add an ALU lowering pass for mul_high.
Eric Anholt
2018-06-06
1
-0
/
+3
*
nir: Add lowering for find_lsb.
Eric Anholt
2018-06-06
1
-0
/
+2
*
nir: Add lowering for ifind_msb to ufind_msb.
Eric Anholt
2018-06-06
1
-0
/
+2
*
nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.
Eric Anholt
2018-06-06
1
-0
/
+3
*
nir: Add lowering for bitfieldInsert without using bfi.
Eric Anholt
2018-06-06
1
-0
/
+5
*
nir: make is_comparison() a non-static helper function
Samuel Pitoiset
2018-06-04
1
-0
/
+24
*
nir: Implement optional b2f->iand lowering
Alyssa Rosenzweig
2018-05-18
1
-0
/
+3
*
compiler/lower_64bit_packing: rename the pass to be more generic
Iago Toral Quiroga
2018-05-03
1
-1
/
+1
*
compiler/nir: add a lowering pass to convert the bit size of ALU operations
Iago Toral Quiroga
2018-05-03
1
-0
/
+6
*
compiler/nir: Add conditional lowering for gl_BaseVertex
Antia Puentes
2018-05-02
1
-0
/
+6
*
nir: move GL specific passes to src/compiler/glsl
Timothy Arceri
2018-05-01
1
-11
/
+0
*
nir: lower 64bit subgroup shuffle intrinsics
Daniel Schürmann
2018-04-14
1
-0
/
+1
*
nir+drivers: add helpers to get # of src/dest components
Rob Clark
2018-04-03
1
-0
/
+22
*
nir: Return a cursor from nir_instr_remove
Jason Ekstrand
2018-03-30
1
-1
/
+15
*
nir: Add src/dest num_components helpers
Jason Ekstrand
2018-03-30
1
-0
/
+12
*
nir: add bindless to nir data
Timothy Arceri
2018-03-28
1
-0
/
+6
*
nir: mako all the intrinsics
Rob Clark
2018-03-27
1
-9
/
+0
*
st/nir: fix atomic lowering for gallium drivers
Timothy Arceri
2018-03-20
1
-1
/
+2
*
st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker
Timothy Arceri
2018-03-20
1
-1
/
+0
*
nir: add nir_opt_move_load_ubo() optimization pass
Samuel Pitoiset
2018-03-16
1
-0
/
+2
*
compiler: int8/uint8 support
Karol Herbst
2018-03-14
1
-0
/
+4
*
nir/subgroups: Add lowering for vote_ieq/vote_feq to a ballot
Jason Ekstrand
2018-03-13
1
-0
/
+1
*
nir: Add a helper for getting binop identities
Jason Ekstrand
2018-03-07
1
-0
/
+2
*
nir: Add subgroup arithmetic reduction intrinsics
Jason Ekstrand
2018-03-07
1
-0
/
+12
*
nir: Add quad operations and lowering
Jason Ekstrand
2018-03-07
1
-0
/
+1
*
nir: Add subgroup shuffle intrinsics and lowering
Jason Ekstrand
2018-03-07
1
-0
/
+1
[next]