mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
r300g: enable CS dumping
This commit is contained in:
parent
6acb26eadf
commit
c7dfffc5d5
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@
|
|||
|
||||
#define MAX_CS_SIZE 64 * 1024 / 4
|
||||
|
||||
#define VERY_VERBOSE_CS 0
|
||||
#define VERY_VERBOSE_REGISTERS 0
|
||||
#define VERY_VERBOSE_CS 1
|
||||
#define VERY_VERBOSE_REGISTERS 1
|
||||
|
||||
/* XXX stolen from radeon_drm.h */
|
||||
#define RADEON_GEM_DOMAIN_CPU 0x1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue