summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-03VERSION: bump for 22.2.0-rc1mesa-22.2.0-rc1Dylan Baker1-1/+1
2022-08-03VERSION: bump 22.3.0-devel22.2-branchpointDylan Baker1-1/+1
2022-08-03turnip: Use the GMEM CCU space for attachments when the stores won't.Emma Anholt1-4/+5
2022-08-03turnip: Split the tiling config into separate layouts based on CCU usage.Emma Anholt6-253/+369
2022-08-03ci/freedreno: Update a630 s8 resolve xfails.Emma Anholt1-4/+2
2022-08-03tu: Restore formatting of tu_clear_blit.cConnor Abbott1-1164/+1164
2022-08-03iris: Dedent enum iris_depth_reg_modeNanley Chery1-5/+5
2022-08-03iris: Make the D16 reg mode single-sampledNanley Chery1-7/+9
2022-08-03anv: Make the D16 reg mode single-sampledNanley Chery2-7/+9
2022-08-03nir/lower_idiv: Be less creative about signsAlyssa Rosenzweig1-10/+4
2022-08-03zink: combine loops for lazy descriptor program deinitMike Blumenkrantz1-2/+0
2022-08-03zink: don't flag lazy push constant set dirty on batch changeMike Blumenkrantz1-2/+2
2022-08-03zink: fix gfx program cache pruning with generated tcsMike Blumenkrantz2-1/+9
2022-08-03ir3: Never remove GS_HEADER_IR3 sysval inputDanylo Piliaiev2-12/+13
2022-08-03ir3/ra: Always insert interval for precolored inputsDanylo Piliaiev1-1/+6
2022-08-03radeonsi: move small prim precision computation out of si_emit_cull_stateMarek Olšák2-24/+22
2022-08-03radeonsi: move the no-AA small prim precision cull constant into an SGPRMarek Olšák4-9/+17
2022-08-03radeonsi: add a randomized blit testMarek Olšák4-21/+586
2022-08-03radeonsi: allow texture_map to upload only 1 sample for MSAA instead of allMarek Olšák1-8/+19
2022-08-03radeonsi: make various blit functions non-staticMarek Olšák2-1/+14
2022-08-03radeonsi/gfx11: use a better workaround for the export conflict bugMarek Olšák4-3/+17
2022-08-03radeonsi/gfx11: enable shader prefetch except for initial chip revisionsMarek Olšák3-2/+8
2022-08-03radeonsi/gfx11: rename si_calc_inst_pref_size -> si_get_shader_prefetch_sizeMarek Olšák3-6/+6
2022-08-03radeonsi/gfx11: skip code in si_update_shaders that has no effectMarek Olšák1-4/+6
2022-08-03radeonsi/gfx11: use better PRIM_GRP_SIZE_GFX11 settingMarek Olšák2-4/+8
2022-08-03radeonsi/gfx11: set SAMPLE_MASK_TRACKER_WATERMARK = 15 and clean upMarek Olšák2-10/+2
2022-08-03radeonsi/gfx11: use correct VGT_TESS_DISTRIBUTION settingsMarek Olšák1-1/+8
2022-08-03radeonsi: cosmetic changes around do_hardware_msaa_resolveMarek Olšák1-6/+12
2022-08-03radeonsi: fold async_copy into the preceding conditional in si_blitMarek Olšák1-26/+25
2022-08-03radeonsi: move compute-related code from si_blit.c to si_compute_blit.cMarek Olšák3-66/+68
2022-08-03radeonsi: check for 16-bit hw support instead of relying on options.fp16Marek Olšák2-10/+10
2022-08-03radeonsi: add need_fmask_expand parameter into si_decompress_subresourceMarek Olšák3-7/+13
2022-08-03radeonsi: follow shader_info.float_controls_execution_mode (mostly)Marek Olšák11-20/+58
2022-08-03radeonsi: don't do image stores with RGBX, L, LA, I, and SRGB formatsMarek Olšák1-0/+8
2022-08-03radeonsi: remove compute-based DCC decompression because it's brokenMarek Olšák5-156/+37
2022-08-03radeonsi: add common helper si_launch_grid_internal_images that is more robustMarek Olšák1-54/+57
2022-08-03radeonsi: make si_launch_grid_internal staticMarek Olšák2-4/+2
2022-08-03radeonsi: call pipe->blit instead of util_blitter_blit after MSAA resolvingMarek Olšák1-3/+1
2022-08-03radeonsi: move SI_MAX_VRAM_MAP_SIZE to si_debug_options.hMarek Olšák3-10/+4
2022-08-03radeonsi: unify VGT_TESS_DISTRIBUTION programmingMarek Olšák1-12/+19
2022-08-03ac/surface: don't forbid 256KB swizzle modes on smaller gfx11 chipsMarek Olšák1-7/+1
2022-08-03amd/addrlib: fix 3D texture allocation failures on gfx11Marek Olšák1-2/+2
2022-08-03util/format: add util_format_rgbx_to_rgba helperMarek Olšák2-0/+97
2022-08-03glthread: don't sync on IsEnabled(GL_DEPTH_TEST) by tracking it in glthreadMarek Olšák2-0/+16
2022-08-03glthread: don't ignore glPushAttrib/glPopAttrib when tracking GL_CULL_FACEMarek Olšák2-0/+7
2022-08-03r600: increase possible stack size in binary codeGert Wollny1-1/+1
2022-08-02freedreno/registers/a6xx: Some reg64 conversionRob Clark3-69/+50
2022-08-02freedreno/registers: Move varset to <enum>Rob Clark1-128/+128
2022-08-02freedreno/registers: Allow varset to be specified on enumRob Clark1-0/+1
2022-08-02freedreno/registers: Whitespace fix for gen_header.pyRob Clark1-1/+1