summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom_blend.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22st/mesa: move blend color into its own state atomMarek Olšák1-5/+8
2017-06-22st/mesa: check correctly if multisampling is enabledMarek Olšák1-2/+2
2017-05-08st/mesa: remove struct st_tracked_stateMarek Olšák1-7/+2
2017-01-16st/mesa: add support for advanced blend when fb can be fetched fromIlia Mirkin1-1/+1
2016-10-19st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBsMarek Olšák1-1/+2
2016-09-16st/mesa: only enable MSAA coverage options when we have a MSAA bufferBrian Paul1-3/+5
2016-07-30st/mesa: completely rewrite state atomsMarek Olšák1-4/+0
2016-07-30st/mesa: remove st_tracked_state::nameMarek Olšák1-1/+0
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+1
2014-07-09st/mesa: minor simplification of some state atom assignmentsBrian Paul1-6/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2012-04-13st/mesa: add ARB_blend_func_extended support to state tracker.Dave Airlie1-4/+4
2011-09-19st/mesa: Remove support for GL_EXT_blend_logic_opIan Romanick1-9/+1
2011-06-14st/mesa: replace st->ctx with ctxBrian Paul1-30/+31
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri1-1/+1
2011-02-14st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler1-8/+11
2011-01-15mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul1-12/+25
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger1-1/+10
2010-01-26mesa/st: code cleanups for new blend functionalityRoland Scheidegger1-9/+23
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger1-31/+62
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger1-15/+15
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-4/+4
2008-05-02revert mode change back to 644Alan Hourihane1-0/+0
2008-05-02Some changed for non-C99 compilersAlan Hourihane1-10/+5
2008-03-19gallium: implement CSO save/restore functions for use by meta operations (bli...Brian1-7/+5
2008-03-11gallium: rework CSO-related code in state trackerBrian1-30/+22
2007-10-16fix blend term translation bug, rename some funcsBrian1-13/+13
2007-09-19Avoid redundant reallocation of the template.Zack Rusin1-2/+2
2007-09-19Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin1-4/+4
2007-09-18Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin1-2/+3
2007-09-18First stab at immutable state objects (create/bind/delete)Zack Rusin1-3/+8
2007-08-25add names to tracked state atoms to improve debugkeithw1-0/+1
2007-07-12Added colormask, dither, multisample state. Implement colormasking stage.Brian1-0/+13
2007-07-03hook in state tracking for blend colorBrian1-0/+9
2007-07-03Blend MIN/MAX modes are special: the src/dest terms are always one.Brian1-4/+20
2007-06-14Rename directories again?!Keith Whitwell1-46/+46
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell1-0/+202