summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_tex_layout.c
AgeCommit message (Expand)Author
2008-02-12gallium: clean-up, simplification of mipmapped texturesBrian
2008-02-06gallium: change pipe->texture_create() to operate like the CSO functionsBrian
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-11s/int/uint/ to silence warningsBrian
2007-12-13965: get fragment shader compiler compilingKeith Whitwell
2007-12-11Port i965 driver to Gallium3D.Zack Rusin