aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-0/+1
|
* nvc0: add support for accelerated video decoding through the dedicated enginesMaarten Lankhorst2013-01-171-1/+4
| | | | | | Currently the use of external firmware is required, with kernel and userspace firmware needed for all Fermi cards except nvd9. Kepler and nvd9 should only require kernel firmware.
* nvc0: Add support for video bufferMaarten Lankhorst2013-01-161-1/+2
|
* nv50/nvc0: Build codegen in nv50.Johannes Obermayr2013-01-121-6/+0
| | | | This is required to make libnv50 independent of libnvc0.
* nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller2012-09-071-0/+1
|
* nv50,nvc0: don't initialize the draw module, we don't use itChristoph Bumiller2012-04-241-1/+0
| | | | But some day we might (e.g. for blending 16 bpp formats on nv50).
* nvc0: replace VERTEX_DATA push mode with translate to bufferChristoph Bumiller2012-04-141-1/+1
| | | | | While pushing vertices through the FIFO is relatively fast on nv50, it's horribly slow on nvc0.
* nvc0: remove obsolete nvc0_push2.cChristoph Bumiller2012-04-141-1/+0
| | | | | Slower version of nvc0_push.c, was only used to ascertain that bugs were not the new version's fault.
* nvc0: hook up to new shader code generatorChristoph Bumiller2011-09-141-6/+0
| | | | | | Also includes loading of shared shader library code (used for f64 and integer division) and setting up the immediate array buffer which is appended to the code.
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+5
|
* nouveau: share the source listsChia-I Wu2011-08-271-0/+24
For each driver, factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it.