index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: fill outputs_read field and add patch outputs read (v2)
Dave Airlie
2017-11-27
1
-12
/
+28
*
nir: allow texture offsets with cube maps
Ilia Mirkin
2017-11-25
1
-2
/
+13
*
nir/gather_info: recognize load_patch_vertices_in as a system value
Iago Toral Quiroga
2017-11-22
1
-0
/
+1
*
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: handle get_buffer_size in nir_lower_atomics_to_ssbo
Rob Clark
2017-11-10
1
-0
/
+1
*
nir: Don't print swizzles when there are more than 4 components
Matt Turner
2017-11-08
1
-1
/
+1
*
nir: Validate base types on array dereferences
Jason Ekstrand
2017-11-07
1
-2
/
+16
*
nir,intel/compiler: Use a fixed subgroup size
Jason Ekstrand
2017-11-07
2
-24
/
+13
*
nir/lower_subgroups: Lower ballot intrinsics to the specified bit size
Jason Ekstrand
2017-11-07
3
-30
/
+83
*
nir/builder: Add a nir_imm_intN_t helper
Jason Ekstrand
2017-11-07
1
-0
/
+12
*
nir/lower_system_values: Lower SUBGROUP_*_MASK based on type
Jason Ekstrand
2017-11-07
1
-2
/
+3
*
nir: Make ballot intrinsics variable-size
Jason Ekstrand
2017-11-07
2
-6
/
+7
*
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
5
-181
/
+200
*
intel/cs: Push subgroup ID instead of base thread ID
Jason Ekstrand
2017-11-07
1
-3
/
+1
*
intel/cs: Rework the way thread local ID is handled
Jason Ekstrand
2017-11-07
1
-0
/
+3
*
nir: fix a typo
Gwan-gyeong Mun
2017-11-06
1
-1
/
+1
*
nir/serialize: fix build with gcc 4.4.7
Dave Airlie
2017-11-03
1
-19
/
+19
*
nir: skip lowering sampler if there is no dereference
Timothy Arceri
2017-11-03
1
-1
/
+3
*
nir: add tess patch support to nir_remove_unused_varyings()
Timothy Arceri
2017-11-03
1
-19
/
+42
*
nir: Add hooks for testing serialization
Jason Ekstrand
2017-10-31
2
-0
/
+36
*
nir: add serialization and deserialization
Connor Abbott
2017-10-31
3
-0
/
+1246
*
nir/opt_intrinsics: Fix values for gl_SubGroupG{e,t}MaskARB
Neil Roberts
2017-10-31
1
-2
/
+22
*
nir: Make nir_gather_info collect a uses_fddx_fddy flag.
Kenneth Graunke
2017-10-29
1
-0
/
+16
*
nir/opt_intrinsics: Rework progress
Jason Ekstrand
2017-10-25
1
-5
/
+9
*
nir/lower_wpos_ytransform: Support system value intrinsics
Jason Ekstrand
2017-10-25
1
-0
/
+4
*
nir: Zero nir_load_const_instr::value for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-1
/
+1
*
nir: Zero local_size const struct for valgrind & nir_serialize
Jordan Justen
2017-10-25
1
-0
/
+1
*
nir/intrinsics: Set the correct num_indices for load_output
Jason Ekstrand
2017-10-25
1
-1
/
+1
*
meson: extract out variable for nir_algebraic.py
Rob Clark
2017-10-24
1
-0
/
+2
*
nir: Print the components referenced for split or packed shader in/outs.
Eric Anholt
2017-10-20
1
-1
/
+25
*
nir: Add a safety check that we don't remove dead I/O vars after lowering.
Eric Anholt
2017-10-20
1
-4
/
+14
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
22
-48
/
+51
*
nir: set default lod to texture opcodes that needed it but don't provide it
Samuel Iglesias Gonsálvez
2017-10-20
1
-0
/
+13
*
nir: Add a helper for adding texture instruction sources
Jason Ekstrand
2017-10-17
3
-25
/
+28
*
nir: add component level support to remove_unused_io_vars()
Timothy Arceri
2017-10-16
1
-16
/
+21
*
nir: add variant of lower_io_to_scalar to be called earlier
Timothy Arceri
2017-10-16
2
-0
/
+255
*
nir: Get rid of the variable on vote intrinsics
Jason Ekstrand
2017-10-12
1
-3
/
+3
*
nir/opcodes: Fix constant-folding of ufind_msb
Jason Ekstrand
2017-10-12
1
-1
/
+1
*
nir: Make nir_shader_gather_info() track texelFetch texture accesses.
Kenneth Graunke
2017-10-12
1
-1
/
+13
*
nir: bump loop unroll limit to 96.
Dave Airlie
2017-10-11
1
-1
/
+3
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
4
-0
/
+139
*
meson: add nir_linking_helpers.c to libnir
Dylan Baker
2017-10-09
1
-0
/
+1
*
meson: convert gtest to an internal dependency
Dylan Baker
2017-10-03
1
-2
/
+2
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+205
*
nir: add some helpers for doing linking
Timothy Arceri
2017-09-26
2
-0
/
+150
*
nir: add always_active_io to nir variable
Timothy Arceri
2017-09-26
1
-0
/
+10
*
nir: put compact into bitfields in nir_variable_data
Dave Airlie
2017-09-07
1
-1
/
+1
*
nir: Remove series of unnecessary conversions
Matt Turner
2017-08-29
1
-1
/
+1
[next]