summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_wm_surface_state.c
AgeCommit message (Expand)Author
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-01-25gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ codeKeith Whitwell
2008-01-04gallium: Make texture target an enum for better debuggability.Michel Dänzer
2007-12-19965: fill unused surface pointers with zeroKeith Whitwell
2007-12-19965: pitch is in bytes not pixelsKeith Whitwell
2007-12-19965: fix off-by-one in surface dimensionsKeith Whitwell
2007-12-19965: fix colormask stateKeith Whitwell
2007-12-17965: fix/hack check for NULL texunit in state uploadKeith Whitwell
2007-12-13965: get brw_wm_surface_state compiling againKeith Whitwell
2007-12-13i965: make the wm_surface compileZack Rusin
2007-12-12965: sketch changes to brw_wm_surface_state.cKeith Whitwell
2007-12-11Port i965 driver to Gallium3D.Zack Rusin