summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2011-02-10u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca
2011-02-10u_blitter: let the driver check whether there's a recursionMarek Olšák
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák
2011-02-08u_vbuf_mgr: remove tabsMarek Olšák
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák
2011-02-07util: import a new vertex buffer managerMarek Olšák
2011-02-03util: Change u_get_transfer_vtbl usage argument type to match prototype.Vinson Lee
2011-02-03cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca
2011-02-02cso: refactor texture sampler and sampler view codeBrian Paul
2011-02-02cso: rename fragment sampler-related fieldsBrian Paul
2011-02-02cso: fix loop bound in cso_set_vertex_samplers()Brian Paul
2011-01-30util: Call tables should be const.Henri Verbeet
2011-01-29u_blitter: use user buffers instead of real buffersMarek Olšák
2011-01-28util: Fix leak of transfers in upload managerJakob Bornecrantz
2011-01-27util: fix parsing debug optionsMarek Olšák
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák
2011-01-26tgsi: add cases for array texturesBrian Paul
2011-01-26util: require debug options to be separated by commasMarek Olšák
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul
2011-01-25u_blitter: remove bogus assertionMarek Olšák
2011-01-25u_blitter: report recursion, update commentsMarek Olšák
2011-01-24gallium: implement modern sampling schemeZack Rusin
2011-01-24draw: Do not use LLVM's opaque types.José Fonseca
2011-01-24secure malloc in translate_cache_createTim Wiederhake
2011-01-24util: Add function logger helpersJakob Bornecrantz
2011-01-24draw: Init llvm if not providedJakob Bornecrantz
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul
2011-01-22gallium/util: simplify pipe_get_tile_rgba()Brian Paul
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul
2011-01-22gallium/util: added util_format_linear()Brian Paul
2011-01-15draw: add missing LP_CHECK_MEMBER_OFFSET()Brian Paul
2011-01-15Merge branch 'draw-instanced'Brian Paul
2011-01-14draw: Fix an off-by-one bug in a vsplit assertion.Chia-I Wu
2011-01-13util: Undo spurious changes in last commit.José Fonseca
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca
2011-01-09noop: make noop useable like trace or rbugJerome Glisse
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák
2011-01-06tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dumpMarek Olšák
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák
2011-01-06u_upload_mgr: new featuresMarek Olšák
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_text.h.Vinson Lee
2010-12-30tgsi: Clean up header file inclusion in tgsi_sanity.h.Vinson Lee
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák
2010-12-28tgsi_dump: fix assert due to missing property name.Dave Airlie
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák