summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915pipe/intel_tex_image.c
AgeCommit message (Expand)Author
2007-08-06disable some PBO code, remove intel dependenciesBrian
2007-08-06Replace intel_texture_object with st_texture_object, intel_texture_image with...Brian
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06remove intel dependencies from intel_mipmap_tree.cBrian
2007-08-06Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre...Brian
2007-08-06Add pipe buffer managment functions.Keith Whitwell
2007-08-02Remove remnants of i915 texture-from-pbo code.Keith Whitwell
2007-07-31Lift region-related functions up to the pipe interface.Brian
2007-07-31A version of the i915tex driver with all drawing code removed.Keith Whitwell