iris: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCS
[mesa.git] / src / gallium / drivers / freedreno /
2020-06-19 Kristian H. Kristensenfreedreno/a6xx: Set index buffer size to bo size
2020-06-19 Kristian H. Kristensenfreedreno/a6xx: Don't write REG_A6XX_RB_SRGB_CNTL in...
2020-06-19 Rob Clarkfreedreno/ir3: move output_loc to variant
2020-06-19 Connor Abbottir3: Split out variant-specific lowering and optimizations
2020-06-19 Rob Clarkfreedreno/ir3: drop shader->num_ubos
2020-06-19 Rob Clarkfreedreno/ir3: move ubo_state into const_state
2020-06-19 Rob Clarkfreedreno/a6xx: defer userconst cmdstream size calculation
2020-06-19 Rob Clarkfreedreno/ir3: add accessor for const_state
2020-06-18 Rob Clarkfreedreno/a6xx: set .MERGEREGS based on variant
2020-06-18 Rob Clarkfreedreno/ir3: re-work assembler API
2020-06-18 Jonathan Marekfreedreno/fdl6: rework layout code a bit (reduce linear...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-18 Eric Engestromfreedreno: replace all dup() with os_dupfd_cloexec()
2020-06-17 Connor Abbottir3: Pass reserved_user_consts to ir3_shader_from_nir()
2020-06-16 Rob Clarkfreedreno/a6xx: emit shader names in debug builds
2020-06-16 Rob Clarkfreedreno: splitup emit_string_marker
2020-06-16 Rob Clarkfreedreno/log-parser: fix compute times
2020-06-15 Rob Clarkfreedreno/ir3: move the libdrm dependency out of shared...
2020-06-15 Rob Clarkfreedreno/ir3: unify shader create/delete paths
2020-06-10 Eric Anholtfreedreno/a6xx: Fix clip_halfz support.
2020-06-08 Jonathan Marekfreedreno/a6xx: use nonbinning VS when GS is used
2020-06-05 Eric Anholtfreedreno/ir3: Stop shifting UBO 1 down to be UBO 0.
2020-06-05 Eric Anholtfreedreno: Upload gallium constbufs as needed when...
2020-06-05 Eric Anholtfreedreno/a6xx: Add support for ALPHA_TO_ONE.
2020-06-05 Rob Clarkfreedreno/a6xx: more early-z
2020-06-04 Kristian H. Kristensenfreedreno/a6xx: Fix VFD_CONTROL emit
2020-06-04 Rob Clarkfreedreno/a6xx: also consider alpha-test for ztest...
2020-06-04 Rob Clarkfreedreno/a6xx: add early-lrz-late-z mode
2020-06-04 Rob Clarkfreedreno/a6xx: re-work LRZ state tracking
2020-06-04 Rob Clarkfreedreno/a6xx: update depth-plane control regs
2020-06-04 Rob Clarkfreedreno/ir3: split kill from no_earlyz
2020-06-04 Kristian H. Kristensenfreedreno/a6xx: Turn on robustness extensions
2020-06-03 Timothy Arcerinir: add callback to nir_remove_dead_variables()
2020-06-02 Marek Olšákgallium: add shader caps INT16 and FP16_DERIVATIVES
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-29 Rob Clarkfreedreno/a6xx: fix vsc assert
2020-05-29 Kristian H. Kristensenfreedreno/a6xx: Program VFD_DEST_CNTL from program...
2020-05-29 Kristian H. Kristensenfreedreno/a6xx: Create stateobj for VFD_DECODE
2020-05-29 Kristian H. Kristensenfreedreno/a6xx: Decouple VFD_FETCH and VFD_DECODE
2020-05-29 Kristian H. Kristensenfreedreno/a6xx: Move per element offset to VFD_DECODE
2020-05-29 Rob Clarkfreedreno/a6xx: document LRZ flag buffer
2020-05-29 Rob Clarkfreedreno/a6xx: LRZ fix for alpha-test
2020-05-27 Jonathan Marekfreedreno/layout: add explicit offset/pitch argument...
2020-05-27 Vinson Leefreedreno: Add missing va_end.
2020-05-26 Rob Clarkfreedreno/gmem: split out helper to calc # of bins
2020-05-26 Rob Clarkfreedreno/gmem: fix nbins_x/y mismatch
2020-05-26 Rob Clarkfreedreno/gmem: add some asserts
2020-05-26 Rob Clarkfreedreno/gmemtool: add verbose mode
2020-05-26 Rob Clarkfreedreno/gmemtool: add a405
2020-05-26 Rob Clarkfreedreno/gmemtool: make GMEM alignment per-gen
2020-05-26 Rob Clarkfreedreno/gmem: make noscis debug actually do something...
2020-05-26 Rob Clarkfreedreno: handle PIPE_TRANSFER_MAP_DIRECTLY
2020-05-26 Rob Clarkfreedreno: clear last_fence after resource tracking
2020-05-26 Rob Clarkfreedreno: add batch debugging
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 Kristian H. Kristensenfreedreno: Use the right amount of &'s
2020-05-22 Vinson Leefreedreno: Add missing break statement.
2020-05-22 Eric Anholtfreedreno/a5xx: Set MIN_LAYERSZ on 3D textures like...
2020-05-22 Eric Anholtfreedreno/a5xx: Move resource layout to fdl.
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...
next