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
*
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
*
nir: Add explicit signs to image min/max intrinsics
Jason Ekstrand
2019-08-21
1
-2
/
+4
*
freedreno/ir3: track # of driver params
Rob Clark
2019-08-13
1
-10
/
+31
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
1
-1
/
+1
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+2
*
freedreno: Stop treating UBO 0 specially in UBO uploading.
Eric Anholt
2019-06-24
1
-2
/
+0
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-2
/
+0
*
freedreno: Only upload UBO pointers for UBOs that haven't been lowered.
Eric Anholt
2019-06-21
1
-1
/
+7
*
freedreno: Remove silly return from ir3_optimize_nir().
Eric Anholt
2019-06-21
1
-3
/
+1
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-2
/
+2
*
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Kenneth Graunke
2019-06-05
1
-2
/
+0
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
freedreno/ir3: move const_state to ir3_shader
Rob Clark
2019-05-07
1
-5
/
+13
*
freedreno/ir3: split out const_state setup
Rob Clark
2019-05-07
1
-1
/
+58
*
freedreno/ir3: consolidate const state
Rob Clark
2019-05-07
1
-1
/
+1
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+21
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-2
/
+0
*
freedreno/ir3: fb read support
Rob Clark
2019-05-02
1
-0
/
+6
*
freedreno/ir3: fix shader variants vs UBO analysis
Rob Clark
2019-05-02
1
-1
/
+3
*
freedreno/ir3: use nir_src_as_uint in a few places
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-1
/
+0
*
nir/radv: remove restrictions on opt_if_loop_last_continue()
Timothy Arceri
2019-04-09
1
-1
/
+1
*
freedreno/ir3: convert to "new style" frag inputs
Rob Clark
2019-03-30
1
-2
/
+4
*
freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMS
Kristian H. Kristensen
2019-03-27
1
-3
/
+6
*
freedreno/ir3: additional lowering
Rob Clark
2019-03-21
1
-0
/
+6
*
anv,radv,turnip: Lower TG4 offsets with nir_lower_tex
Jason Ekstrand
2019-03-21
1
-0
/
+1
*
ir3/compiler: Enable lower_io_offsets pass and handle new SSBO intrinsics
Eduardo Lima Mitev
2019-03-13
1
-0
/
+1
*
freedreno/ir3: turn on [iu]mul_high
Rob Clark
2019-03-08
1
-0
/
+4
*
freedreno/a6xx: vertex_id is not _zero_based
Rob Clark
2019-02-26
1
-0
/
+23
*
freedreno: Use the NIR lowering for isign.
Eric Anholt
2019-02-14
1
-0
/
+1
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-1
/
+1
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
freedreno: move ir3 to common location
Rob Clark
2018-11-27
1
-0
/
+263