mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
turn off shader debug
This commit is contained in:
parent
0940059f8b
commit
45b37dc078
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#include "st_program.h"
|
||||
|
||||
|
||||
#define TGSI_DEBUG 1
|
||||
#define TGSI_DEBUG 0
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
#include "st_program.h"
|
||||
|
||||
|
||||
#define TGSI_DEBUG 1
|
||||
#define TGSI_DEBUG 0
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue