summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_clear.c
AgeCommit message (Expand)Author
2007-08-09commentsBrian
2007-08-09Checkpoint intel_renderbuffer removal.Brian
2007-08-08setup frag shader state: color pass-through programBrian
2007-08-06New st_init_*_functions() to initialize the driver functions table.Brian
2007-08-02trim #includesBrian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-02setup more state for clear_with_quad()Brian
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-08-02Remove references to accum buffers in softpipe.Keith Whitwell
2007-08-02sketch out clearing with quadsBrian
2007-08-02Reroute some clear functionality.Keith Whitwell