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
/
auxiliary
/
util
/
u_upload_mgr.c
Age
Commit message (
Expand
)
Author
2011-02-15
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-10
u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.
José Fonseca
2011-01-28
util: Fix leak of transfers in upload manager
Jakob Bornecrantz
2011-01-06
util: add comments to u_upload_mgr and u_inlines
Marek Olšák
2011-01-06
u_upload_mgr: new features
Marek Olšák
2011-01-06
u_upload_mgr: keep the upload buffer mapped until it is flushed
Marek Olšák
2010-12-20
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-06-16
util: add alloc check
Alan Hourihane
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-21
util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.
José Fonseca
2009-10-25
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2009-08-28
util: Reset size to zero when failed to allocate buffer.
José Fonseca
2009-06-30
util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...
José Fonseca
2009-05-08
util/upload: catch failures to map_range and return error
Keith Whitwell
2009-03-20
gallium/util: add upload manager helper module
Keith Whitwell