summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_rss.c
Commit message (Expand)AuthorAgeFilesLines
* svga: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-2/+2
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-6/+156
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* svga: expose HW smooth/stipple/wide linesBrian Paul2013-12-111-1/+8
* svga: fix sRGB renderingBrian Paul2013-02-051-0/+11
* svga: return PIPE_OK instead of 0Brian Paul2012-05-191-3/+3
* svga: Advertise SVGA3D_DEVCAP_MAX_POINT_SIZE.José Fonseca2012-02-281-1/+3
* svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa pointsMarek Olšák2012-01-311-2/+4
* svga: Fix user clip planes.José Fonseca2012-01-121-3/+2
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-1/+1
* svga: Fix potential buffer overflow in rs draw state.José Fonseca2011-10-311-0/+3
* svga: implement point sprite suppportBrian Paul2011-09-231-0/+1
* svga: emit user-defined clip plane stateBrian Paul2011-04-271-0/+6
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-5/+5
* svga: Don't do culling while the software pipeline is active.Keith Whitwell2010-03-091-2/+11
* svga: A few more tweaks to blend color state emission.José Fonseca2010-02-121-9/+7
* svga: enable code to emit blend colorRoland Scheidegger2010-02-121-13/+1
* svga: adapt to stencil ref changesRoland Scheidegger2010-02-101-3/+28
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-2/+3
|\
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+3
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | svga: Remove unnecessary headers.Vinson Lee2010-01-211-3/+0
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+268