mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
i965: Mark topologies with adjacency information as G45+.
These didn't exist on the original 965. Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
This commit is contained in:
parent
aa18fa30c5
commit
8fbc4ae330
1 changed files with 4 additions and 4 deletions
|
|
@ -65,10 +65,10 @@
|
|||
#define _3DPRIM_TRIFAN 0x06
|
||||
#define _3DPRIM_QUADLIST 0x07
|
||||
#define _3DPRIM_QUADSTRIP 0x08
|
||||
#define _3DPRIM_LINELIST_ADJ 0x09
|
||||
#define _3DPRIM_LINESTRIP_ADJ 0x0A
|
||||
#define _3DPRIM_TRILIST_ADJ 0x0B
|
||||
#define _3DPRIM_TRISTRIP_ADJ 0x0C
|
||||
#define _3DPRIM_LINELIST_ADJ 0x09 /* G45+ */
|
||||
#define _3DPRIM_LINESTRIP_ADJ 0x0A /* G45+ */
|
||||
#define _3DPRIM_TRILIST_ADJ 0x0B /* G45+ */
|
||||
#define _3DPRIM_TRISTRIP_ADJ 0x0C /* G45+ */
|
||||
#define _3DPRIM_TRISTRIP_REVERSE 0x0D
|
||||
#define _3DPRIM_POLYGON 0x0E
|
||||
#define _3DPRIM_RECTLIST 0x0F
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue