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: 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
*
nir/spirv: Add support for device groups
Jason Ekstrand
2018-03-07
1
-0
/
+2
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
1
-0
/
+2
*
mesa: move STATE_LENGTH to shader_enums.h and use it everywhere
Marek Olšák
2018-02-13
1
-5
/
+5
*
mesa,glsl,nir: reduce gl_state_index size to 2 bytes
Marek Olšák
2018-02-13
1
-5
/
+5
*
nir: add nir_opt_shrink_load pass
Samuel Pitoiset
2018-02-06
1
-0
/
+2
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
1
-0
/
+2
*
nir/st_glsl_to_nir: add param to disable splitting of inputs
Timothy Arceri
2018-01-31
1
-1
/
+2
*
nir: add vs_inputs_dual_locations compiler option
Timothy Arceri
2018-01-30
1
-0
/
+6
*
nir: add a 'const' qualifier to nir_ssa_def_components_read()
Samuel Pitoiset
2018-01-12
1
-1
/
+1
*
nir: Add a new lowering option to lower all txd to txl.
Eric Anholt
2017-12-14
1
-0
/
+6
*
nir: Handle fp16 rounding modes at nir_type_conversion_op
Jose Maria Casanova Crespo
2017-12-06
1
-1
/
+2
*
nir: Add rounding modes enum
Jose Maria Casanova Crespo
2017-12-06
1
-0
/
+10
*
nir: Add support for 16-bit types (half float, int16 and uint16)
Eduardo Lima Mitev
2017-12-06
1
-0
/
+9
*
nir: add array lowering function that assumes there are no indirects
Timothy Arceri
2017-12-04
1
-0
/
+1
*
nir: add varying component packing helpers
Timothy Arceri
2017-12-04
1
-0
/
+2
*
nir: add varying array splitting pass
Timothy Arceri
2017-12-04
1
-0
/
+1
*
compiler: use NDEBUG to guard asserts
Eric Engestrom
2017-11-28
1
-4
/
+4
*
nir: allow texture offsets with cube maps
Ilia Mirkin
2017-11-25
1
-2
/
+13
[next]