summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/i830_state.c
AgeCommit message (Collapse)Author
2007-07-17remove old code, remaining bits of static handles, disable (no longer ↵Roland Scheidegger
functional anyway) rotation code
2007-05-22Replace initInitState() with _mesa_init_driver_state().Brian
2006-11-23realign some of the i830 code from the i915Dave Airlie
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
need to check for this condition before the later field has been computed. Fixes logicop bug #8860.
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell