summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_blend.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBsMarek Olšák2016-10-191-1/+2
* st/mesa: only enable MSAA coverage options when we have a MSAA bufferBrian Paul2016-09-161-3/+5
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-4/+0
* st/mesa: remove st_tracked_state::nameMarek Olšák2016-07-301-1/+0
* mesa: Fix some signed-unsigned comparison warningsJan Vesely2015-01-211-1/+1
* st/mesa: minor simplification of some state atom assignmentsBrian Paul2014-07-091-6/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* st/mesa: add ARB_blend_func_extended support to state tracker.Dave Airlie2012-04-131-4/+4
* st/mesa: Remove support for GL_EXT_blend_logic_opIan Romanick2011-09-191-9/+1
* st/mesa: replace st->ctx with ctxBrian Paul2011-06-141-30/+31
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-291-1/+1
* st/mesa: Use blend equation and function of first render target for all rende...Fabian Bieler2011-02-141-8/+11
* mesa: begin implementation of GL_ARB_draw_buffers_blendBrian Paul2011-01-151-12/+25
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-1/+10
* mesa/st: code cleanups for new blend functionalityRoland Scheidegger2010-01-261-9/+23
* st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-251-31/+62
* gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-15/+15
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* revert mode change back to 644Alan Hourihane2008-05-021-0/+0
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-10/+5
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-7/+5
* gallium: rework CSO-related code in state trackerBrian2008-03-111-30/+22
* fix blend term translation bug, rename some funcsBrian2007-10-161-13/+13
* Avoid redundant reallocation of the template.Zack Rusin2007-09-191-2/+2
* Redo the cso cache to map driver data in a lot more pleasing way.Zack Rusin2007-09-191-4/+4
* Implementing a better hash, removing state_tracker dependency from the cache.Zack Rusin2007-09-181-2/+3
* First stab at immutable state objects (create/bind/delete)Zack Rusin2007-09-181-3/+8
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
* Added colormask, dither, multisample state. Implement colormasking stage.Brian2007-07-121-0/+13
* hook in state tracking for blend colorBrian2007-07-031-0/+9
* Blend MIN/MAX modes are special: the src/dest terms are always one.Brian2007-07-031-4/+20
* Rename directories again?!Keith Whitwell2007-06-141-46/+46
* Renamed softpipe directories and files to something less confusing.Keith Whitwell2007-06-141-0/+202