mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
r300g: fix hardlock caused by an incompatible vertex format
The drivers aborts instead, I am working on a real fix...
This commit is contained in:
parent
d095d95e77
commit
c1d91c4901
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#define R300_RESOURCE_FLAG_TRANSFER PIPE_RESOURCE_FLAG_DRV_PRIV
|
||||
|
||||
#define R300_INVALID_FORMAT (~0)
|
||||
#define R300_INVALID_FORMAT 0xffff
|
||||
|
||||
/* XXX: this is just a bandaid on larger problems in
|
||||
* r300_screen_buffer.h which doesn't seem to be fully ported to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue