summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_blend.c
AgeCommit message (Expand)Author
2011-02-14st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-01-26mesa/st: code cleanups for new blend functionalityRoland Scheidegger
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2008-05-02revert mode change back to 644Alan Hourihane
2008-05-02Some changed for non-C99 compilersAlan Hourihane
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian
2008-03-11gallium: rework CSO-related code in state trackerBrian
2007-10-16fix blend term translation bug, rename some funcsBrian
2007-09-19Avoid redundant reallocation of the template.Zack Rusin
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin
2007-08-25add names to tracked state atoms to improve debugkeithw
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian
2007-07-03hook in state tracking for blend colorBrian
2007-07-03Blend MIN/MAX modes are special: the src/dest terms are always one.Brian
2007-06-14Rename directories again?!Keith Whitwell
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell