freedreno/a4xx: enable A405
[mesa.git] / src / gallium / drivers / freedreno / a2xx /
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-03-30 Eric Anholtfreedreno: Fix detection of being in a blit for acc...
2020-03-30 Eric Anholtfreedreno: Count blits in GL_TIME_ELAPSED and perf...
2020-01-29 Rob Clarkfreedreno: get GMEM state from batch
2020-01-29 Rob Clarkfreedreno/a2xx: 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: use PIPE_CAP_RGB_OVERRIDE_DST_ALPHA_BLEND
2019-12-18 Connor Abbottfreedreno: Fix CP_MEM_TO_REG flag definitions
2019-11-26 Rob Clarkfreedreno: switch to layout helper
2019-11-26 Eric Anholtfreedreno: Convert the slice struct to the new resource...
2019-11-26 Rob Clarkfreedreno: use rsc->slice accessor everywhere
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-10-30 Jonathan Marekfreedreno/a2xx: add missing vertex formats (SSCALE...
2019-10-27 Jonathan Marekfreedreno/a2xx: use sysval for pointcoord
2019-09-25 Kristian H. Kristensenfreedreno: Rename vp and fp to vs and fs in fd_program_...
2019-09-06 Kristian H. Kristensenfreedreno/a6xx: Implement primitive count queries on GPU
2019-09-06 Jonathan Marekfreedreno/a2xx: formats update
2019-09-06 Jonathan Marekfreedreno/a2xx: fix depth gmem restore
2019-09-06 Jonathan Marekfreedreno/a2xx: implement polygon offset
2019-09-06 Jonathan Marekfreedreno/a2xx: fix SRC_ALPHA_SATURATE for alpha blend...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: update register state in scalar...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix incorrect instruction reordering
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: check opcode on the right instruct...
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix saturate in cp
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: set lower_fdph
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: remove pointcoord y invert
2019-09-06 Jonathan Marekfreedreno/a2xx: ir2: fix lowering of instructions after...
2019-09-06 Vasily Khoruzhicknir: allow specifying filter callback in lower_alu_to_s...
2019-08-13 Rob Clarkfreedreno/all: move more emit helpers to screen
2019-08-13 Rob Clarkfreedreno/a2xx: add fd2_emit_init_screen()
2019-08-13 Rob Clarkfreedreno/a2xx: call fd2_emit_ib() directly from fd2
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Rhys Perrynir: replace nir_move_load_const() with nir_opt_sink()
2019-08-02 Jonathan Marekfreedreno: a2xx: implement texture tiling
2019-08-02 Jonathan Marekfreedreno: a2xx: use nir_lower_alu_to_scalar instead...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix HW binning for batches with >256K...
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fneg/fabs/fsat opcodes
2019-08-02 Jonathan Marekfreedreno: a2xx: fix order of NIR opts
2019-08-02 Jonathan Marekfreedreno: a2xx: fix non-etc1 cubemaps
2019-08-02 Jonathan Marekfreedreno: a2xx: fix fast clear not being used for...
2019-07-31 Erico Nunesnir/algebraic: rename lower_bitshift to lower_bitops
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-06-26 Jonathan Mareknir: remove fnot/fxor/fand/for opcodes
2019-06-12 Nicolai Hähnlefreedreno: use util_dynarray_clear instead of util_dyna...
2019-06-05 Kenneth Graunkenir: Combine lower_fmod16/32 back into a single lower_fmod.
2019-05-31 Jonathan Mareknir: remove bool lowering from lower_int_to_float
2019-05-31 Jonathan Mareknir: add lower_bitshift option
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-04-23 Jonathan Marekfreedreno: a2xx: same gmem2mem sequence for all tiles
2019-04-23 Jonathan Marekfreedreno: a2xx: use nir_lower_io for TGSI shaders
2019-04-23 Jonathan Marekfreedreno: a2xx: fix builtin blit program compilation
2019-04-23 Jonathan Marekfreedreno: a2xx: add GL_AMD_compressed_ATC_texture...
2019-04-18 Kristian H. Kristensenfreedreno: Use enum values from matching enum
2019-04-18 Kristian H. Kristensenfreedreno/a2xx: Fix redundant if statement
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-12 Timothy Arcerinir/i965/freedreno/vc4: add a bindless bool to type...
2019-04-09 Jason Ekstrandnir: Get rid of global registers
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-03-05 Timur Kristóftgsi_to_nir: Produce optimized NIR for a given pipe_screen.
2019-03-05 Timur Kristóffreedreno: Plumb pipe_screen through to irX_tgsi_to_nir.
2019-02-27 Jonathan Marekfreedreno: a2xx: fix mipmapping for NPOT textures
2019-02-27 Jonathan Marekfreedreno: a2xx: fix fast clear for some gmem configura...
2019-02-27 Jonathan Marekfreedreno: a2xx: add use_hw_binning function
2019-02-27 Jonathan Marekfreedreno: a2xx: don't write 4th vertex in mem2gmem
2019-02-06 Jonathan Marekfreedreno: a2xx: fix fast clear
2019-01-28 Jonathan Marekfreedreno: a2xx: add perfcntrs
2019-01-28 Jonathan Marekfreedreno: a2xx: minor solid_vertexbuf fixups
2019-01-28 Jonathan Marekfreedreno: a2xx: clear fixes and fast clear path
2019-01-28 Jonathan Marekfreedreno: a2xx: a20x hw binning
2019-01-28 Jonathan Marekfreedreno: a2xx: enable early-Z testing
2019-01-28 Jonathan Marekfreedreno: a2xx: ir2 cleanup
2019-01-26 Rob Clarkfreedreno/a2xx: fix unused variable warning
2019-01-22 Jonathan Marekfreedreno: a2xx: add partial lower_scalar pass for ir2
2019-01-22 Jonathan Marekfreedreno: a2xx: add ir2 copy propagation
2019-01-22 Jonathan Marekfreedreno: a2xx: insert scalar MOV to allow 2 source...
2019-01-22 Jonathan Marekfreedreno: a2xx: NIR backend
2019-01-21 Jonathan Marekfreedreno: a2xx: sysmem rendering
2019-01-21 Jonathan Marekfreedreno: a2xx: fix non-zero texture base offsets
2019-01-21 Jonathan Marekfreedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x
2019-01-21 Jonathan Marekfreedreno: a2xx: fix gmem2mem viewport
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup init_shader_const
2019-01-08 Bas Nieuwenhuizenfreedreno: Move register constant files to src/freedreno.
2018-12-22 Rob Clarkfreedreno: update generated headers
2018-12-13 Rob Clarkfreedreno: update generated headers
2018-12-07 Rob Clarkfreedreno: update generated headers
2018-11-27 Jonathan Marekfreedreno: a2xx texture update
2018-11-27 Jonathan Marekfreedreno/a2xx: Compute depth base in gmem correctly
2018-11-27 Jonathan Marekfreedreno/a2xx: set VIZ_QUERY_ID on a20x
2018-11-27 Jonathan Marekfreedreno/a2xx: fix POINT_MINMAX_MAX overflow
2018-11-27 Jonathan Marekfreedreno: a2xx: fd2_draw update
2018-11-27 Rob Clarkfreedreno: update generated headers
next