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
/
freedreno
/
ir3
/
ir3_nir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: Add a face_sysval argument to nir_lower_two_sided_color
Icecream95
2020-07-17
1
-1
/
+1
*
freedreno/ir3: run nir_opt_loop_unroll in optimization loop
Jonathan Marek
2020-07-09
1
-0
/
+1
*
freedreno/ir3: add support for a650 tess shared storage
Jonathan Marek
2020-07-08
1
-2
/
+2
*
ir3: Add layer_zero variant bit
Connor Abbott
2020-07-07
1
-0
/
+57
*
ir3: use empirical size for params as used by the shader
Ilia Mirkin
2020-07-06
1
-1
/
+2
*
freedreno: Only call nir_lower_io on shader_in/out
Jason Ekstrand
2020-07-06
1
-2
/
+2
*
freedreno/ir3: add ir3_finalize_nir()
Rob Clark
2020-06-26
1
-8
/
+43
*
ir3: Support variants with different constlen's
Connor Abbott
2020-06-26
1
-1
/
+1
*
freedreno/ir3: add support for load_draw_id
Jonathan Marek
2020-06-25
1
-1
/
+5
*
freedreno/ir3: switch PIPE_CAP_TGSI_TEXCOORD
Rob Clark
2020-06-24
1
-0
/
+2
*
freedreno/ir3: split ubo analysis/lowering passes
Rob Clark
2020-06-21
1
-1
/
+4
*
freedreno/ir3: move output_loc to variant
Rob Clark
2020-06-19
1
-3
/
+3
*
freedreno/ir3: move const_state back to variant
Rob Clark
2020-06-19
1
-23
/
+25
*
freedreno/ir3: un-embed const_state
Rob Clark
2020-06-19
1
-1
/
+1
*
ir3: Split out variant-specific lowering and optimizations
Connor Abbott
2020-06-19
1
-89
/
+102
*
freedreno/ir3: drop shader->num_ubos
Rob Clark
2020-06-19
1
-7
/
+1
*
freedreno/ir3: move ubo_state into const_state
Rob Clark
2020-06-19
1
-2
/
+2
*
freedreno/ir3: Account for driver params in UBO max const upload.
Eric Anholt
2020-06-05
1
-6
/
+11
*
freedreno/ir3: Drop unnecessary alignment of pushed UBO size.
Eric Anholt
2020-06-05
1
-1
/
+1
*
nir: add callback to nir_remove_dead_variables()
Timothy Arceri
2020-06-03
1
-1
/
+1
*
freedreno/ir3: use lower_wrmasks pass
Rob Clark
2020-05-13
1
-0
/
+16
*
freedreno/a6xx: Use LDC for UBO loads.
Eric Anholt
2020-05-14
1
-2
/
+8
*
freedreno: Trim num_ubos to just the ones we haven't lowered to constbuf.
Eric Anholt
2020-05-14
1
-9
/
+3
*
freedreno/ir3: Move i/o offset lowering after analyze_ubo_ranges.
Eric Anholt
2020-05-14
1
-1
/
+3
*
freedreno/ir3: Lower GS builtins before lowering IO
Kristian H. Kristensen
2020-05-01
1
-1
/
+0
*
freedreno/ir3: Add ir3_nir_lower_to_explicit_input() pass
Kristian H. Kristensen
2020-05-01
1
-0
/
+2
*
freedreno/ir3: Rename ir3_nir_lower_to_explicit_io
Kristian H. Kristensen
2020-05-01
1
-2
/
+2
*
freedreno/ir3: run nir_lower_pack
Jonathan Marek
2020-04-27
1
-0
/
+1
*
nir: add pack_32_2x16_split/unpack_32_2x16_split lowering
Jonathan Marek
2020-04-27
1
-4
/
+2
*
freedreno/ir3: small cleanup and comments
Rob Clark
2020-03-27
1
-3
/
+3
*
freedreno/ir3: enable nir_opt_loop_unroll on a6xx
Hyunjun Ko
2020-03-24
1
-1
/
+1
*
freedreno: Switch to using lowered image intrinsics.
Eric Anholt
2020-02-24
1
-13
/
+13
*
freedreno/ir3: support load_base_instance
Jonathan Marek
2019-12-19
1
-0
/
+4
*
freedreno/ir3: lower pack/unpack ops
Jonathan Marek
2019-12-16
1
-0
/
+24
*
freedreno/ir3: lower mul_2x32_64
Jonathan Marek
2019-12-16
1
-0
/
+3
*
turnip: Lower usub_borrow.
Eric Anholt
2019-12-16
1
-0
/
+2
*
freedreno/ir3: Enabling lowering 16-bit flrp
Neil Roberts
2019-11-20
1
-0
/
+2
*
freedreno/ir3: Allocate const space for tessellation parameters
Kristian H. Kristensen
2019-11-07
1
-0
/
+7
*
freedreno/ir3: Extend geometry lowering pass to handle tessellation
Kristian H. Kristensen
2019-11-07
1
-2
/
+10
*
freedreno/ir3: Add tessellation field to shader key
Kristian H. Kristensen
2019-11-07
1
-1
/
+1
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+1
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
1
-0
/
+2
*
freedreno/ir3: Implement primitive layout intrinsics
Kristian H. Kristensen
2019-10-17
1
-0
/
+14
*
freedreno/ir3: Implement lowering passes for VS and GS
Kristian H. Kristensen
2019-10-17
1
-1
/
+15
*
nir: support feeding state to nir_lower_clip_[vg]s
Erik Faye-Lund
2019-10-17
1
-1
/
+1
*
nir: support lowering clipdist to arrays
Erik Faye-Lund
2019-10-17
1
-2
/
+2
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+2
*
freedreno: Enable the nir_opt_algebraic_late() pass.
Daniel Schürmann
2019-09-30
1
-0
/
+14
*
freedreno/a6xx: Turn on vectorize_io
Kristian H. Kristensen
2019-09-18
1
-0
/
+1
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
[next]