summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915pipe/intel_fbo.c
AgeCommit message (Expand)Author
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-06Add pipe buffer managment functions.Keith Whitwell
2007-08-03Rip out more dead drawing-related code.Keith Whitwell
2007-08-01Remove intel_span.[ch]Keith Whitwell
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
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