index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
i965simple
/
brw_tex_layout.c
Age
Commit message (
Expand
)
Author
2009-08-07
gallium: Move minify() to u_math.
Corbin Simpson
2009-04-09
i965simple: remove pipe_texture::compressed reference
Brian Paul
2009-03-26
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-02
gallium: remove pipe_buffer from surfaces
Zack Rusin
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
2009-01-20
gallium: Remove the standalone surfaces.
José Fonseca
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-22
gallium: replace align_int() with align()
Brian Paul
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-05-02
brw: remove dead code
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
gallium/i965: implement pipe_screen for i965 driver (untested)
Brian
2008-02-20
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
2008-02-20
gallium: re-org of i965 texture/surface code, functions
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: move files into their places.
José Fonseca