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: Set the alignment for SSBO lowering
Icecream95
2020-07-17
1
-0
/
+3
*
nir: Fix lower_two_sided_color when the face is an input
Icecream95
2020-07-17
1
-1
/
+35
*
nir: Add a face_sysval argument to nir_lower_two_sided_color
Icecream95
2020-07-17
2
-2
/
+2
*
pan/mdg: Do per-sample framebuffer loads
Icecream95
2020-07-17
1
-1
/
+1
*
nir: Support load/store of temps as scratch in nir_lower_explicit_io
Jesse Natalie
2020-07-14
1
-3
/
+14
*
nir: When nir_lower_vars_to_explicit_types is run on temps, update scratch_size
Jesse Natalie
2020-07-14
1
-2
/
+21
*
nir_lower_io: Add addr_format_is_offset helper
Jesse Natalie
2020-07-14
1
-2
/
+8
*
nir/lower_subgroups: add lower_shuffle_to_swizzle_amd
Rhys Perry
2020-07-13
2
-0
/
+38
*
nir/lower_subgroups: pass options struct to lower_shuffle
Rhys Perry
2020-07-13
1
-5
/
+9
*
nir: Add a base value to load_raw_output_pan
Icecream95
2020-07-13
1
-1
/
+1
*
spirv: Allow block-decorated struct types for constants
Jason Ekstrand
2020-07-12
1
-0
/
+1
*
nir: allow nir_lower_clip_halfz to run in geometry shaders
Mike Blumenkrantz
2020-07-11
1
-1
/
+2
*
nir: allow nir_lower_point_size_mov to run in geometry shader
Mike Blumenkrantz
2020-07-11
1
-1
/
+2
*
nir/validate: Don't abort() until after the shader has printed
Jason Ekstrand
2020-07-08
1
-33
/
+7
*
nir: add lowering pass for fragcolor -> fragdata
Mike Blumenkrantz
2020-07-08
3
-0
/
+111
*
nir: refactor nir_can_move_instr
Daniel Schürmann
2020-07-07
1
-27
/
+24
*
nir: also move vecN in case of nir_move_copies
Daniel Schürmann
2020-07-07
1
-1
/
+1
*
nir: Add intrinsics for the line width
Neil Roberts
2020-07-06
1
-0
/
+2
*
compiler: Add a system value for the line coord
Neil Roberts
2020-07-06
4
-0
/
+7
*
nir: Add docs to nir_lower[_explicit]_io
Jason Ekstrand
2020-07-06
1
-0
/
+32
*
nir: Remove shared support from lower_io
Jason Ekstrand
2020-07-06
1
-78
/
+4
*
nir: Assert that nir_lower_io is only called with allowed modes
Jason Ekstrand
2020-07-06
1
-7
/
+6
*
nir: add vec2_index_32bit_offset address format
Connor Abbott
2020-07-06
3
-36
/
+70
*
nir: Refactor load/store intrinsic helper
Connor Abbott
2020-07-06
1
-44
/
+43
*
nir: add lowering pass for clip plane enabling
Mike Blumenkrantz
2020-07-03
3
-0
/
+133
*
nir: fix implicit fallthrough warnings
Timothy Arceri
2020-07-02
5
-9
/
+13
*
nir/algebraic: Don't distrubte absolute-value into dot-products
Ian Romanick
2020-07-02
1
-7
/
+7
*
nir: add missing break to nir_opt_access()
Timothy Arceri
2020-07-02
1
-0
/
+1
*
nir: Propagate *2*16 conversions into vectors
Alyssa Rosenzweig
2020-06-30
1
-0
/
+36
*
nir: Add new rules to optimize NOOP pack/unpack pairs
Boris Brezillon
2020-06-29
2
-9
/
+10
*
nir: Fix divergence analysis for tessellation input/outputs
Kenneth Graunke
2020-06-24
1
-2
/
+16
*
nir: only uniforms with dynamically_uniform offset are dynamically_uniform
Jose Maria Casanova Crespo
2020-06-23
1
-2
/
+2
*
nir: slight correction to cube_face_coord constant folding
Rhys Perry
2020-06-22
1
-2
/
+2
*
nir/scheduler: Add an option to specify what stages share memory for I/O
Neil Roberts
2020-06-22
2
-8
/
+29
*
nir/schedule: Store a pointer to the scoreboard in nir_deps_state
Neil Roberts
2020-06-22
1
-15
/
+15
*
nir/scheduler: Handle nir_intrinsic_load_per_vertex_input
Neil Roberts
2020-06-22
1
-0
/
+1
*
nir/lower_images: handle dec and inc
Karol Herbst
2020-06-18
1
-0
/
+2
*
nir/intrinsics: Put the _intel intrinsics together at the end
Jason Ekstrand
2020-06-16
1
-12
/
+12
*
nir/validate: validate intr->num_components
Rob Clark
2020-06-16
1
-0
/
+18
*
nir/lower-atomics-to-ssbo: don't set num_components
Rob Clark
2020-06-16
1
-7
/
+8
*
nir/builder: don't set intr->num_components
Rob Clark
2020-06-16
1
-1
/
+0
*
nir: do not try to merge xfb-outputs
Erik Faye-Lund
2020-06-15
1
-0
/
+12
*
nir/print: print tex dest type
Rob Clark
2020-06-11
1
-15
/
+25
*
nir: Properly preserve metadata in more cases
Jason Ekstrand
2020-06-11
9
-21
/
+60
*
nir: Call nir_metadata_preserve on !progress
Jason Ekstrand
2020-06-11
41
-84
/
+85
*
nir: Add a nir_shader_preserve_all_metadata helper
Jason Ekstrand
2020-06-11
2
-0
/
+11
*
nir: Add a nir_metadata_all enum value
Jason Ekstrand
2020-06-11
1
-0
/
+9
*
nir: Replace the zs_output_pan intrinsic with combined_output_pan
Icecream95
2020-06-10
1
-1
/
+1
*
nir: Remove nir_intrinsic_output_u8_as_fp16_pan
Alyssa Rosenzweig
2020-06-10
1
-6
/
+0
*
nir: use bitfield_insert instead of bfi in nir_lower_double_ops
Ben Skeggs
2020-06-09
1
-1
/
+3
[next]