summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_surface.c
AgeCommit message (Expand)Author
2008-02-13gallium: pipe->surface_copy can flip the contents vertically when necessary.Michel Dänzer
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-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-11Port i965 driver to Gallium3D.Zack Rusin