mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02:00
Disable shader dumps
This commit is contained in:
parent
f4646f3247
commit
a1ecbb2356
1 changed files with 3 additions and 0 deletions
|
|
@ -55,6 +55,9 @@ void DumpHwBinary(int type, void *addr, int size)
|
|||
{
|
||||
int i;
|
||||
unsigned int *pHw = (unsigned int *)addr;
|
||||
|
||||
return;
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case DUMP_PIXEL_SHADER:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue