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: 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
*
nir/spirv: tg4 requires a sampler
Alex Smith
2017-11-13
1
-1
/
+0
*
nir: add streams to nir data
Timothy Arceri
2017-11-12
1
-0
/
+8
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
1
-0
/
+1
*
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
Jason Ekstrand
2017-11-07
1
-2
/
+1
*
nir: Add a ssa_dest_init_for_type helper
Jason Ekstrand
2017-11-07
1
-0
/
+9
*
nir: Add a new subgroups lowering pass
Jason Ekstrand
2017-11-07
1
-3
/
+9
*
nir: fix a typo
Gwan-gyeong Mun
2017-11-06
1
-1
/
+1
*
nir: Add hooks for testing serialization
Jason Ekstrand
2017-10-31
1
-0
/
+17
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-3
/
+0
*
nir: Add a helper for adding texture instruction sources
Jason Ekstrand
2017-10-17
1
-0
/
+4
*
nir: add variant of lower_io_to_scalar to be called earlier
Timothy Arceri
2017-10-16
1
-0
/
+1
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
1
-0
/
+2
[next]