Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-28 | nv50: fix GP state bind and validate | Christoph Bumiller | |
2010-09-18 | nv50: fix typo in fifo packet length limit | Christoph Bumiller | |
2010-09-18 | nv50: emit constbuf relocs before uploading constants | Christoph Bumiller | |
2010-09-18 | nv50: add relocs for stack and local mem buffers | Christoph Bumiller | |
2010-09-15 | nv50: Silence uninitialized variable warning. | Vinson Lee | |
2010-09-15 | nv50: Remove unnecessary headers. | Vinson Lee | |
2010-09-12 | nv50: minor compiler fixes and cleanups | Christoph Bumiller | |
2010-08-23 | nv50: fix check for sprite/point coord enable | Christoph Bumiller | |
2010-08-23 | nv50: yet another case we need a nop.exit | Christoph Bumiller | |
2010-08-17 | nv50: fix PSIZ and PRIMID mapping | Christoph Bumiller | |
Initializing map to 0x40 (0x80) instead of 0 now, so need to clear it first. | |||
2010-08-05 | nv50: fix constbuf validation | Christoph Bumiller | |
We only uploaded up to the highest offset a program would use, and if the constant buffer isn't changed when a new program is used, the new program is missing the rest of them. Might want to introduce a "fill state" for user mem constbufs. | |||
2010-07-23 | nv50: import new compiler | Christoph Bumiller | |