diff options
author | Marek Olšák <[email protected]> | 2010-04-11 05:06:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-11 06:40:46 +0200 |
commit | 2e7785be22181d6c6a10d2fd665bc41f8912b027 (patch) | |
tree | cc0e0865150feb6780095fdec8d0940830b913d9 /src/gallium/drivers/r300/r300_winsys.h | |
parent | e1208bbeaeefd12a445cef84cbd12b7dc346531f (diff) |
r300g: fix mipmapped 3D textures
This is a bug in the CS checker causing CS being rejected.
Diffstat (limited to 'src/gallium/drivers/r300/r300_winsys.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_winsys.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_winsys.h b/src/gallium/drivers/r300/r300_winsys.h index 80abaef4ba7..5ac997c8680 100644 --- a/src/gallium/drivers/r300/r300_winsys.h +++ b/src/gallium/drivers/r300/r300_winsys.h @@ -50,7 +50,8 @@ enum r300_value_id { R300_VID_PCI_ID, R300_VID_GB_PIPES, R300_VID_Z_PIPES, - R300_VID_SQUARE_TILING_SUPPORT + R300_VID_SQUARE_TILING_SUPPORT, + R300_VID_TEX3D_MIP_BUG, }; struct r300_winsys_screen { |