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-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
2007-11-01
plug in _mesa_test_proxy_teximage, temporarily
Brian
2007-10-25
Move the get/put_tile() functions to pipe_context.
Brian
2007-10-17
formatting fix
Brian
2007-09-27
comments
Brian
2007-09-27
remove dead code
keithw
2007-09-26
Do image flipping in do_copy_texsubimage() and GL pixel transfer ops (except ...
Brian
2007-09-26
fallback_copy_texsubimage() basically works now (at least w/ Xlib driver).
Brian
2007-09-26
More work on glCopyTexSubImage.
Brian
2007-09-26
checkpoint: glCopyTexImage work
Brian
2007-09-17
Remove non-meaningful region_idle() interface
Keith Whitwell
2007-08-15
translate GL texture targets to PIPE_TEXTURE_x values
Brian
2007-08-10
use st_mesa_format_to_pipe_format()
Brian
2007-08-10
rename st_cb_teximage.h st_format.h
Brian
2007-08-10
code movement
Brian
2007-08-07
set mt->format
Brian
2007-08-07
s/intel/st/
Brian
2007-08-07
plug in texture/sampler state update
Brian
2007-08-06
New st_init_*_functions() to initialize the driver functions table.
Brian
2007-08-06
new texture functions
Brian