gallium/util: new polygon stipple utility helper
authorBrian Paul <brianp@vmware.com>
Thu, 10 Mar 2011 16:44:30 +0000 (09:44 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 10 Mar 2011 16:44:32 +0000 (09:44 -0700)
commit7dcf019af2e76a4c6e0391c3c5e1d50966367df8
treeb4b088c9257535d9cc4a1bb1a068cd791f21eb1b
parent0eab3a8a976ea282063710d5aa7d1709abc182c5
gallium/util: new polygon stipple utility helper

The polygon stipple fallback does not have to be implemented in the
draw module (it doesn't need window coords, etc).  Drivers can use
this utility and avoid sw vertex fallbacks if pstipple is enabled.
Note: this is WIP and not used by any driver yet.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/util/u_pstipple.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_pstipple.h [new file with mode: 0644]