summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/quad-sample.c
AgeCommit message (Collapse)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
The drivers have been changed so that they behave as if all of the flags were set. This is already implicit in most hardware drivers and required for multiple contexts. Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag to decide whether flush_frontbuffer should be called. New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement.
2011-02-14graw: remove pipe_vertex_buffer::max_indexVinson Lee
This is a follow-up to commit cdca3c58aa2d9549f5188910e2a77b438516714f.
2011-01-24graw: add a test showing the new sampling scheme in actionZack Rusin