freedreno/ir3: Merge the redundant immediate_idx/immediates_count fields
[mesa.git] / src / freedreno / fdl /
2020-07-08 Jonathan Marekfreedreno/layout: layout simplifications and pitch...
2020-07-07 Connor Abbottfreedreno: Include adreno_pm4.xml.h before adreno_a6xx...
2020-07-06 Jonathan Marekfreedreno/layout: fix explicit layout offset not added...
2020-06-18 Jonathan Marekfreedreno/fdl6: rework layout code a bit (reduce linear...
2020-06-18 Jonathan Marekfreedreno/a6xx: FETCHSIZE is PITCHALIGN
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-27 Jonathan Marekfreedreno/layout: add explicit offset/pitch argument...
2020-05-22 Eric Anholtfreedreno/a5xx: Add the outline of a unit test for...
2020-05-22 Eric Anholtfreedreno/fdl: Separate the list of a6xx testcases...
2020-05-22 Eric Anholtfreedreno/a5xx: Move resource layout to fdl.
2020-05-20 Jonathan Marekfreedreno: reduce extra height alignment in a6xx layout
2020-05-14 Eric Anholtfreedreno: Fix resource layout dump loop.
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC mipmapping height alignment.
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC mipmap sizing.
2020-05-13 Eric Anholtfreedreno/a6xx: Fix UBWC blockheight for RG8.
2020-05-13 Eric Anholtfreedreno: Pull the tile_alignment lookup for a layout...
2020-05-13 Eric Anholtfreedreno/a6xx: Add a testcase for UBWC buffer sharing.
2020-05-13 Eric Anholtfreedreno/a6xx: Improve layout testcase logging for...
2020-05-13 Eric Anholtfreedreno/a4xx+: Increase max texture size to 16384.
2020-05-07 Kristian H. Kristensenfreedreno/fdl: Align after dividing by block size
2020-04-23 Eric Anholtfreedreno: Make the slice pitch be bytes, not pixels.
2020-04-23 Eric Anholtfreedreno: Introduce a "cpp_shift" value for cpp divs...
2020-04-07 Eric Anholtfreedreno/a6xx: Set a level's pitch based on minified...
2020-04-07 Eric Anholtfreedreno: Add the outline of a test for a6xx texture...
2020-04-07 Eric Anholtfreedreno/a6xx: Drop the "alignment" layout temporary.
2020-04-07 Eric Anholtfreedreno/a6xx: Remove the "aligned_height" temporary.
2020-04-07 Eric Anholtfreedreno/a6xx: Sink the per-level size temps inside...
2020-03-31 Connor Abbottfreedreno/fdl: Add base_align
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-02-04 Eric Anholtfreedreno: Allow UBWC on textures with multiple mipmap...
2020-02-04 Eric Anholtfreedreno: Rename the UBWC layer size field and store...
2020-02-04 Eric Anholtfreedreno: Include the layer size in layout debug.
2020-02-04 Eric Anholtfreedreno: Move the layout debug under FD_MESA_DEBUG...
2019-12-11 Eric Anholttu: Move UBWC layout into fdl6_layout() and use that...
2019-12-11 Eric Anholtfreedreno: Switch the 16-bit workaround to match what...
2019-12-11 Eric Anholtfreedreno: Move a6xx's setup_slices() to a shareable...
2019-12-11 Eric Anholttu: Move our image layout into a freedreno_layout struct.
2019-12-11 Eric Anholtfreedreno: Move UBWC layout into a slices array like...
2019-12-11 Eric Anholtfreedreno: Drop the extra offset field for mipmap slices.
2019-11-26 Eric Anholtfreedreno: Introduce a resource layout header.