aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-1923-176/+1295
|\
| * gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
| * util: Silence gcc unitialized member warningJosé Fonseca2011-03-131-0/+1
| * gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-122-80/+116
| * u_blitter: Do blits in linear color space.Henri Verbeet2011-03-122-22/+38
| * gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-116-17/+15
| * gallium: kill is_resource_referencedMarek Olšák2011-03-113-27/+0
| * util: Fix typo in u_upload_flush().José Fonseca2011-03-111-2/+2
| * st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
| * gallium/util: new polygon stipple utility helperBrian Paul2011-03-102-0/+490
| * util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.José Fonseca2011-03-091-1/+6
| * util: add ensure_sanity checks, fix a bugKeith Whitwell2011-03-091-2/+56
| * util: improve cache collision behaviourKeith Whitwell2011-03-091-18/+76
| * util: Add remove to util_cacheAlex Corscadden2011-03-092-0/+26
| * util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden2011-03-091-2/+2
| * gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
| * gallium/util: add LATC supportMarek Olšák2011-03-086-4/+465
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-036-5/+581
|\|
| * gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-025-2/+574
| * u_vbuf_mgr: compute user buffer size for instance data from instance_countMarek Olšák2011-03-011-3/+7
* | 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