summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_clear.c
Commit message (Expand)AuthorAgeFilesLines
* svga: define svga_clear() in svga_init_clear_functions()Neha Bhende2016-08-261-1/+2
* svga: add svga_init_clear_functions()Neha Bhende2016-08-261-0/+4
* svga: add new function svga_clear_texture()Neha Bhende2016-08-261-0/+188
* svga: add new begin_blit()Neha Bhende2016-08-261-9/+18
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-2/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-10/+125
* gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger2014-04-251-1/+1
* svga: fix clearing for null color buffersBrian Paul2014-01-211-3/+3
* svga: fix crash when clearing null color bufferBrian Paul2014-01-171-3/+7
* svga: fix MSVC double/float parameter warningBrian Paul2012-10-161-1/+1
* 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