summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: setup pipe's draw pointer for the aapoint stageBrian Paul2011-02-281-0/+2
* u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák2011-03-011-3/+7
* st/mesa & v_bug_mgr: two small instanced drawing fixesChristian König2011-02-281-1/+4
* gallivm: Initialize stack valuesJakob Bornecrantz2011-02-261-8/+8
* 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/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse2011-02-251-14/+14
* gallium/util: add 1d/2d mipmap generation supportDave Airlie2011-02-251-6/+37
* gallium/utils: Fix vertex element setupFabian Bieler2011-02-241-2/+3
* gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca2011-02-191-25/+34
* 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
* draw: update comments, rename vars in pstipple codeBrian Paul2011-02-171-16/+18
* 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
* rtasm: add dummy return statement to silence MSVC warningBrian Paul2011-02-161-1/+2
* 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
* pb_bufmgr_cache: add is_buffer_busy hook and use it instead of non-blocking mapMarek Olšák2011-02-142-7/+14
* 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-148-25/+10
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-147-10/+75
* draw: Don't define the last two mipmap levels in aa lines.José Fonseca2011-02-141-5/+11
* 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
* draw: tweak AA line texture minimum alphaBrian Paul2011-02-111-1/+1
* draw: Don't use the pipeline when drawing lines with fractional widths.José Fonseca2011-02-113-5/+6
* 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-074-1/+722
* util: Change u_get_transfer_vtbl usage argument type to match prototype.Vinson Lee2011-02-031-1/+1
* cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul2011-02-031-7/+7
* util: Prevent transfer dangling pointer on map failure.José Fonseca2011-02-031-0/+1
* cso: refactor texture sampler and sampler view codeBrian Paul2011-02-021-326/+307
* cso: rename fragment sampler-related fieldsBrian Paul2011-02-021-21/+26
* cso: fix loop bound in cso_set_vertex_samplers()Brian Paul2011-02-021-1/+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
* tgsi: add cases for array texturesBrian Paul2011-01-261-0/+2
* util: require debug options to be separated by commasMarek Olšák2011-01-261-1/+38
* tgsi: add support for 1D/2D texture arraysBrian Paul2011-01-253-2/+39