Change GetCompressedTexImage in dd_function_table to not take const pointers.
authorKristian Høgsberg <krh@redhat.com>
Mon, 25 Feb 2008 21:52:35 +0000 (16:52 -0500)
committerKristian Høgsberg <krh@redhat.com>
Tue, 26 Feb 2008 00:02:06 +0000 (19:02 -0500)
commit61c3c2c36301671b8f913cf739e13d049ef91868
treee339bafb197cfe58768a8d3c4431b7c919c0c047
parent6e8d21d72f35767e07081a8bee4323aaaf5e2aae
Change GetCompressedTexImage in dd_function_table to not take const pointers.

They're changed by the intel driver implementation and thus not const.
Fixes compilation warning.
src/mesa/drivers/dri/intel/intel_tex.h
src/mesa/drivers/dri/intel/intel_tex_image.c
src/mesa/main/dd.h
src/mesa/main/texstore.c
src/mesa/main/texstore.h