Search
lxdream.org :: lxdream/src/pvr2/pvr2.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/pvr2/pvr2.h
changeset 753:1fe39c3a9bbc
prev736:a02d1475ccfd
next827:d333f4248727
author nkeynes
date Wed Jul 30 03:00:40 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add debian changelog file
file annotate diff log raw
1.1 --- a/src/pvr2/pvr2.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/pvr2/pvr2.h Wed Jul 30 03:00:40 2008 +0000
1.3 @@ -213,6 +213,12 @@
1.4 */
1.5 void pvr2_ta_write( unsigned char *buf, uint32_t length );
1.6
1.7 +/**
1.8 + * Find the first polygon or sprite context in the supplied buffer of TA
1.9 + * data.
1.10 + * @return A pointer to the context, or NULL if it cannot be found
1.11 + */
1.12 +uint32_t *pvr2_ta_find_polygon_context( uint32_t *buf, uint32_t length );
1.13
1.14 /**
1.15 * (Re)initialize the tile accelerator in preparation for the next scene.
.