summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-282-7/+45
|\
| * st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2011-02-281-1/+4
| * util: Don't destroy shaders null shadersJakob Bornecrantz2011-02-261-2/+4
| * util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz2011-02-261-4/+6
| * gallium/util: add 1d/2d mipmap generation supportDave Airlie2011-02-251-6/+37
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-2424-209/+2411
|\|
| * gallium/utils: Fix vertex element setupFabian Bieler2011-02-241-2/+3
| * util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz2011-02-182-2/+21
| * u_vbuf_mgr: initialize flag indicating that buffers have been updatedMarek Olšák2011-02-181-1/+1
| * util: Fix typo in last commit.José Fonseca2011-02-171-1/+1
| * util: Cleanup symbol name resolution on Windows.José Fonseca2011-02-172-39/+1310
| * gallium/util: init key with memset()Brian Paul2011-02-161-1/+3
| * Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie2011-02-161-14/+2
| * util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák2011-02-161-2/+14
| * gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-155-1/+8
| * gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-143-6/+15
| * gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-142-2/+0
| * gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-145-10/+23
| * u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZEDMarek Olšák2011-02-141-3/+12
| * u_vbuf_mgr: fix segfaultMarek Olšák2011-02-121-1/+1
| * util: Define round and roundf on MSVC.José Fonseca2011-02-111-1/+13
| * u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT.José Fonseca2011-02-101-2/+9
| * u_blitter: let the driver check whether there's a recursionMarek Olšák2011-02-102-6/+9
| * u_vbuf_mgr: add a way to specify the BIND flag for the upload bufferMarek Olšák2011-02-082-1/+3
| * u_vbuf_mgr: remove tabsMarek Olšák2011-02-081-18/+18
| * u_vbuf_mgr: make the uploader publicMarek Olšák2011-02-082-17/+15
| * util: import a new vertex buffer managerMarek Olšák2011-02-072-0/+719
| * util: Change u_get_transfer_vtbl usage argument type to match prototype.Vinson Lee2011-02-031-1/+1
| * util: Prevent transfer dangling pointer on map failure.José Fonseca2011-02-031-0/+1
| * util: Call tables should be const.Henri Verbeet2011-01-301-1/+1
| * u_blitter: use user buffers instead of real buffersMarek Olšák2011-01-291-21/+8
| * util: Fix leak of transfers in upload managerJakob Bornecrantz2011-01-281-0/+1
| * util: fix parsing debug optionsMarek Olšák2011-01-271-19/+25
| * r300g: fix some bugs with zbuffer compression (v4)Marek Olšák2011-01-273-40/+65
| * util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
| * u_blitter: remove bogus assertionMarek Olšák2011-01-251-3/+0
| * u_blitter: report recursion, update commentsMarek Olšák2011-01-251-1/+14
| * util: Add function logger helpersJakob Bornecrantz2011-01-242-0/+72
| * gallium/util: added pipe_put_tile_rgba_format()Brian Paul2011-01-222-1/+18
| * gallium/util: simplify pipe_get_tile_rgba()Brian Paul2011-01-221-20/+1
| * gallium/softpipe: replace pipe_get_tile_swizzle()Brian Paul2011-01-222-55/+10
| * gallium/util: added util_format_linear()Brian Paul2011-01-221-1/+41
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-201-0/+5
|\|
| * util: Undo spurious changes in last commit.José Fonseca2011-01-131-1/+1
| * util: Don't limit debug_printf message length on unices.José Fonseca2011-01-131-1/+6
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-01-087-132/+267
|\|
| * util: add comments to u_upload_mgr and u_inlinesMarek Olšák2011-01-063-15/+38
| * gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-13/+23
| * u_upload_mgr: new featuresMarek Olšák2011-01-062-26/+92
| * u_upload_mgr: keep the upload buffer mapped until it is flushedMarek Olšák2011-01-061-52/+14