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
/
softpipe
/
sp_texture.c
Age
Commit message (
Expand
)
Author
2008-07-05
softpipe: Compute block size for display targets.
José Fonseca
2008-07-05
softpipe: Implement texture blankets.
José Fonseca
2008-06-27
gallium: Drop pipe_texture->cpp and pipe_surface->cpp.
José Fonseca
2008-06-23
gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...
Brian Paul
2008-06-20
gallium: fix some surface usage bugs
Brian Paul
2008-05-07
gallium: Propagate tex_usage flags down to winsys.
José Fonseca
2008-05-02
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-01
softpipe: use CPU flags for mapping
Keith Whitwell
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-03-22
gallium: remove temporary _screen suffix from function names
Brian
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-14
gallium: remove DOS carriage returns
Brian
2008-03-05
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-02-27
gallium: remove unnecessary assignment
Brian
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
gallium: implement pipe_screen for softpipe driver
Brian
2008-02-27
gallium: softpipe_init_texture_funcs(), make texture func static
Brian
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-22
gallium: fix brokenb build
Brian
2008-02-23
gallium: Fix build on Windows.
Michal Krol
2008-02-20
gallium: replace some ordinary assignments with pipe_reference_texture()
Brian
2008-02-20
gallium: fix bad ptr comparison
Brian
2008-02-20
gallium: new pipe->texture_update() function
Brian
2008-02-15
Code reorganization: move files into their places.
José Fonseca