Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nvc0: implement compute support for nve4 | Christoph Bumiller | 2013-03-12 | 1 | -0/+1 |
| | |||||
* | nvc0: add support for accelerated video decoding through the dedicated engines | Maarten Lankhorst | 2013-01-17 | 1 | -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 buffer | Maarten Lankhorst | 2013-01-16 | 1 | -1/+2 |
| | |||||
* | nv50/nvc0: Build codegen in nv50. | Johannes Obermayr | 2013-01-12 | 1 | -6/+0 |
| | | | | This is required to make libnv50 independent of libnvc0. | ||||
* | nvc0/ir: add initial code to support GK110 ISA encoding | Christoph Bumiller | 2012-09-07 | 1 | -0/+1 |
| | |||||
* | nv50,nvc0: don't initialize the draw module, we don't use it | Christoph Bumiller | 2012-04-24 | 1 | -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 buffer | Christoph Bumiller | 2012-04-14 | 1 | -1/+1 |
| | | | | | While pushing vertices through the FIFO is relatively fast on nv50, it's horribly slow on nvc0. | ||||
* | nvc0: remove obsolete nvc0_push2.c | Christoph Bumiller | 2012-04-14 | 1 | -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 generator | Christoph Bumiller | 2011-09-14 | 1 | -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 code | Christoph Bumiller | 2011-09-14 | 1 | -0/+5 |
| | |||||
* | nouveau: share the source lists | Chia-I Wu | 2011-08-27 | 1 | -0/+24 |
For each driver, factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it. |