summaryrefslogtreecommitdiff
path: root/rnndb
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-04-04 22:55:34 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-04-04 23:05:05 +0200
commita7f2a7ab5f66cc2604f724e452a965c95033fa56 (patch)
tree986ca94e14080908c078cb36c6f5601a276eb8b1 /rnndb
parentd74e9bb182aeff7292028bd930a2c2d86e021cbb (diff)
etna: implement some methods in screen
Figuring out all the capabilities is a lot of work; most is based on guesswork right now, experimentation with MESA will have to show what the limits really are. Also fill in a few texture bits.
Diffstat (limited to 'rnndb')
-rw-r--r--rnndb/state_3d.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rnndb/state_3d.xml b/rnndb/state_3d.xml
index d0440ce..88c56b0 100644
--- a/rnndb/state_3d.xml
+++ b/rnndb/state_3d.xml
@@ -773,6 +773,11 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<bitfield high="10" low="9" name="MIP" type="TEXTURE_FILTER"/>
<bitfield high="12" low="11" name="MAG" type="TEXTURE_FILTER"/>
<bitfield high="17" low="13" name="FORMAT" type="TEXTURE_FORMAT"/>
+ <bitfield high="19" low="19" name="ROUND_UV"/>
+ <bitfield high="23" low="22" name="ENDIAN" type="ENDIAN_MODE"/>
+ <bitfield high="31" low="24" name="ANISOTROPY" type="fixedp">
+ <doc>Logarithm of size of anisotropic filter, in 3.5 format.</doc>
+ </bitfield>
</bitset>
<bitset name="TE_SAMPLER_SIZE" inline="yes">
<bitfield high="15" low="0" name="WIDTH" type="uint"/>