Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svga: remove support for shader model 2.0 | Brian Paul | 2011-10-11 | 1 | -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é Fonseca | 2011-09-23 | 1 | -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 list | Chia-I Wu | 2011-08-27 | 1 | -0/+47 |
Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it. |