summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/brw_tex_layout.c
AgeCommit message (Expand)Author
2009-10-05i965g: Drop i965simpleJakob Bornecrantz
2009-08-07gallium: Move minify() to u_math.Corbin Simpson
2009-04-09i965simple: remove pipe_texture::compressed referenceBrian Paul
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: replace align_int() with align()Brian Paul
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-05-02brw: remove dead codeKeith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-03-19gallium: add face, dirtyLevels params to pipe->texture_update()Brian Paul
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian
2008-02-27gallium/i965: implement pipe_screen for i965 driver (untested)Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: re-org of i965 texture/surface code, functionsBrian
2008-02-20gallium: new pipe->texture_update() functionBrian
2008-02-15Code reorganization: move files into their places.José Fonseca