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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
1
-1
/
+0
*
nir: Fix assert in print_intrinsic_instr().
Józef Kucia
2018-11-29
1
-1
/
+1
*
nir/derefs: Add a nir_derefs_do_not_alias enum value
Jason Ekstrand
2018-11-28
2
-3
/
+4
*
nir: Call fflush() at the end of nir_print_shader()
Matt Turner
2018-11-27
1
-0
/
+1
*
nir: add fceil lowering
Jonathan Marek
2018-11-27
2
-0
/
+4
*
Revert "nir/builder: Assert that intN_t immediates fit"
Iago Toral Quiroga
2018-11-21
1
-4
/
+0
*
nir/from_ssa: fix bit-size of temporary register
Iago Toral Quiroga
2018-11-21
1
-2
/
+5
*
meson: Add tests to suites
Dylan Baker
2018-11-20
1
-2
/
+5
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
2
-12
/
+35
*
nir: Save nir_variable pointers in nir_lower_clip_vs rather than locs.
Kenneth Graunke
2018-11-19
1
-16
/
+8
*
nir: Inline lower_clip_vs() into nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-41
/
+32
*
nir: Use nir_shader_get_entrypoint in nir_lower_clip_vs().
Kenneth Graunke
2018-11-19
1
-4
/
+2
*
nir: handle shared pointers in lowering indirect derefs.
Dave Airlie
2018-11-20
1
-2
/
+2
*
nir: move getting deref from var after we check deref type.
Dave Airlie
2018-11-20
1
-4
/
+3
*
intel,nir: Move gl_LocalInvocationID lowering to nir_lower_system_values
Jason Ekstrand
2018-11-19
2
-1
/
+49
*
nir: Add alignment parameters to SSBO, UBO, and shared access
Jason Ekstrand
2018-11-15
4
-10
/
+63
*
nir/lower_io: Add shared to get_io_offset_src
Jason Ekstrand
2018-11-15
1
-0
/
+2
*
nir/builder: Add a nir_pack/unpack/bitcast helpers
Jason Ekstrand
2018-11-15
1
-0
/
+126
*
nir/builder: Add iadd_imm and imul_imm helpers
Jason Ekstrand
2018-11-15
2
-3
/
+14
*
nir/builder: Assert that intN_t immediates fit
Jason Ekstrand
2018-11-15
1
-0
/
+4
*
nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16
Jason Ekstrand
2018-11-15
1
-0
/
+1
*
compiler: avoid 'unused variable' warnings
Andrii Simiklit
2018-11-14
1
-2
/
+1
*
nir: Allow to skip integer ops in nir_lower_to_source_mods
Gert Wollny
2018-11-14
2
-31
/
+57
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
2
-4
/
+2
*
nir: add const_index parameters to system value builder function
Karol Herbst
2018-11-14
1
-2
/
+19
*
nir: Don't lower the local work group size if it's variable.
Plamena Manolova
2018-11-13
1
-6
/
+18
*
nir: add support for removing redundant stores to copy prop var
Timothy Arceri
2018-11-13
1
-10
/
+35
*
nir: add lowering for ffloor
Christian Gmeiner
2018-11-12
2
-0
/
+4
*
nir/lower_tex: Add AYUV lowering support
Lionel Landwerlin
2018-11-12
2
-0
/
+20
*
nir/lower_tex: add alpha channel parameter for yuv lowering
Lionel Landwerlin
2018-11-12
1
-6
/
+11
*
nir: don't pack varyings ints with floats unless flat
Timothy Arceri
2018-11-12
1
-4
/
+7
*
nir: add new linking opt nir_link_constant_varyings()
Timothy Arceri
2018-11-10
2
-0
/
+111
*
nir/constant_folding: fix incorrect bit-size check
Iago Toral Quiroga
2018-11-09
1
-3
/
+1
*
nir: Add a read_mask helper for ALU instructions
Jason Ekstrand
2018-11-08
2
-7
/
+14
*
nir: fix condition propagation when src has a swizzle
Timothy Arceri
2018-11-03
1
-1
/
+30
*
nir: allow propagation of if evaluation for bcsel
Timothy Arceri
2018-11-02
1
-9
/
+16
*
nir: fix if condition propagation for alu use
Timothy Arceri
2018-11-01
1
-2
/
+1
*
nir: Allow using nir_lower_io_to_scalar_early on VS input vars.
Eric Anholt
2018-10-30
1
-1
/
+3
*
nir: fix yet another MSVC build break
Brian Paul
2018-10-29
1
-1
/
+1
*
nir: Add a pass for gathering transform feedback info
Jason Ekstrand
2018-10-29
3
-0
/
+211
*
nir: Fix array initializer
Brian Paul
2018-10-26
1
-1
/
+1
*
nir/system_values: Use the bit size from the load_deref
Jason Ekstrand
2018-10-26
1
-0
/
+1
*
nir/opt_if: Rework condition propagation
Jason Ekstrand
2018-10-26
1
-61
/
+30
*
nir/search: Use the nir_imm_* helpers from nir_builder
Jason Ekstrand
2018-10-26
3
-91
/
+43
*
nir/builder: Handle 16-bit floats in nir_imm_floatN_t
Jason Ekstrand
2018-10-26
1
-0
/
+14
*
nir/builder: Add a nir_imm_true/false helpers
Jason Ekstrand
2018-10-26
5
-6
/
+29
*
nir/constant_folding: Use nir_src_as_bool for discard_if
Jason Ekstrand
2018-10-26
1
-6
/
+7
*
nir/constant_folding: Add an unreachable to a switch
Jason Ekstrand
2018-10-26
1
-0
/
+2
*
nir/validate: Print when the validation failed
Jason Ekstrand
2018-10-26
3
-29
/
+35
*
util: use C99 declaration in the for-loop set_foreach() macro
Eric Engestrom
2018-10-25
13
-18
/
+0
[next]