summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util
AgeCommit message (Expand)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich
2011-03-13util: Silence gcc unitialized member warningJosé Fonseca
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-11util: Fix typo in u_upload_flush().José Fonseca
2011-03-11st/mesa: remove unnecessary flushesMarek Olšák
2011-03-10gallium/util: new polygon stipple utility helperBrian Paul
2011-03-09util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca
2011-03-09util: add ensure_sanity checks, fix a bugKeith Whitwell
2011-03-09util: improve cache collision behaviourKeith Whitwell
2011-03-09util: Add remove to util_cacheAlex Corscadden
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-08gallium/util: add LATC supportMarek Olšák
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2011-03-01u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák
2011-02-28st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König
2011-02-26util: Don't destroy shaders null shadersJakob Bornecrantz
2011-02-26util: Don't create array texture shaders if the driver doesn't support itJakob Bornecrantz
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler
2011-02-18util: Make refcnt and symbol debuggers work on windowsJakob Bornecrantz
2011-02-18u_vbuf_mgr: initialize flag indicating that buffers have been updatedMarek Olšák
2011-02-17util: Fix typo in last commit.José Fonseca
2011-02-17util: Cleanup symbol name resolution on Windows.José Fonseca
2011-02-16gallium/util: init key with memset()Brian Paul
2011-02-16Revert "util: fix DXT1 RGBA texture compression if the source color is (0, 0,...Dave Airlie
2011-02-16util: fix DXT1 RGBA texture compression if the source color is (0, 0, 0, 0)Marek Olšák
2011-02-15gallium: add usage parameter to pipe_buffer_createMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2011-02-14u_index_modify: map buffers with PIPE_TRANSFER_UNSYNCHRONIZEDMarek Olšák
2011-02-12u_vbuf_mgr: fix segfaultMarek Olšák
2011-02-11util: Define round and roundf on MSVC.José Fonseca
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-03util: Prevent transfer dangling pointer on map failure.José Fonseca
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