freedreno: move a2xx disasm out of gallium
[mesa.git] / src / gallium / drivers / freedreno / a6xx /
2020-07-27 Jonathan Marekturnip: use patchControlPoints for HS_INPUT_SIZE value
2020-07-21 Connor Abbottfreedreno: Use common guardband helper
2020-07-14 Rob Clarkfreedreno/a6xx: don't enable early-z/lrz if no z-test
2020-07-14 Rob Clarkfreedreno/a6xx: bail instead of crash for compile fails
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx PC regs
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx VPC regs
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx RB regs
2020-07-14 Jonathan Marekfreedreno/regs: update a6xx GRAS registers
2020-07-14 Connor Abbottfreedreno/a6xx: Add some documentation for shared consts
2020-07-14 Connor Abbottfreedreno/a6xx: Rename and document HLSQ_UPDATE_CNTL
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: Separate stencil sysmem clear fix
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-14 Jonathan Marekfreedreno/regs: update primitive output related registers
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-07-07 Connor Abbottfreedreno/a6xx: Force gl_Layer to 0 when necessary
2020-07-01 Jonathan Marekfreedreno/a6xx: set missing bary sysvals
2020-07-01 Jonathan Marekfreedreno/registers: update varying-related registers
2020-06-26 Rob Clarkfreedreno/a6xx+ir3: stop generating pointless binning...
2020-06-26 Rob Clarkfreedreno/ir3: move finalize_nir to pscreen hook
2020-06-26 Connor Abbottfreedreno/a6xx: use firstIndex field
2020-06-26 Connor Abbottfreedreno: On a5xx+ INDX_SIZE is MAX_INDICES
2020-06-26 Connor Abbottir3, freedreno: Round up constlen earlier
2020-06-25 Eric Anholtfreedreno/a6xx: Add support for polygon fill mode ...
2020-06-25 Eric Anholtfreedreno/a6xx: Define the register fields for polygon...
2020-06-25 Rob Clarkfreedreno: make foreach_bit() declare it's cursor
2020-06-24 Rob Clarkfreedreno/a6xx: use point-coord helper
2020-06-24 Rob Clarkfreedreno/a6xx: de-duplicate vinterp/vpsrepl state...
2020-06-24 Jonathan Marekfreedreno/registers: a6xx depth bounds test registers
2020-06-20 Jonathan Marekfreedreno/a6xx: remove unnecessary OVERFLOW_FLAG_REG...
2020-06-20 Jonathan Marekfreedreno/a6xx: VSC "STRM_ARRAY_PITCH" is "STRM_LIMIT"
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 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 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-16 Rob Clarkfreedreno/a6xx: emit shader names in debug builds
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-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-26 Rob Clarkfreedreno: clear last_fence after resource tracking
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
next