summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_colormask.c
AgeCommit message (Expand)Author
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Initial implementation of surface tile caching.Brian
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-07-12Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK).Brian
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian