lima: add layer_stride field to lima_resource struct
[mesa.git] / src / freedreno / ir3 /
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-24 Rob Clarkfreedreno/ir3: handle the progress case
2019-10-24 Rob Clarkfreedreno/ir3: remove restrictions on const + (abs...
2019-10-24 Rob Clarkfreedreno/ir3: allow copy-propagate out of fanout
2019-10-24 Rob Clarkfreedreno/ir3: treat high vs low reg as conversion
2019-10-24 Rob Clarkfreedreno/ir3: propagate dest flags for collect/fanin
2019-10-24 Rob Clarkfreedreno/ir3: make high regs easier to see in IR dumps
2019-10-24 Rob Clarkfreedreno/ir3: debug cleanup
2019-10-22 Rob Clarkfreedreno/ir3: fixup register footprint fixup
2019-10-22 Rob Clarkfreedreno/ir3: handle scalarized varying inputs
2019-10-21 Rhys Perrynir/lower_idiv: add new llvm-based path
2019-10-18 Rob Clarkfreedreno/ir3: handle imad24_ir3 case in UBO lowering
2019-10-18 Rob Clarkfreedreno/ir3: add imul24 opcode
2019-10-18 Rob Clarkfreedreno/ir3: optimize immed 2nd src to mad
2019-10-18 Rob Clarkfreedreno/ir3: add rule to generate imad24
2019-10-18 Rob Clarknir: add nir_lower_amul pass
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
2019-10-18 Rob Clarkfreedreno/ir3: rename mul.s/mul.u
2019-10-18 Rob Clarkfreedreno/ir3: enable pre-fs texture fetch for a6xx
2019-10-18 Hyunjun Kofreedreno/ir3: Add support for texture sampling pre...
2019-10-18 Eduardo Lima Mitevfreedreno/ir3: Add a NIR pass to select tex instruction...
2019-10-18 Rob Clarkfreedreno/ir3: force i/j pixel to r0.x
2019-10-18 Rob Clarkfreedreno/ir3: add pre-dispatch tex fetch to disasm
2019-10-18 Rob Clarkfreedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch
2019-10-18 Rob Clarkfreedreno/ir3: fixup register footprint to account...
2019-10-18 Rob Clarkfreedreno/ir3: add meta instruction for pre-fs texture...
2019-10-18 Rob Clarkfreedreno/ir3: don't DCE ij_pix if used for pre-fs...
2019-10-18 Rob Clarkfreedreno/ir3: track sysval slot for inputs
2019-10-18 Rob Clarkfreedreno/ir3: remove unused ir3_instruction::inout
2019-10-18 Hyunjun Kofreedreno/ir3: Add data structures to support texture...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: End VS with CHMASK and CHSH in GS pipelines
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Start GS with (ss) and (sy)
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Pre-color GS header and primitive ID
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Setup ir3 inputs and outputs for GS
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement primitive layout intrinsics
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Implement lowering passes for VS and GS
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add has_gs flag to shader key
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add intrinsics that map to LDLW/STLW
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add new LDLW/STLW instructions
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Extend RA with mechanism for pre-colorin...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Use third register for offset for LDL...
2019-10-17 Kristian H. Kristensenfreedreno/ir3: Add support for CHSH and CHMASK instructions
2019-10-17 Erik Faye-Lundnir: support feeding state to nir_lower_clip_[vg]s
2019-10-17 Erik Faye-Lundnir: support lowering clipdist to arrays
2019-10-14 Jonathan Marekfreedreno/ir3: implement fquantize2f16
2019-10-14 Jonathan Marekfreedreno/ir3: implement texop_texture_samples
2019-10-14 Jonathan Marekfreedreno/ir3: fix GETLOD for negative LODs
2019-10-14 Jonathan Marekfreedreno/ir3: implement fdd{x,y}_coarse opcodes
2019-10-14 Jonathan Marekfreedreno/ir3: increase size of inputs/outputs arrays
2019-10-14 Jonathan Marekfreedreno/ir3: remove input ncomp field
2019-10-10 Rob Clarkfreedreno/ir3: handle multi component alu src when...
2019-10-10 Rob Clarkfreedreno/ir3: drop unused param
2019-10-10 Marek Olšáknir: add nir_shader_compiler_options::lower_to_scalar
2019-09-30 Daniel Schürmannfreedreno: Enable the nir_opt_algebraic_late() pass.
2019-09-18 Kristian H. Kristensenfreedreno/a6xx: Turn on vectorize_io
2019-09-16 Eric Anholtfreedreno: Fix invalid read when a block has no instruc...
2019-09-13 Rob Clarkfreedreno/a6xx: pre-calculate userconst stateobj size
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-09-06 Rob Clarkfreedreno/ir3: allow copy propagation for relative
2019-09-06 Rob Clarkfreedreno/ir3: fix cp cmps.s opt
2019-09-06 Rob Clarkfreedreno/ir3: assert that only single address
2019-09-06 Rob Clarkfreedreno/ir3: fix mad copy propagation special case
2019-09-06 Rob Clarkfreedreno/ir3: fix addr/pred spilling
2019-09-06 Rob Clarkfreedreno/ir3: cleanup "partially const" ubo srcs
2019-09-03 Rob Clarkfreedreno/ir3: use uniform base
2019-08-30 Alyssa Rosenzweigfreedreno/ir3: Link directly to Sethi-Ullman paper
2019-08-28 Rob Clarkfreedreno/ir3: do better job of marking convergence...
2019-08-28 Rob Clarkfreedreno/ir3: maintain predecessors/successors
2019-08-28 Rob Clarkfreedreno/ir3: convert block->predecessors to set
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-13 Rob Clarkfreedreno/ir3+a6xx: same VBO state for draw/binning
2019-08-13 Rob Clarkfreedreno/ir3: track # of driver params
2019-08-13 Rob Clarkfreedreno/ir3: drop unneeded ir3_ra() args
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-07-29 Rob Clarkfreedreno/ir3: fix for array/reg store vs meta instructions
2019-07-29 Eric Anholtfreedreno: Fix data race on making the shader's id.
2019-07-29 Eric Anholtfreedreno: Take a lock around shader variant creation.
2019-07-29 Eric Anholtfreedreno: Fix data races with allocating/freeing struc...
2019-07-18 Eric Anholtfreedreno: Convert nir_lower_tg4_to_tex to the NIR...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_sample to the...
2019-07-18 Eric Anholtfreedreno: Convert load_barycentric_at_offset to the...
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-28 Rob Clarkfreedreno/ir3: small cleanup
2019-06-28 Rob Clarkfreedreno/ir3: fix missing (ss) in dummy bary.f case
2019-06-24 Eric Anholtfreedreno: Only upload the used part of UBO0 to the...
2019-06-24 Eric Anholtfreedreno: Stop treating UBO 0 specially in UBO uploading.
2019-06-24 Daniel Schürmannnir: define behavior of nir_op_bfm and nir_op_u/ibfe...
2019-06-22 Eric Anholtfreedreno: Only upload UBO pointers for UBOs that haven...
2019-06-22 Eric Anholtfreedreno: Remove silly return from ir3_optimize_nir().
2019-06-22 Eric Anholtfreedreno: Fix up end range of unaligned UBO loads.
2019-06-22 Eric Anholtfreedreno: Fix UBO load range detection on booleans.
2019-06-22 Eric Anholtfreedreno: Stop reporting max_const in shader-db.
2019-06-22 Eric Anholtfreedreno: Include binning shaders in shader-db.
2019-06-20 Hyunjun Kofreedreno/ir3: fix typo
2019-06-14 Tapani Pälliir3: initialize progress false before ir3_nir_lower_imul
2019-06-07 Eduardo Lima Mitevir3: Use the new NIR lowering pass for integer multipli...
2019-06-07 Eduardo Lima Mitevir3/nir: Add new NIR AlgebraicPass for lowering imul
2019-06-07 Eduardo Lima Mitevir3/compiler: Handle new alu opcodes 'umul_low' and...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-06-05 Kenneth Graunkegallium: Drop lower_fmod64 from drivers that don't...
next