summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_clear.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+1
2017-06-16svga: Support accelerated conditional blittingThomas Hellstrom1-38/+0
2016-11-03svga: fix memory leak in svga_clear_texture()Neha Bhende1-2/+7
2016-11-03svga: Implement the pipe clear_render_target functionality v2Thomas Hellstrom1-0/+129
2016-08-26svga: define svga_clear() in svga_init_clear_functions()Neha Bhende1-1/+2
2016-08-26svga: add svga_init_clear_functions()Neha Bhende1-0/+4
2016-08-26svga: add new function svga_clear_texture()Neha Bhende1-0/+188
2016-08-26svga: add new begin_blit()Neha Bhende1-9/+18
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-2/+2
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-10/+125
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-01-21svga: fix clearing for null color buffersBrian Paul1-3/+3
2014-01-17svga: fix crash when clearing null color bufferBrian Paul1-3/+7
2012-10-16svga: fix MSVC double/float parameter warningBrian Paul1-1/+1
2012-04-18svga: flush drawing before clearingBrian Paul1-0/+3
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-1/+1
2011-09-23svga: clean up return values and error codesBrian Paul1-4/+4
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-5/+6
2011-04-27svga: fix warning: ‘uc.ui’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-04-12svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca1-0/+7
2010-05-29svga: adapt to clear interface changesRoland Scheidegger1-3/+5
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+1
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-1/+1
2010-03-02svga: Rename pipe formats.José Fonseca1-2/+2
2009-12-07gallium/util: fix util_color_[un]pack[-ub] to be strict aliasing safeRoland Scheidegger1-3/+3
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell1-0/+6
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+119