summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_texture.c
AgeCommit message (Expand)Author
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-25gallium: Simplify winsys buffer interface.Michel Dänzer
2008-01-21gallium: move softpipe_get_tex_surface() into sp_texture.cBrian
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2008-01-10softpipe: Simplify texture memory layout.Michel Dänzer
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
2007-12-10Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.Michel Dänzer
2007-12-09Adapt for winsys interface changes.José Fonseca
2007-12-07don't dereference pt after realloc - fixes valgrind errorBrian
2007-12-07Move struct softpipe_texture definition into sp_texture.hBrian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer