diff options
author | Christoph Bumiller <[email protected]> | 2011-09-24 15:42:46 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2011-09-28 16:28:58 +0200 |
commit | b3fa0d311e553ec815d58e58a30aa8b3927e4afd (patch) | |
tree | 1702e03862cfbabaed9e5b2df60019f16f58bc67 /src/gallium/drivers/nv50/nv50_3d.xml.h | |
parent | e92348b7f5ee2565371dd779f25cc0ede8724886 (diff) |
nv50,nvc0: support polygon offset clamp state
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_3d.xml.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_3d.xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_3d.xml.h b/src/gallium/drivers/nv50/nv50_3d.xml.h index 1bde07fa3af..0f5a77de9a1 100644 --- a/src/gallium/drivers/nv50/nv50_3d.xml.h +++ b/src/gallium/drivers/nv50/nv50_3d.xml.h @@ -1658,7 +1658,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV50_3D_GP_RESULT_MAP_3__MASK 0xff000000 #define NV50_3D_GP_RESULT_MAP_3__SHIFT 24 -#define NV50_3D_UNK187C 0x0000187c +#define NV50_3D_POLYGON_OFFSET_CLAMP 0x0000187c #define NVA3_3D_VERTEX_ARRAY_PER_INSTANCE_ALT(i0) (0x00001880 + 0x4*(i0)) #define NVA3_3D_VERTEX_ARRAY_PER_INSTANCE_ALT__ESIZE 0x00000004 |