summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex/i915_vtbl.c
AgeCommit message (Expand)Author
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-20Merge branch 'master' into i915-unificationEric Anholt
2007-08-16i915tex: Unreference texture buffers on context destruction.Michel Dänzer
2007-08-11Better debuggingKeith Whitwell
2007-07-29Fix crashes when the frag prog can't be handled in hardware (#11131)Roland Scheidegger
2007-07-06Add case for GL_QUADS in i915_reduced_primitive_state().Brian
2007-06-15Correct a mis-count in a LOAD_STATE_IMMEDIATE_1 length argument.Eric Anholt
2007-05-24Merge branch 'master' into i915-unificationEric Anholt
2007-05-22i915tex: Implement SetTexOffset hook.Michel Dänzer
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell