draw: allow drivers to query pipeline state more easily
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 19:50:20 +0000 (20:50 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 22 Apr 2008 19:50:20 +0000 (20:50 +0100)
commit0588858702d1a5c9c08573ea6817e2e149473cf6
treecbbe6eae8b4a3fbadc65bf35c28ab9eda252e98a
parent1f0f029ba6f22ef4ada01fcdc153da91571a7963
draw: allow drivers to query pipeline state more easily

Also, provide a separate flag to say whether the driver can handle
clipping/rhw tasks, in addition to the API flag which indicates they
have already been done.
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_context.h
src/gallium/auxiliary/draw/draw_pipe_validate.c
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_pt.c
src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
src/gallium/auxiliary/draw/draw_pt_post_vs.c