summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_misc.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-14svga: track which textures are rendered toBrian Paul1-10/+29
2013-11-11svga: improve loops over color buffersBrian Paul1-2/+4
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-8/+12
2012-10-16svga: silence some MSVC signed/unsigned comparison warningsBrian Paul1-1/+1
2012-10-11svga: don't use uninitialized framebuffer stateBrian Paul1-2/+4
2012-06-14svga: fix comment typoBrian Paul1-1/+1
2011-10-11gallium: rename ZS stencil type to UINT (v2)Dave Airlie1-2/+2
2011-02-18svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-1/+1
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger1-2/+2
2010-03-02svga: Rename pipe formats.José Fonseca1-2/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+2
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-6/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+187