aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* svga: pick all the files into the tarballEmil Velikov2015-09-091-5/+26
| | | | Signed-off-by: Emil Velikov <[email protected]>
* svga: update driver for version 10 GPU interfaceBrian Paul2015-09-021-19/+10
| | | | | | | | | | | | | | | | | This is a squash commit of roughly two years of development work. Authors include: Brian Paul Charmaine Lee Thomas Hellstrom Jakob Bornecrantz Sinclair Yeh Mingcheng Chen Kai Ninomiya MengLin Wu The driver supports OpenGL 3.3. Signed-off-by: Brian Paul <[email protected]>
* gallium/svga: ship all files in the tarballEmil Velikov2014-09-051-12/+57
| | | | | | | | | | - include all headers in Makefile.sources - sort the list(s) - bundle the android & scons buildscript - include the headers' README & svga_dump.py Signed-off-by: Emil Velikov <[email protected]> Acked-by: Matt Turner <[email protected]>
* svga: refactor some shader codeBrian Paul2014-02-031-0/+1
| | | | | | | Put common code in new svga_shader.c file. Considate separate vertex/ fragment shader ID generation. Reviewed-by: Jose Fonseca <[email protected]>
* svga: remove support for shader model 2.0Brian Paul2011-10-111-1/+0
| | | | | | We've been requiring SM 3.0 all along so this just removes unused code. Reviewed-by: Jose Fonseca <[email protected]>
* svga: Cleanup format capability checking.José Fonseca2011-09-231-0/+1
| | | | | | Accurately describe what operations are supported when a format caps entry is not advertised by the host, and which formats are never supported, instead of making ad-hoc and often incorrect assumptions.
* svga: share the source listChia-I Wu2011-08-271-0/+47
Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it.