radeonsi: remove redundant si_shader_info::images_declared
[mesa.git] / src / gallium / drivers / freedreno /
2020-09-03 Jason Ekstrandnir/lower_indirect_derefs: Add a threshold
2020-09-03 Rob Clarkfreedreno: fence_server_sync() fixes
2020-09-03 Rob Clarkfreedreno: Fix missing rsc->seqno updates
2020-09-01 Eric Anholtfreedreno/a6xx: Add ARB_depth_clamp and separate clamp...
2020-09-01 Jonathan Marekfreedreno/ir3: rework setup_{input,output} to make...
2020-08-28 Rob Clarkfreedreno/a6xx: move ubwc clear to blitter
2020-08-28 Rob Clarkfreedreno/a5xx+a6xx: use sysmem path for nondraw batches
2020-08-28 Rob Clarkfreedreno/batch: replace lrz_clear with prologue
2020-08-28 Rob Clarkfreedreno/batch: split out helper for rb alloc
2020-08-26 Eric Anholtfreedreno/a5xx: Don't set the VARYING flag for fragcoor...
2020-08-25 Rob Clarkfreedreno/a6xx: fix hang with large render target
2020-08-25 Rob Clarkfreedreno: add env var to override tiles-per-pipe
2020-08-25 Rob Clarkfreedreno: add env var to override GMEM size
2020-08-25 Rob Clarkfreedreno/gmemtool: add tile_alignw/h and a650
2020-08-24 Eric Anholtfreedreno: Drop UNIFORM_BUFFER_OFFSET_ALIGNMENT to 32
2020-08-24 Rob Clarkfreedreno: handle case of shadowing current render...
2020-08-24 Rob Clarkfreedreno: add debug helper to dump buffers
2020-08-24 Rob Clarkfreedreno/a6xx: refactor debug logging
2020-08-21 Jesse Natalienir: Add options to nir_lower_compute_system_values...
2020-08-21 Jesse Natalienir: Move compute system value lowering to a separate...
2020-08-20 Connor Abbottfreedreno/a6xx: Add multiview registers
2020-08-20 Rob Clarkfreedreno/a6xx: disable LRZ when color channels are...
2020-08-19 Rob Clarkfreedreno/a6xx: fix occlusion query with more than...
2020-08-19 Rob Clarkfreedreno/a6xx: only generate streamout for draw pass...
2020-08-19 Eduardo Lima Mitevfreedreno: Destroy syncobj too when destroying fence
2020-08-18 Hyunjun Kofreedreno: support GL_EXT_semaphore
2020-08-18 Eduardo Lima Mitevfreedreno: Enable GL_EXT_memory_object and GL_EXT_memor...
2020-08-18 Eduardo Lima Mitevfreedreno: Implement pipe screen's get_device/driver_uuid()
2020-08-18 Eduardo Lima Mitevfreedreno: implement pipe screen's resource_from_memobj
2020-08-18 Eduardo Lima Mitevfreedreno: Refactor fd_resource_create_with_modifiers...
2020-08-18 Eduardo Lima Mitevfreedreno: Implement memory object create/destroy for...
2020-08-13 Jonathan Marekturnip: implement VK_EXT_custom_border_color
2020-08-11 Rob Clarkfreedreno/ir3: add tracking for # of instructions per...
2020-08-07 Rob Clarkfreedreno/ir3: don't install ir3_compiler cmdline tool
2020-08-05 Eric Anholtfreedreno: Add more asserts for DST_OFF/NUM_UNIT in...
2020-08-05 Eric Anholtfreedreno: Increase the NUM_UNIT on compute's consts...
2020-08-05 Eric Anholtfreedreno: Split ir3_const's user buffer and indirect...
2020-08-05 Eric Anholtfreedreno: Rename emit_const_bo() to emit_const_ptrs().
2020-08-05 Eric Anholtfreedreno/ir3: Simpify the immediates from an array...
2020-08-05 Eric Anholtfreedreno/ir3: Merge the redundant immediate_idx/immedi...
2020-08-05 Rob Clarkgallium: replace 16BIT_TEMPS cap with 16BIT_CONSTS
2020-08-05 Rob Clarkfreedreno/ir3: ir3_cmdline updates
2020-08-05 Rob Clarkfreedreno: allow fence_fd fences to be recycled
2020-08-05 Eric Anholtfreedreno/a6xx: Document the bit for the magic 32bit...
2020-08-02 Mauro Rossiandroid: freedreno: move a2xx disasm out of gallium
2020-08-02 Mauro Rossiandroid: freedreno/common: add support for libfreedreno...
2020-07-30 Boris Brezillonnir: Stop passing an options arg to nir_lower_int64()
2020-07-29 Rob Clarkfreedreno/a6xx: fixup draw state earlier
2020-07-29 Rob Clarkfreedreno/a6xx: don't emit a bogus size for empty cb...
2020-07-29 Jason Ekstrandnir: Use a single list for all shader variables
2020-07-29 Jason Ekstrandfreedreno/ir3_cmdline: Rework i/o variable fixup
2020-07-29 Jason Ekstrandnir: Take a nir_shader and variable mode in assign_var_...
2020-07-29 Jason Ekstrandnir: Add nir_foreach_shader_in/out_variable helpers
2020-07-28 Rob Clarkfreedreno: move a2xx disasm out of gallium
2020-07-28 Rob Clarkfreedreno: deduplicate a3xx+ disasm
2020-07-27 Jonathan Marekturnip: use patchControlPoints for HS_INPUT_SIZE value
2020-07-21 Connor Abbottfreedreno: Use common guardband helper
2020-07-18 Rob Clarkfreedreno: whitespace fix
2020-07-18 Rob Clarkfreedreno: small comment re-word
2020-07-17 Eric Anholtfreedreno/a2xx: Fix compiler warning in disasm.
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 Rob Clarkfreedreno/ir3: add missing VS driver params
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-14 Eric Anholtfreedreno/ir3_cmdline: Fix an uninit var warning.
2020-07-11 Jonathan Marekfreedreno: fix layout pitchalign field not being set...
2020-07-09 Timothy Arcerifreedreno: fix missing fallthrough comments
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-08 Jonathan Marekfreedreno: add a fd_resource_pitch helper
2020-07-08 Jonathan Marekfreedreno/a2xx: fix compressed textures
2020-07-08 Marek Olšákgallium: add PIPE_SHADER_CAP_GLSL_16BIT_TEMPS for Lower...
2020-07-07 Connor Abbottfreedreno/a6xx: Force gl_Layer to 0 when necessary
2020-07-06 Ilia Mirkinir3: use empirical size for params as used by the shader
2020-07-06 Ilia Mirkina4xx: hook up centroid ij coords
2020-07-06 Jason Ekstrandfreedreno: Only call nir_lower_io on shader_in/out
2020-07-06 Ilia Mirkina4xx: add polygon offset clamp, fix units
next