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
/
mesa
/
state_tracker
/
st_cb_texture.c
Age
Commit message (
Expand
)
Author
2008-05-06
gallium: glCopyTexSubImage improvement.
Michel Dänzer
2008-05-06
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-03
gallium: fix some BaseLevel, lastLevel bugs
Brian Paul
2008-05-02
gallium: minor code, comments clean-up
Brian Paul
2008-05-02
gallium: in st_finalize_texture() check texture dimensions
Brian Paul
2008-05-02
gallium: Add texture usage flags, special-case allocation of display targets
Keith Whitwell
2008-05-02
gallium: Reallocate pipe_texture in st_TexImage if the texture object was used.
Michel Dänzer
2008-05-02
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-01
gallium: Set sampler->min_lod instead of always reallocating pipe_textures.
Michel Dänzer
2008-05-01
gallium: tex surface checkpoint
Keith Whitwell
2008-04-30
gallium: fix texture border removal bug
Brian Paul
2008-04-29
gallium: fix broken GL_DEPTH_COMPONENT case in fallback_copy_texsubimage()
Brian Paul
2008-04-28
gallium: fix incorrect level param in copy_image_data_to_texture()
Brian Paul
2008-04-25
gallium: added null ptr check
Brian Paul
2008-04-25
gallium: added a null ptr check
Brian Paul
2008-04-25
gallium: Use util_blit_pixels() for glCopyTexSubImage when appropriate.
Michel Dänzer
2008-04-11
gallium: Flush render cache at the beginning of fallback_copy_texsubimage().
Michel Dänzer
2008-04-04
gallium: state tracker fixes for compressed textures
Roland Scheidegger
2008-03-24
gallium: fix a few texture border/mipmap glitches found w/ conform
Brian Paul
2008-03-20
gallium: catch some out of memory conditions in the texture image code.
Brian Paul
2008-03-19
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-10
gallium: disable an unneeded assertion (hit with texwrap.c)
Brian
2008-02-27
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-26
gallium: remove pipe parameter from pipe_texture_reference()
Brian
2008-02-20
gallium: mark texture object data dirty in do_copy_texsubimage()
Brian
2008-02-20
gallium: re-enable GenerateMipmap calls
Brian
2008-02-20
gallium: state tracker didn't always notify drivers of texobj data changes
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-13
gallium: pipe->surface_copy can flip the contents vertically when necessary.
Michel Dänzer
2008-02-12
gallium: remove dead code
Brian
2008-02-12
gallium: added null ptr check
Brian
2008-02-12
gallium: remove unused first_level param from st_texture_create()
Brian
2008-02-12
gallium: clean-up, simplification of mipmapped textures
Brian
2008-02-11
gallium: strip borders from textures passed to st_TexImage.
Brian
2008-02-11
gallium: use _mesa_tex_target_to_face()
Brian
2008-02-08
gallium: initial implemenation of auto mipmap generation in state tracker
Brian
2008-02-06
clean-ups in guess_and_alloc_texture()
Brian
2008-02-06
plug in ctx->Driver.GenerateMipmap function
Brian
2008-02-06
clean-ups
Brian
2008-01-14
Remove pipe->get/put_tile_rgba.
Michel Dänzer
2008-01-14
Remove mapping fields from struct pipe_surface.
Michel Dänzer
2008-01-04
gallium: Make texture target an enum for better debuggability.
Michel Dänzer
2007-12-11
Remove internal_format field from struct pipe_texture.
Michel Dänzer
2007-12-11
gallium: remove set_sampler_units interface
Keith Whitwell
2007-12-11
gallium: remove dead pbo zcopy code
Keith Whitwell
2007-12-07
fix void pointer arithmetic warnings
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Remove remnants of 'intel' from active state tracker code.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-29
Move dimensions from struct pipe_region to struct pipe_surface.
Michel Dänzer
[prev]
[next]