gallium: add a flag to turn on gl rasterization rules
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 2 Apr 2008 10:38:33 +0000 (11:38 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 2 Apr 2008 10:38:33 +0000 (11:38 +0100)
commit8e33194837dd206d920889851d9cf22190100c99
tree0a438cdb78e8fcd606e7686e33d88351e5380840
parentbc739440c29c551fcc44e9e12d0d9c170d8d24fb
gallium: add a flag to turn on gl rasterization rules

Use this to set up hardware rasterization (if your hardware can
do it) or otherwise turn on various tweaks in the draw module.

Currently only hooked up to point biasing code.
src/gallium/auxiliary/draw/draw_wide_point.c
src/gallium/include/pipe/p_state.h
src/mesa/state_tracker/st_atom_rasterizer.c