summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2011-02-19gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca1-25/+34
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-17draw: update comments, rename vars in pstipple codeBrian Paul1-16/+18
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-16rtasm: add dummy return statement to silence MSVC warningBrian Paul1-1/+2
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-14pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking mapMarek Olšák2-7/+14
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šák8-25/+10
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák7-10/+75
2011-02-14draw: Don't define the last two mipmap levels in aa lines.José Fonseca1-5/+11
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-11draw: tweak AA line texture minimum alphaBrian Paul1-1/+1
2011-02-11draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca3-5/+6
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šák4-1/+722
2011-02-03util: Change u_get_transfer_vtbl usage argument type to match prototype.Vinson Lee1-1/+1
2011-02-03cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul1-7/+7
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca1-0/+1
2011-02-02cso: refactor texture sampler and sampler view codeBrian Paul1-326/+307
2011-02-02cso: rename fragment sampler-related fieldsBrian Paul1-21/+26
2011-02-02cso: fix loop bound in cso_set_vertex_samplers()Brian Paul1-1/+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-26tgsi: add cases for array texturesBrian Paul1-0/+2
2011-01-26util: require debug options to be separated by commasMarek Olšák1-1/+38
2011-01-25tgsi: add support for 1D/2D texture arraysBrian Paul3-2/+39
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-24gallium: implement modern sampling schemeZack Rusin12-33/+607
2011-01-24draw: Do not use LLVM's opaque types.José Fonseca1-1/+1
2011-01-24secure malloc in translate_cache_createTim Wiederhake1-0/+4
2011-01-24util: Add function logger helpersJakob Bornecrantz2-0/+72
2011-01-24draw: Init llvm if not providedJakob Bornecrantz3-4/+18
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