summaryrefslogtreecommitdiff
path: root/rnndb
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-06-10 20:25:16 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-06-10 20:28:48 +0200
commit9435299ce857c38fcc494b9495a36925df2f0c13 (patch)
tree9e5a3d674efa63f01fbf9810343d40b8d90e068b /rnndb
parentd810d96c049d565ede3858e54211a9ba11d89b3d (diff)
driver: various fixes for mesa integration
- fix crash on multiple non-consecutive vertex elements - don't touch alpha factors when alpha blending disabled, to prevent warning flood - add silent flag to translate functions, to make probing in etna_screen emit no warnings - add missing pipe caps - force NPO2 textures to true, as this is required by GLES2 this will likely cause problems on on GPUs that don't really have support for this, we'd need to build a workaround - temporary flush front buffer hack for mesa fbdev support
Diffstat (limited to 'rnndb')
-rw-r--r--rnndb/state.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rnndb/state.xml b/rnndb/state.xml
index d1c7b26..8bf0ab2 100644
--- a/rnndb/state.xml
+++ b/rnndb/state.xml
@@ -106,7 +106,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<value value="2" name="ON"/>
</bitfield>
<bitfield high="23" low="16" name="START" brief="Starting offset of element data"/>
- <bitfield high="31" low="24" name="END" brief="End offset of element data"/>
+ <bitfield high="31" low="24" name="END" brief="End offset of element data minus start of this consecutive stretch"/>
</reg32>
<reg32 offset="0x00640" name="CMD_STREAM_BASE_ADDR"/>
<reg32 offset="0x00644" name="INDEX_STREAM_BASE_ADDR" value="0x00000000" type="VIVM"/>