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: 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
*
nir: Fix system_value_from_intrinsic for subgroups
Jason Ekstrand
2017-08-28
1
-4
/
+4
*
nir: Fix some whatespace
Jason Ekstrand
2017-08-28
1
-5
/
+5
*
nir: fix algebraic optimizations
Connor Abbott
2017-08-01
1
-2
/
+2
*
nir: add nir_lower_uniforms_to_ubo pass
Nicolai Hähnle
2017-07-31
2
-0
/
+98
*
nir: add nir_lower_samplers_as_deref pass
Nicolai Hähnle
2017-07-31
2
-0
/
+245
*
nir: add load_frag_coord system value intrinsic
Nicolai Hähnle
2017-07-31
3
-0
/
+6
*
nir: fix nir_lower_wpos_ytransform when gl_FragCoord is a system value
Nicolai Hähnle
2017-07-31
1
-2
/
+4
*
nir: add nir_instr_rewrite_deref
Nicolai Hähnle
2017-07-31
2
-0
/
+15
*
nir: Optimize find_lsb/imsb/umsb error checks
Matt Turner
2017-07-20
1
-0
/
+11
*
nir: Reduce destination size of ballot intrinsic when possible
Matt Turner
2017-07-20
2
-0
/
+20
*
nir: Add pass to scalarize read_invocation/read_first_invocation
Matt Turner
2017-07-20
2
-1
/
+113
*
nir: Add system values from ARB_shader_ballot
Matt Turner
2017-07-20
5
-1
/
+81
*
nir: Add intrinsics from ARB_shader_ballot
Matt Turner
2017-07-20
1
-0
/
+13
*
nir: Support lowering vote intrinsics
Matt Turner
2017-07-20
2
-2
/
+4
*
nir: Add pass to optimize intrinsics
Matt Turner
2017-07-20
2
-0
/
+97
*
nir: Add intrinsics from ARB_shader_group_vote
Matt Turner
2017-07-20
1
-0
/
+5
*
nir: Use nir_src_copy instead of direct assignments.
Kenneth Graunke
2017-07-18
3
-9
/
+9
[next]