Browse Source

r300g: fix hardlock caused by an incompatible vertex format

The drivers aborts instead, I am working on a real fix...
tags/mesa-7.9-rc1
Marek Olšák 15 years ago
parent
commit
c1d91c4901
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/r300/r300_defines.h

+ 1
- 1
src/gallium/drivers/r300/r300_defines.h View File

@@ -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…
Cancel
Save