freedreno/a5xx+a6xx: use sysmem path for nondraw batches
[mesa.git] / src / gallium / drivers / freedreno / a6xx / fd6_blitter.c
2020-08-28 Rob Clarkfreedreno/a5xx+a6xx: use sysmem path for nondraw batches
2020-08-24 Rob Clarkfreedreno/a6xx: refactor debug logging
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx RB regs
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx GRAS registers
2020-07-14 Kristian H. Kristensenfreedreno/registers: Rename SP_2D_SRC_FORMAT
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Split clear and blit texture into diffe...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Don't take pipe_blit_info in emit_blit_dst
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Program RB_UNKNOWN_8C01 in setup helper
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Move CP_SET_MARKER to setup helper
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Move REG_A6XX_SP_2D_SRC_FORMAT programm...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Program A6XX_SP_2D_SRC_FORMAT_COLOR_FOR...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Make blit_control helper a little more...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Enable FMT6_10_10_10_2_UNORM blitting
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Don't emit src state when clearing
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Consolidate computing blit_cntl
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Program SP_2D_SRC_FORMAT outside blit...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Set src and dst rects outside blit...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Don't set unknown bit when tiling differs
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Split out src and dst setup helpers...
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Move fd6_ifmt into fd6_blitter.c
2020-07-14 Kristian H. Kristensenfreedreno/a6xx: Don't blit with R2D_RAW
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-05-26 Rob Clarkfreedreno: clear last_fence after resource tracking
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-12 Eric Anholtfreedreno: Split the fd_batch_resource_used by read...
2020-05-12 Eric Anholtfreedreno: Replace OUT_RELOCW with OUT_RELOC.
2020-05-07 Rob Clarkfreedreno/a6xx: enable tiled compressed textures
2020-05-07 Rob Clarkfreedreno/a6xx: compressed blit fixes
2020-04-29 Rob Clarkfreedreno: add screen lock wrappers
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-09 Jonathan Marekfreedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
2020-03-30 Rob Clarkfreedreno/a6xx: add some more tracepoints
2020-03-30 Eric Anholtfreedreno: Count blits in GL_TIME_ELAPSED and perf...
2020-02-14 Jonathan Marekfreedreno: name sysmem color/depth flush events
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Rewrite compressed blits in a helper...
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Move handle_rgba_blit() up
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Handle srgb blits on the blitter
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Use A6XX_SP_2D_SRC_FORMAT_MASK macro
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Use blitter for resolve blits
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Add fd_resource_swap() helper
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Pick blitter swap based on resource...
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Make DEBUG_BLIT_FALLBACK only dump...
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Include fd6_pack.h in a few files
2019-12-11 Eric Anholtfreedreno: Refactor the UBWC flags registers emission.
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-26 Eric Anholtfreedreno: Introduce a fd_resource_tile_mode() helper.
2019-11-08 Kristian H. Kristensenfreedreno/a6x: Rename z/s formats
2019-11-08 Kristian H. Kristensenfreedreno/a6xx: Clear sysmem with CP_BLIT
2019-10-29 Rob Clarkfreedreno/a6xx: cleanup magic registers
2019-09-10 Rob Clarkfreedreno/a6xx: don't tile things that are too small
2019-08-02 Rob Clarkfreedreno/a6xx: add missing flush/invalidates for blit
2019-08-02 Rob Clarkfreedreno: drop unused fd_fence_ref param
2019-07-10 Kristian H. Kristensenfreedreno: Generate headers from xml files
2019-06-26 Rob Clarkfreedreno: drop unused arg from fd_batch_flush()
2019-06-15 Rob Clarkfreedreno/a6xx: handle z24s8/z24x8 blits with u_blitter
2019-06-15 Rob Clarkfreedreno/a6xx: handle fallback for rewritten blits...
2019-06-15 Rob Clarkfreedreno/a6xx: rename variable
2019-06-15 Rob Clarkfreedreno/a6xx: consolidate z/s blit handling
2019-06-11 Rob Clarkfreedreno/a6xx: use correct UBWC reg builders
2019-05-04 Rob Clarkfreedreno: add ubwc_enabled helper
2019-05-04 Rob Clarkfreedreno: move UBWC color offset to fd_resource_offset()
2019-05-04 Rob Clarkfreedreno/a6xx: buffer resources cannot be compressed
2019-05-04 Rob Clarkfreedreno/a6xx: OUT_RELOC vs OUT_RELOCW fixes
2019-03-01 Fritz Koenigfreedreno/a6xx: UBWC support
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Support MSAA resolve blits on blitter
2019-02-20 Kristian H. Kristensenfreedreno/a6xx: Copy stencil as R8_UINT
2019-02-13 Rob Clarkfreedreno/a6xx: small compiler warning fix
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Fall back to masked RGBA blits for...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Support y-inverted blits
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Support some depth/stencil blits on...
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Move blit check so as to restore comment
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Combine emit_blit and fd6_blit
2019-02-11 Kristian H. Kristensenfreedreno/a6xx: Drop render condition check in blitter
2019-02-06 Kristian H. Kristensenfreedreno/a6xx: Emit blitter dst with OUT_RELOCW
2019-01-29 Rob Clarkfreedreno/a6xx: fix blitter nr_samples check
2019-01-18 Kristian H. Kristensenfreedreno/a6xx: Turn on texture tiling by default
2019-01-03 Rob Clarkfreedreno/a6xx: rework blitter API
2019-01-03 Rob Clarkfreedreno: rework blit API
2018-12-13 Rob Clarkfreedreno/a6xx: fix resource_copy_region()
2018-12-13 Rob Clarkfreedreno/a6xx: more blitter fixes
2018-12-13 Rob Clarkfreedreno/a6xx: fix blitter crash
2018-12-07 Rob Clarkfreedreno/a6xx: blitter fixes
2018-10-26 Rob Clarkfreedreno: avoid no-op flushes by re-using last-fence
2018-10-17 Hyunjun Kofreedreno: adds nondraw param to fd_bc_alloc_batch
2018-10-15 Kristian H. Kristensenfreedreno/a6xx: Enable blitter