summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915pipe/intel_tex.c
AgeCommit message (Collapse)Author
2007-08-06more intel_context removalBrian
2007-08-06disable some PBO code, remove intel dependenciesBrian
2007-08-06remove timing codeBrian
2007-08-06Replace intel_texture_object with st_texture_object, intel_texture_image ↵Brian
with st_texture_image
2007-08-06Lift intel_mipmap_tree.c to st_mipmap_tree.cBrian
2007-08-06remove intel dependencies from intel_mipmap_tree.cBrian
2007-08-03Rip out more dead drawing-related code.Keith Whitwell
2007-07-31A version of the i915tex driver with all drawing code removed.Keith Whitwell
This is intended to support the softpipe development work. More code will be removed and pushed into softpipe until this basicially becomes the DRI/GLX interface for that driver.