freedreno: Use explicit *_NONE enum for undefined formats
[mesa.git] / src / gallium / drivers / freedreno / a6xx /
2020-05-26 Kristian H. Kristensenfreedreno: Use explicit *_NONE enum for undefined formats
2020-05-26 Eric Anholtfreedreno/a6xx: Fix the size of buffer image views.
2020-05-25 Dmitriy Nesterfreedreno: replace fnv1a hash function with xxhash
2020-05-22 Vinson Leefreedreno: Add missing break statement.
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-14 Eric Anholtfreedreno/a6xx: Use LDC for UBO loads.
2020-05-13 Rob Clarkfreedreno/a6xx: fix max-scissor opt
2020-05-12 Eric Anholtfreedreno: Split the fd_batch_resource_used by read...
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 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: Fix assertion failures on GS/tess shaders...
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/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: add screen lock wrappers
2020-04-29 Rob Clarkfreedreno/a6xx: invalidate tex state cache entries...
2020-04-28 Rob Clarkfreedreno/a6xx: pre-calculate expected vsc stream sizes
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-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-22 Jonathan Marekturnip: implement VK_EXT_sample_locations
2020-04-15 Brian Hofreedreno/turnip: Update GRAS_LAYER_CNTL to GRAS_MAX_LA...
2020-04-09 Jonathan Marekfreedreno/a6xx: set bypass RB_CCU_CNTL value for blitter
2020-04-09 Jonathan Marekfreedreno/registers: add RB_CCU_CNTL bitfields
2020-04-09 Jonathan Marekturnip: improve vertex input handling
2020-04-04 Rob Clarkfreedreno/a6xx: add some compute logging
2020-04-02 Connor Abbottfreedreno: Rename RB_DONE_TS
2020-03-30 Rob Clarkfreedreno/a6xx: add some more tracepoints
2020-03-30 Rob Clarkfreedreno/a6xx: timestamp logging support
2020-03-30 Eric Anholtfreedreno: Fix detection of being in a blit for acc...
2020-03-30 Eric Anholtfreedreno/a6xx: Fix timestamp queries.
2020-03-30 Eric Anholtfreedreno: Count blits in GL_TIME_ELAPSED and perf...
2020-03-24 Jonathan Marekfreedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMP
2020-02-28 Rob Clarkfreedreno/a6xx: enable SKIP_IB2_ENABLE properly
2020-02-28 Rob Clarkfreedreno/a6xx: don't emit YIELD packet
2020-02-28 Rob Clarkfreedreno/a6xx: whitespace fix
2020-02-28 Rob Clarkfreedreno/a6xx: emit LRZ clear in sysmem too
2020-02-28 Rob Clarkfreedreno/a6xx: remove unused param
2020-02-18 Rob Clarkfreedreno/registers: cleanup CP_SET_MARKER
2020-02-14 Jonathan Marekfreedreno/a6xx: document some unknown bits
2020-02-14 Jonathan Marekfreedreno: name sysmem color/depth flush events
2020-02-13 Rob Clarkfreedreno: allow INVALID modifier
2020-02-13 Jonathan Marekfreedreno/a6xx: fix Z24_UNORM_S8_UINT_AS_R8G8B8A8
2020-02-12 Jonathan Marekfreedreno/a6xx: use single format enum
2020-02-05 Kristian H. Kristensenfreedreno/a6xx: Implement layout for DRM_FORMAT_MOD_QCO...
2020-02-05 Kristian H. Kristensenfreedreno: Set up supported modifiers in fd*_resource_s...
2020-02-05 Kristian H. Kristensenfreedreno/a6xx: Add fd6_resource_screen_init()
2020-02-05 Connor Abbottfreedreno: Add CP_REG_WRITE documentation
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Disable UBWC on Z24S8 if not TEXTURE_2D.
2020-02-04 Eric Anholtfreedreno/a6xx: Disable the core layer-size setup.
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-02-04 Eric Anholtgallium: Add and use a helper for packing uc from a...
2020-02-01 Rob Clarkfreedreno/a6xx: fix lrz overflow
2020-01-29 Rob Clarkfreedreno: remove flush-queue
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a6xx: constify gmem state
2020-01-29 Rob Clarkfreedreno: constify fd_vsc_pipe
2020-01-29 Rob Clarkfreedreno: constify fd_tile
2020-01-29 Rob Clarkfreedreno: consolidate GMEM state
2020-01-29 Rob Clarkfreedreno/a6xx: convert blend state to stateobj
2020-01-29 Rob Clarkfreedreno/a6xx: remove special handling based on MRT...
2020-01-29 Rob Clarkfreedreno: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2020-01-29 Samuel Pitoisetcompiler: add PERSP to the existing barycentric system...
2020-01-24 Connor Abbottfreedreno: Document CP_COND_REG_EXEC more
2020-01-23 Eric Anholtfreedreno: Fix OUT_REG() on address regs without a...
next