summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_upload_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially.José Fonseca2010-01-211-1/+3
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-1/+1
* util: Reset size to zero when failed to allocate buffer.José Fonseca2009-08-281-2/+6
* util: Set PIPE_BUFFER_USAGE_FLUSH_EXPLICIT when calling buffer_flush_mapped_r...José Fonseca2009-06-301-1/+3
* util/upload: catch failures to map_range and return errorKeith Whitwell2009-05-081-13/+17
* gallium/util: add upload manager helper moduleKeith Whitwell2009-03-201-0/+220