diff options
author | Brian Paul <[email protected]> | 2011-03-10 09:44:30 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-03-10 09:44:32 -0700 |
commit | 7dcf019af2e76a4c6e0391c3c5e1d50966367df8 (patch) | |
tree | b4b088c9257535d9cc4a1bb1a068cd791f21eb1b /src/gallium/auxiliary/SConscript | |
parent | 0eab3a8a976ea282063710d5aa7d1709abc182c5 (diff) |
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.
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r-- | src/gallium/auxiliary/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index 43d5b2113e1..2855d5827ce 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -178,6 +178,7 @@ source = [ 'util/u_network.c', 'util/u_math.c', 'util/u_mm.c', + 'util/u_pstipple.c', 'util/u_rect.c', 'util/u_resource.c', 'util/u_ringbuffer.c', |