summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_state_constants.c
Commit message (Expand)AuthorAgeFilesLines
* svga: check to avoid writing beyond end of constant bufferBrian Paul2011-09-231-1/+23
* svga: Coalesce multiple shader constants in a single command.José Fonseca2011-09-231-4/+117
* svga: add assertions in svga_shader_type()Brian Paul2011-02-281-2/+5
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-6/+7
* gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-1/+2
|\
| * svga: Add a missing dependency from the prescale state.José Fonseca2009-12-111-1/+2
* | svga: fix for not using texture width/height/depth arraysRoland Scheidegger2009-11-271-2/+2
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+239