Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-16 | Bring in last minute 6_4 branch changes to the unichrome driver | Thomas Hellström | |
to the trunk. | |||
2005-03-22 | merge unichrome changes from branch | Keith Whitwell | |
2005-01-05 | make alloc-dma functions inline, rearrange some debug | Keith Whitwell | |
2004-12-29 | Fix some wrapping bugs in the last commit. Probably there are more | Keith Whitwell | |
remaining. | |||
2004-12-29 | Simplfy clear() and swapbuffers() code. | Keith Whitwell | |
Fix various mishandling of cliprects. Allow multiple primitives to be emitted to a single dma buffer, which was largely impossible previously. Re-enable the fast unclipped render stage. | |||
2004-12-29 | Large update | Keith Whitwell | |
- Remove via duplicates of shared template files - Update driver to work with current versions of the above - Rework dma accounting - Rework emitting to dma to use a consistent set of macros The handling of cliprects in the driver is still pretty questionable. | |||
2004-12-23 | Chop out more dead code. | Keith Whitwell | |
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests. | |||
2004-12-22 | Remove dead code. | Keith Whitwell | |
Fix 24/8 depth/stencil visuals. | |||
2004-12-20 | Remove #ifdef DEBUG's in code, but still allow compiler to remove debug | Keith Whitwell | |
code if DEBUG not defined. | |||
2004-10-08 | Massively cleaned up the code that calculates front/back/depth buffer | Ian Romanick | |
pitch and size. Cut out a bunch of dead code. This fixes bugzilla #1555. | |||
2004-01-30 | Via Unichrome/cle266 driver (Erdi Chen) | Brian Paul | |