summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)AuthorFilesLines
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie5-2/+574
2011-03-01u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák1-3/+7
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König1-1/+4
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz1-2/+4
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz1-4/+6
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie1-6/+37
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler1-2/+3
2011-02-18util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz2-2/+21
2011-02-18u_vbuf_mgr: initialize flag indicating that buffers have been updatedMarek Olšák1-1/+1
2011-02-17util: Fix typo in last commit.José Fonseca1-1/+1
2011-02-17util: Cleanup symbol name resolution on Windows.José Fonseca2-39/+1310
2011-02-16gallium/util: init key with memset()Brian Paul1-1/+3
2011-02-16Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie1-14/+2
2011-02-16util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák1-2/+14
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák5-1/+8
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák3-6/+15
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2-2/+0
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák5-10/+23
2011-02-14u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZEDMarek Olšák1-3/+12
2011-02-12u_vbuf_mgr: fix segfaultMarek Olšák1-1/+1
2011-02-11util: Define round and roundf on MSVC.José Fonseca1-1/+13
2011-02-10u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca1-2/+9
2011-02-10u_blitter: let the driver check whether there's a recursionMarek Olšák2-6/+9
2011-02-08u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák2-1/+3
2011-02-08u_vbuf_mgr: remove tabsMarek Olšák1-18/+18
2011-02-08u_vbuf_mgr: make the uploader publicMarek Olšák2-17/+15
2011-02-07util: import a new vertex buffer managerMarek Olšák2-0/+719
2011-02-03util: Change u_get_transfer_vtbl usage argument type to match prototype.Vinson Lee1-1/+1
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca1-0/+1
2011-01-30util: Call tables should be const.Henri Verbeet1-1/+1
2011-01-29u_blitter: use user buffers instead of real buffersMarek Olšák1-21/+8
2011-01-28util: Fix leak of transfers in upload managerJakob Bornecrantz1-0/+1
2011-01-27util: fix parsing debug optionsMarek Olšák1-19/+25
2011-01-27r300g: fix some bugs with zbuffer compression (v4)Marek Olšák3-40/+65
2011-01-26util: require debug options to be separated by commasMarek Olšák1-1/+38
2011-01-25u_blitter: remove bogus assertionMarek Olšák1-3/+0
2011-01-25u_blitter: report recursion, update commentsMarek Olšák1-1/+14
2011-01-24util: Add function logger helpersJakob Bornecrantz2-0/+72
2011-01-22gallium/util: added pipe_put_tile_rgba_format()Brian Paul2-1/+18
2011-01-22gallium/util: simplify pipe_get_tile_rgba()Brian Paul1-20/+1
2011-01-22gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2-55/+10
2011-01-22gallium/util: added util_format_linear()Brian Paul1-1/+41
2011-01-13util: Undo spurious changes in last commit.José Fonseca1-1/+1
2011-01-13util: Don't limit debug_printf message length on unices.José Fonseca1-1/+6
2011-01-06util: add comments to u_upload_mgr and u_inlinesMarek Olšák3-15/+38
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák2-13/+23
2011-01-06u_upload_mgr: new featuresMarek Olšák2-26/+92
2011-01-06u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák1-52/+14
2010-12-30util: Add forward declarations in u_index_modify.h.Vinson Lee1-0/+3
2010-12-29util: add a way to store translated indices to a user memory in u_index_modifyMarek Olšák2-34/+101