summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_surface.c
AgeCommit message (Expand)Author
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-18Unify copy_rect helpers.Michel Dänzer
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-15rename some 'mesa' functionsBrian
2007-12-15Use tile functions in new p_tile.[ch]Brian
2007-12-12Remove get/put_tile_rgba() functions.Brian
2007-12-12Move float/rgba tile get/put functions into new file.Brian
2007-12-12remove old assertionBrian
2007-12-11Add surface storage allocation function to winsys interface.José Fonseca
2007-12-10implement i915_put_tile_rgba() - temporary code thoughBrian
2007-12-07Get rid of "duplicate" formats.Brian
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