summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/i830_state.c
AgeCommit message (Collapse)Author
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