Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 14 Dec 2006 11:32:41 +0000 (12:32 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Thu, 14 Dec 2006 11:39:38 +0000 (12:39 +0100)
commit3416ef303af633668cece0b199b4a8b2388c1e2f
tree29189e6537f3a06174d9313720d4f03e56b4cca4
parentcc1afed6718882d13ab66ba0bbeaab6334e0629c
Share code to lay out >= 945 style 2D mipmaps between i915tex and i965 drivers.

Use the i965 version as it has some fixes over the i915tex version.
src/mesa/drivers/dri/i915tex/Makefile
src/mesa/drivers/dri/i915tex/i915_tex_layout.c
src/mesa/drivers/dri/i915tex/intel_tex_layout.c [new symlink]
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_tex_layout.c
src/mesa/drivers/dri/i965/intel_tex_layout.c [new symlink]
src/mesa/drivers/dri/intel/intel_tex_layout.c [new file with mode: 0644]
src/mesa/drivers/dri/intel/intel_tex_layout.h [new file with mode: 0644]