diff options
author | Marek Olšák <[email protected]> | 2010-02-14 17:43:32 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-03-21 21:54:07 +0100 |
commit | 12dc4971735a8703c298d35eb21e3d1a2e053217 (patch) | |
tree | c0690678151b372d52eef2169bf43f36d2beca89 /src/gallium/drivers/r300/r300_winsys.h | |
parent | 33d2349119ada410dbfbaa667fc7aef8b60d1a6f (diff) |
r300g: add and enable square microtiling
It requires DRM 2.1.0 (e.g. kernel 2.6.34) and is disabled on older ones.
Finally, the texture tiling implementation is now complete. Uff.
Diffstat (limited to 'src/gallium/drivers/r300/r300_winsys.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_winsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_winsys.h b/src/gallium/drivers/r300/r300_winsys.h index 93f9dd7cfac..acfa5dbeb9c 100644 --- a/src/gallium/drivers/r300/r300_winsys.h +++ b/src/gallium/drivers/r300/r300_winsys.h @@ -49,6 +49,7 @@ enum r300_value_id { R300_VID_PCI_ID, R300_VID_GB_PIPES, R300_VID_Z_PIPES, + R300_VID_SQUARE_TILING_SUPPORT }; struct r300_winsys_screen { |