summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_state.h
AgeCommit message (Collapse)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2005-03-22merge unichrome changes from branchKeith Whitwell
2004-12-29Fix some wrapping bugs in the last commit. Probably there are moreKeith Whitwell
remaining.
2004-12-29Large updateKeith 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-23Chop out more dead code.Keith Whitwell
Get the drawXoff adjustment working a bit better. Seems to pass the glean orthoPos tests.
2004-12-12fix recursion problem introduced on Nov 27Brian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul