nouveau: Reuse tgsi_get_gl_varying_semantic().
[mesa.git] / src / gallium / drivers / freedreno /
2020-02-05 Kristian H. Kristensenfreedreno/a6xx: Implement layout for DRM_FORMAT_MOD_QCO...
2020-02-05 Kristian H. Kristensenfreedreno: Add layout_resource_for_modifier screen...
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 Rob Clarkfreedreno: allow ctx->batch to be NULL
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: Blit all array levels when uncompressing...
2020-02-04 Eric Anholtfreedreno: Swap the whole resource layout in shadowing.
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 Anholtfreedreno: Move the layout debug under FD_MESA_DEBUG...
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: add gmem_lock
2020-01-29 Rob Clarkfreedreno: add gmem state cache
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a2xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a3xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a4xx: constify gmem state
2020-01-29 Rob Clarkfreedreno/a5xx: constify gmem state
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: extract vsc pipe bo from 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...
2020-01-21 Eric Anholtfreedreno: Stop scattered remapping of SSBOs/images...
2020-01-21 Eric Anholtnir: Drop the ssbo_offset to atomic lowering.
2020-01-17 Rob Clarkfreedreno/a6xx: add PROG_FB_RAST stateobj
2020-01-17 Rob Clarkfreedreno/a6xx: move dynamic program state to streaming...
2020-01-17 Rob Clarkfreedreno/a6xx: drop a few more per-draw registers
2020-01-17 Rob Clarkfreedreno/a6xx: separate rast stateobj for prim restart
2020-01-17 Rob Clarkfreedreno/a6xx: cleanup rasterizer state
2020-01-17 Rob Clarkfreedreno/a6xx: limit scratch/debug markers to debug...
2019-12-19 Jonathan Marekfreedreno/registers: document vertex/instance id offset...
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Set up multisample sysmem MRTs correctly
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: RB6_R8G8B8 is actually 32 bit RGBX
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: Program sampler swap based on resource...
2019-12-19 Kristian H. Kristensenfreedreno: Add debug flag for forcing linear layouts
2019-12-19 Kristian H. Kristensenfreedreno/a6xx: Make DEBUG_BLIT_FALLBACK only dump...
2019-12-18 Connor Abbottfreedreno: Fix CP_MEM_TO_REG flag definitions
2019-12-18 Connor Abbottfreedreno: Use new macros for CP_WAIT_REG_MEM and CP_WA...
2019-12-18 Connor Abbotta6xx: Add more CP packets
2019-12-17 Kristian H. Kristensenfreedreno/a6xx: Document the CP_SET_DRAW_STATE enable...
2019-12-14 Rob Clarkfreedreno/a6xx: fix OUT_REG() vs growable cmdstream
2019-12-14 Erico Nunesgallium/util: add alignment parameter to util_upload_in...
2019-12-13 Rob Clarkfreedreno/ir3: add last-baryf shaderdb stat
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Convert some tile setup to OUT_REG()
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Convert gmem blits to OUT_REG()
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Convert VSC pipe setup to OUT_REG()
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Convert emit_zs() to OUT_REG()
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Convert emit_mrt() to OUT_REG()
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Include fd6_pack.h in a few files
2019-12-11 Kristian H. Kristensenfreedreno/a6xx: Drop stale include
2019-12-11 Kristian H. Kristensenfreedreno: New struct packing macros
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Refactor the UBWC flags registers emission.
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-12-10 Rob Clarkfreedreno/a6xx: enable LRZ by default
2019-12-10 Rob Clarkfreedreno/a6xx: fix LRZ logic
2019-12-10 Rob Clarkfreedreno/a6xx: fix LRZ layout
2019-12-10 Rob Clarkfreedreno/a5xx+a6xx: split LRZ layout to per-gen
2019-12-10 Rob Clarkfreedreno/a6xx: disable LRZ when blending
2019-12-09 Eric Anholtfreedreno: Track the set of UBOs to be uploaded in...
2019-12-09 Eric Anholtfreedreno: Stop forcing ALLOW_MAPPED_BUFFERS_DURING_EXE...
2019-12-06 Eric Anholtfreedreno: Enable texture upload memory throttling.
2019-12-06 Fritz Koenigfreedreno: reorder format check
2019-12-04 Rob Clarkfreedreno/ir3: fix neverball assert in case of unused...
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno/a6xx: Log the tiling mode in resource layout...
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-26 Eric Anholtfreedreno: Introduce a fd_resource_layer_stride() helper.
2019-11-26 Rob Clarkfreedreno: use rsc->slice accessor everywhere
2019-11-21 Jonathan Marekfreedreno/regs: update UBWC related bits
2019-11-21 Rob Clarkfreedreno/perfcntrs: add accessor to get per-gen tables
2019-11-21 Rob Clarkfreedreno/perfcntrs: move to shared location
2019-11-21 Rob Clarkfreedreno/perfcntrs: remove gallium dependencies
2019-11-21 Rob Clarkfreedreno/perfcntrs: small cleanup
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-11-12 Rob Clarkfreedreno/ir3: remove first-vertex sysval
2019-11-12 Rob Clarkfreedreno: fix eglDupNativeFenceFD error
2019-11-12 Jonathan Marekfreedreno: add Adreno 640 ID
next