radv: Add forcecompress debug flag.
[mesa.git] / src / amd / vulkan / radv_debug.h
2020-08-10 Bas Nieuwenhuizenradv: Add forcecompress debug flag.
2020-07-08 Simon Serradv: use bitshifts for debug enum values
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
2020-06-26 Samuel Pitoisetradv: remove the load/store workaround for Monster...
2020-06-26 Samuel Pitoisetradv: remove the shader ballot workaround for Youngbloo...
2020-06-25 Daniel Schürmannradv: enable ACO by default
2020-06-25 Daniel Schürmannradv: introduce RADV_DEBUG=llvm option
2020-06-13 Erik Faye-Lundradv: update internal reference
2020-03-09 Daniel Schürmannradv: use nir_lower_discard_to_demote to work around...
2020-02-26 Samuel Pitoisetradv: implement a dummy winsys for creating devices...
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
2020-02-13 Samuel Pitoisetradv: remove RADV_DEBUG=nosisched and RADV_PERFTEST...
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
2019-11-15 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-06 Samuel Pitoisetradv: add a note about perftest/debug options
2019-10-30 Samuel Pitoisetradv: fix perftest options
2019-10-30 Samuel Pitoisetradv: fix dumping SPIR-V into hang reports
2019-10-26 Timothy Arceriradv: add debug option to turn off in memory cache
2019-09-26 Timur Kristófradv: Add debug option to dump meta shaders.
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-18 Bas Nieuwenhuizenradv: Disable dfsm by default even on Raven.
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-15 Bas NieuwenhuizenRevert "radv/gfx10: Enable DCC for storage images."
2019-08-07 Bas Nieuwenhuizenradv/gfx10: Enable DCC for storage images.
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-17 Samuel Pitoisetradv: add an option for disabling NGG on GFX10
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-13 Daniel Schürmannradv: enable AMD_shader_ballot with RADV_PERFTEST_SHADE...
2019-05-17 Samuel Pitoisetradv: add a workaround for Monster Hunter World and...
2019-04-15 Bas Nieuwenhuizenradv: Add bolist RADV_PERFTEST flag.
2018-11-16 Samuel Pitoisetradv: enable primitive binning by default
2018-11-16 Samuel Pitoisetradv: add a debug option for disabling primitive binning
2018-07-09 Dave Airlieradv: using tls to store llvm related info and speed...
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-15 Samuel Pitoisetradv: add RADV_DEBUG=checkir
2018-05-31 Bas Nieuwenhuizenradv: Add startup debug option.
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-17 Samuel Pitoisetradv: allow to print GPU info with RADV_DEBUG=info
2018-05-02 Samuel Pitoisetradv: enable out-of-order rasterization by default
2018-04-19 Bas Nieuwenhuizenradv: Add bound checking workaround for dynamic buffers.
2018-04-19 Samuel Pitoisetradv: enable DCC for MSAA 2x textures on VI under an...
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-03-15 Samuel Pitoisetradv: print some information when RADV_TRACE_FILE is set
2018-01-22 Samuel Pitoisetradv: add an option that allows to dump pre-optimization ir
2017-12-31 Bas Nieuwenhuizenradv: Add flag for enabling binning.
2017-12-28 Dave Airlieradv: move local bos usage to a perftest flag.
2017-11-14 Samuel Pitoisetradv: add nosisched debug option
2017-10-04 Samuel Pitoisetradv: dump SPIRV when a GPU hang is detected
2017-09-14 Samuel Pitoisetradv: add debug flags for syncing shaders after every...
2017-09-11 Dave Airlieradv: add debug flags to zero vram allocations.
2017-09-09 Bas Nieuwenhuizenradv: Actually check for vm faults.
2017-09-03 Bas Nieuwenhuizenradv: Enable command buffer chaining by default.
2017-09-01 Samuel Pitoisetradv: add radv_check_gpu_hangs() helper function
2017-09-01 Samuel Pitoisetradv: disassemble SPIR-V binaries with RADV_DEBUG=spirv
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-07-06 Dave Airlieradv: enable sisched toggle in perftest flags.
2017-06-09 Dave Airlieradv: introduce perf test env var and allow to enable...
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.