Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into...
[mesa.git] / src / mesa / drivers / dri / i915tex /
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-09 Michel Dänzeri915tex: Remove unused tex_program field.
2007-01-09 Michel Dänzerintel_finalize_mipmap_tree: Only flush batchbuffer...
2006-12-30 Dave Airliefix issue with i915tex advertising visuals it can't...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2006-12-14 Michel DänzerAvoid failing assertion in intel_miptree_set_image_offs...
2006-12-14 Michel DänzerShare code to lay out >= 945 style 2D mipmaps between...
2006-12-14 Michel Dänzerintel_finalize_mipmap_tree: Add more conditions for...
2006-12-14 Michel Dänzerintel_batchbuffer_flush: Don't assert cliprects when...
2006-12-14 Michel DänzerintelTexSubimage: Fix last parameter for intel_miptree_...
2006-12-07 Michel Dänzeri915tex: Recalculate viewport related hardware state...
2006-11-28 Dave AirlieUpdate miniglx support for new memory manager
2006-11-23 Dave Airlierealign some of the i830 code from the i915
2006-11-23 Dave Airliefixup draw/depth region handling in i830 along lines...
2006-11-21 Keith Whitwellblend, logicop changes for intelEmitCopyBlit backported...
2006-11-10 Dave AirlieFix up texture compression at least Get and TexImage...
2006-11-03 Brian PaulSet DO_DEBUG=0
2006-11-03 Brian Paulonly enabled memcpy timing if DO_DEBUG=1
2006-11-02 Brian PaulFix GL_EXT_packed_depth_stencil crash, but shadowtex...
2006-11-02 Brian PaulFix fragment program fog problems found with Glean.
2006-11-02 Brian PaulCall _mesa_problem() from i915_program_error() so we...
2006-11-02 Brian PaulFixes Glean vertex/fragment test failures. Those tests...
2006-11-02 Brian Paulremove GetBufferSize code
2006-11-02 Brian Paulremove unneeded extern declaration of lockMutex
2006-11-02 Brian Paulbump driver date
2006-11-02 Brian PaulUse RGBA_LOGICOP_ENABLED() instead of ctx->Color._Logic...
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Brian PaulDon't use the x/y/width/height params passed to Clear...
2006-11-01 Brian Pauldisable debug printfs
2006-11-01 Keith Whitwellfix compiler warnings
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Keith WhitwellImport texmem i915 driver to its new location as i915tex.