summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_misc.c
Commit message (Expand)AuthorAgeFilesLines
* svga: minor whitespace, etc clean-ups in svga_pipe_misc.cBrian Paul2016-08-261-26/+23
* svga: simplify surface propagation code in svga_set_framebuffer_state()Brian Paul2016-08-261-12/+4
* svga: add svga_winsys_context::pipe_debug_callback pointerBrian Paul2016-03-211-2/+5
* svga: use the debug callback to report issues to the state trackerBrian Paul2015-12-071-0/+17
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-13/+60
* svga: track which textures are rendered toBrian Paul2014-02-141-10/+29
* svga: improve loops over color buffersBrian Paul2013-11-111-2/+4
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-8/+12
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* svga: don't use uninitialized framebuffer stateBrian Paul2012-10-111-2/+4
* svga: fix comment typoBrian Paul2012-06-141-1/+1
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* svga: Ensure pending drawing commands other surface operations are emitted be...José Fonseca2011-02-181-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* svga: Rename pipe formats.José Fonseca2010-03-021-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+2
* svga: Remove unnecessary headers.Vinson Lee2010-01-211-6/+0
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+187