summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/brw_tex_layout.h
AgeCommit message (Collapse)Author
2008-02-27gallium/i965: implement pipe_screen for i965 driver (untested)Brian
2008-02-20gallium: re-org of i965 texture/surface code, functionsBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc).
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.