summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-16svga: add new num-failed-allocations HUD queryBrian Paul1-0/+1
2017-05-24svga: move logging initialization code into new functionBrian Paul1-2/+0
2017-05-24svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh1-0/+2
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-2/+2
2016-09-17svga: implement an index buffer translation cacheBrian Paul1-0/+1
2015-10-16svga: add new GALLIUM_HUD queriesNeha Bhende1-2/+6
2015-09-02svga: update driver for version 10 GPU interfaceBrian Paul1-1/+5
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2013-12-11svga: expose HW smooth/stipple/wide linesBrian Paul1-0/+3
2013-11-11svga: improve loops over color buffersBrian Paul1-0/+1
2013-10-23svga: remove unneeded include of u_double_list.hBrian Paul1-2/+0
2013-04-03svga: add new memory-used HUD queryBrian Paul1-0/+3
2012-02-28svga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE.José Fonseca1-0/+2
2011-10-11svga: remove support for shader model 2.0Brian Paul1-3/+0
2011-09-23svga: Expose the new depth formatsJakob Bornecrantz1-0/+8
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca1-2/+0
2011-03-09svga: Add a new winsys entry point to query the hw version.José Fonseca1-0/+2
2010-05-03svga: Remove the screen private context.José Fonseca1-9/+3
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca1-1/+1
2010-01-21svga: Remove unused code.José Fonseca1-6/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+95