summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915tex
AgeCommit message (Expand)Author
2006-11-10Fix up texture compression at least Get and TexImage, not too sure aboutDave Airlie
2006-11-03Set DO_DEBUG=0Brian Paul
2006-11-03only enabled memcpy timing if DO_DEBUG=1Brian Paul
2006-11-02Fix GL_EXT_packed_depth_stencil crash, but shadowtex still brokenBrian Paul
2006-11-02Fix fragment program fog problems found with Glean.Brian Paul
2006-11-02Call _mesa_problem() from i915_program_error() so we get a nice error message.Brian Paul
2006-11-02Fixes Glean vertex/fragment test failures. Those tests never calledBrian Paul
2006-11-02remove GetBufferSize codeBrian Paul
2006-11-02remove unneeded extern declaration of lockMutexBrian Paul
2006-11-02bump driver dateBrian Paul
2006-11-02Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we oftenBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01Don't use the x/y/width/height params passed to Clear(). Get themBrian Paul
2006-11-01disable debug printfsBrian Paul
2006-11-01fix compiler warningsKeith Whitwell
2006-11-01Patch from <haihao.xiang@intel.com> -- pass program stringKeith Whitwell
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-11-01Import texmem i915 driver to its new location as i915tex.Keith Whitwell