aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_clear.c
Commit message (Expand)AuthorAgeFilesLines
* svga: flush drawing before clearingBrian Paul2012-04-181-0/+3
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-1/+1
* svga: clean up return values and error codesBrian Paul2011-09-231-4/+4
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-5/+6
* svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák2011-04-271-1/+1
* svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-121-0/+7
* svga: adapt to clear interface changesRoland Scheidegger2010-05-291-3/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-1/+1
* svga: Rename pipe formats.José Fonseca2010-03-021-2/+2
* gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger2009-12-071-3/+3
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-271-0/+6
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+119