summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_surface.c
AgeCommit message (Expand)Author
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-11-29Move dimensions from struct pipe_region to struct pipe_surface.Michel Dänzer
2007-11-22Make it compile under Win32.Michal
2007-10-29Make it compile under linux.Michal Krol
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-13fill in the get_tile() function so ReadPixels can workBrian
2007-08-11notes/asserts for get/put_tile()Brian
2007-08-08define i915_surface structBrian
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell