summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_blend.c
AgeCommit message (Collapse)Author
2010-02-22svga: Fix PIPE_LOGICOP_INVERT.José Fonseca
Actually the current XOR implementation is an INVERT. This fixes rectangle selection in Maya.
2010-02-12svga: A few more tweaks to blend color state emission.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
Conflicts: src/gallium/drivers/softpipe/sp_screen.c src/gallium/include/pipe/p_defines.h
2010-01-25svga: adapt to blend changesRoland Scheidegger
2010-01-21svga: Remove unnecessary headers.Vinson Lee
2009-11-17svga: Add svga driverJakob Bornecrantz