panfrost: Limit blend shader work count
[mesa.git] / src / gallium / drivers / freedreno /
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Avoid stalling for occlusion queries
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Emit VFD setup as array writes
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Allocate ringbuffer based on VFD count
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Map inputs to VFD entries up front
2020-05-21 Kristian H. Kristensenfreedreno/a6xx: Create shader dependent streamout state...
2020-05-20 Jonathan Marekfreedreno: add adreno 650
2020-05-20 Jonathan Marekfreedreno/a6xx: use RESOLVE_TS event
2020-05-20 Jonathan Marekfreedreno/a6xx: split up gmem/tile alignment requirements
2020-05-20 Jonathan Marekfreedreno/a6xx: don't use gmem_alignw for imported...
2020-05-20 Jonathan Marekfreedreno/a5xx: remove unused reference to gmem_alignw...
2020-05-20 Jonathan Marekfreedreno: move a4xx specific layout code to a4xx code
2020-05-18 Ilia Mirkinfreedreno/a3xx: fix rasterizer discard
2020-05-17 Ilia Mirkinfreedreno: fix off-by-one in assertions checking for...
2020-05-17 Ilia Mirkinfreedreno/a3xx: fix const footprint
2020-05-17 Ilia Mirkinfreedreno/a3xx: reinstate rgb10_a2ui texture format
2020-05-17 Ilia Mirkinfreedreno/a3xx: there's no r8i/ui rb format, only rg8i...
2020-05-14 Eric Anholtfreedreno: Fix attempts to push UBO contents past the...
2020-05-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-13 Axel Davyttn: Add new allow_disk_cache parameter
2020-05-13 Eric Anholtfreedreno/a4xx+: Increase max texture size to 16384.
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-13 Rob Clarkfreedreno/a6xx: fix max-scissor opt
2020-05-12 Eric Anholtfreedreno: Skip taking the lock for resource usage...
2020-05-12 Eric Anholtfreedreno: Move the resource_read early out to an inline.
2020-05-12 Eric Anholtfreedreno: Add an early out for preparing to read a...
2020-05-12 Eric Anholtfreedreno: Split the fd_batch_resource_used by read...
2020-05-12 Eric Anholtfreedreno: Add a nohw flag to skip submitting to the...
2020-05-12 Rob Clarkfreedreno/gmem: rework gmem layout algo
2020-05-12 Rob Clarkfreedreno/gmem: relax alignment on a6xx
2020-05-12 Rob Clarkfreedreno: add gmemtool
2020-05-12 Rob Clarkfreedreno/gmem: add helper to dump GMEM layout
2020-05-12 Rob Clarkfreedreno/gmem: add div_align() helper
2020-05-12 Rob Clarkfreedreno: initialize max_scissor
2020-05-12 Rob Clarkfreedreno/gmem: don't assume scissor opt when estimatin...
2020-05-12 Eric Anholtfreedreno: Drop the "write" arg to emit_const_bo now...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-12 Eric Anholtfreedreno: Tell the kernel that all BOs are for writing.
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCD with permanently flagging...
2020-05-12 Eric Anholtfreedreno: Start moving relocs flags into the BOs.
2020-05-08 Eric Anholtfreedreno: Initialize the bo's iova at creation time.
2020-05-08 Eric Anholtfreedreno: Deduplicate ringbuffer macros with computera...
2020-05-08 Hyunjun Kofreedreno,tu: Don't request fragcoord components not...
2020-05-07 Rob Clarkfreedreno/a6xx: enable tiled compressed textures
2020-05-07 Rob Clarkfreedreno/a6xx: compressed blit fixes
2020-05-07 Kristian H. Kristensenfreedreno/a6xx: Set tfetch correctly for compressed...
2020-05-01 Eric Anholtfreedreno/ir3: Set the FS .msaa flag to true during...
2020-05-01 Eric Anholtfreedreno: Immediately compile a default variant of...
2020-05-01 Eric Anholtfreedreno/ir3: Improve shader key normalization.
2020-05-01 Eric Anholtfreedreno: Emit debug messages when doing draw-time...
2020-05-01 Eric Anholtfreedreno/ir3: Remove unused half precision shader...
2020-05-01 Eric Anholtfreedreno: Fix assertion failures on GS/tess shaders...
2020-05-01 Eric Anholtfreedreno: Stop doing binning shaders other than the...
2020-05-01 Kristian H. Kristensenfreedreno/ir3: Pass stream output info to ir3_shader_fr...
2020-05-01 Rob Clarkfreedreno: we don't need aligned vbo's
2020-05-01 Rob Clarkfreedreno/a6xx: add some more formats
2020-05-01 Rob Clarkfreedreno/a6xx: fix LRZ hang
2020-04-30 Rob Clarkfreedreno/a6xx: don't set SP_FS_CTRL_REG0.VARYING for...
2020-04-30 Rob Clarkfreedreno: sync registers with envytools
2020-04-30 Rob Clarkfreedreno/a6xx: more OUT_REG()
2020-04-30 Rob Clarkfreedreno: scissor vs disabled scissor micro-opt
2020-04-30 Rob Clarkfreedreno/a6xx: convert const emit to OUT_PKT()
2020-04-30 Rob Clarkfreedreno/ir3: inline const emit
2020-04-30 Rob Clarkfreedreno/a6xx: split out const emit
2020-04-30 Rob Clarkfreedreno/a6xx: convert draw packet to OUT_PKT()
2020-04-30 Rob Clarkfreedreno/a6xx: add OUT_PKT()
2020-04-30 Rob Clarkfreedreno/a6xx: skip unnecessary MRT blend state
2020-04-30 Rob Clarkfreedreno/a6xx: combine sample mask into blend state
2020-04-30 Rob Clarkfreedreno/a6xx: move blend-color to stateobj
2020-04-30 Rob Clarkfreedreno/a6xx: limit LRZ state emit
2020-04-30 Rob Clarkfreedreno/a6xx: limit PROG_FB_RAST state emit
2020-04-30 Rob Clarkfreedreno/a6xx: move scissor state to stateobj
2020-04-30 Rob Clarkfreedreno/a6xx: move const state to single stateobj
2020-04-30 Rob Clarkfreedreno/a6xx: avoid unnecessary clearing VS DP state
2020-04-30 Rob Clarkfreedreno/a6xx: small query cleanup
2020-04-30 Rob Clarkgallium: extract out logicop helper
2020-04-29 Rob Clarkfreedreno: fix buffer import
2020-04-29 Rob Clarkfreedreno: switch to simple_mtx
2020-04-29 Rob Clarkfreedreno: add screen lock wrappers
2020-04-29 Konrad Dybciofreedreno/a4xx: enable A405
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-29 Rob Clarkfreedreno/a6xx: invalidate tex state cache entries...
2020-04-29 Rob Clarkfreedreno: rebind_resource() *before* bo changes
2020-04-29 Rob Clarkfreedreno: rebind resource in all contexts
2020-04-29 Rob Clarkfreedreno: optimize rebind_resource()
2020-04-29 Rob Clarkfreedreno: mark more state dirty when rebinding resources
2020-04-29 Rob Clarkfreedreno: don't realloc idle bo's
2020-04-29 Rob Clarkfreedreno: small whitespace fix
2020-04-28 Rob Clarkfreedreno/log-parser: support to read gzip'd logs
2020-04-28 Rob Clarkfreedreno/a6xx: pre-calculate expected vsc stream sizes
2020-04-28 Rob Clarkfreedreno: add helper to estimate # of bins per pipe
2020-04-28 Rob Clarkfreedreno/a6xx+tu: rename VSC_DATA/VSC_DATA2
2020-04-27 Eric Anholtfreedreno: Fix calculation of the const buffer cmdstrea...
2020-04-27 Eric Anholtfreedreno: Fix derivatives without texturing on a3xx...
2020-04-25 Connor Abbottfreedreno/a6xx: Implement PrimID passthrough
2020-04-25 Connor Abbottir3: Skip missing VS outputs in VS out map when linking
2020-04-25 Connor Abbottfreedreno/a6xx: Document PrimID passthrough registers
2020-04-24 Fritz Koenigfreedreno: allow FMT6_8_UNORM as a UBWC format
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
next