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
/
pipe
/
softpipe
/
sp_texture.c
Age
Commit message (
Expand
)
Author
2008-02-06
gallium: change pipe->texture_create() to operate like the CSO functions
Brian
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-21
gallium: move softpipe_get_tex_surface() into sp_texture.c
Brian
2008-01-17
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2008-01-10
softpipe: Simplify texture memory layout.
Michel Dänzer
2007-12-13
965: get fragment shader compiler compiling
Keith Whitwell
2007-12-10
Fix up some confusion wrt winsys->buffer_create alignment / flags parameters.
Michel Dänzer
2007-12-09
Adapt for winsys interface changes.
José Fonseca
2007-12-07
don't dereference pt after realloc - fixes valgrind error
Brian
2007-12-07
Move struct softpipe_texture definition into sp_texture.h
Brian
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer