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: 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
*
nir: Fix logic that ends combine barrier sequence
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+1
*
nir: Fix printing execution scope of a scoped barrier
Caio Marcelo de Oliveira Filho
2020-06-08
1
-1
/
+4
*
nir/lower_explicit_io: fix NON_UNIFORM access for UBO loads
Samuel Pitoiset
2020-06-08
1
-1
/
+1
*
nir: reuse existing psiz-variable
Erik Faye-Lund
2020-06-04
1
-6
/
+20
*
nir/lower_tex: fixes for fp16 yuv lowering
Rob Clark
2020-06-03
1
-5
/
+10
*
nir/builder: add bitsize conversion helpers
Rob Clark
2020-06-03
1
-0
/
+24
*
nir: extract out convert_to_bitsize() helper
Rob Clark
2020-06-03
2
-16
/
+17
*
nir: get_base_type() should return enum type
Rob Clark
2020-06-03
1
-2
/
+2
*
nir: Replace the scoped_memory barrier by a scoped_barrier
Boris Brezillon
2020-06-03
10
-22
/
+50
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
2
-16
/
+35
*
nir: gather which images are MSAA
Marek Olšák
2020-06-02
1
-6
/
+5
*
nir: gather which images are buffers
Marek Olšák
2020-06-02
1
-1
/
+12
*
nir: don't count samplers and images in interface blocks
Marek Olšák
2020-06-02
1
-2
/
+5
*
nir: add options::vectorize_vec2_16bit to limit vectorization to vec2 16
Marek Olšák
2020-06-02
2
-15
/
+28
*
nir: fix lower_wpos for 16-bit fddy
Marek Olšák
2020-06-02
1
-2
/
+5
*
nir: lower int16 and uint16 in nir_lower_mediump_outputs
Marek Olšák
2020-06-02
1
-24
/
+36
*
nir: add i2imp and u2ump opcodes for conversions to mediump
Marek Olšák
2020-06-02
2
-6
/
+21
[next]