summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-1941-410/+1695
|\
| * gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich2011-03-151-0/+2
| * gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca2011-03-131-2/+4
| * gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-136-206/+367
| * util: Silence gcc unitialized member warningJosé Fonseca2011-03-131-0/+1
| * draw: Fix draw_variant_output::format's type.José Fonseca2011-03-132-3/+4
| * tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz2011-03-131-1/+1
| * rbug: Remove flags from flushJakob Bornecrantz2011-03-132-6/+0
| * 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
| * draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0
| * st/mesa: remove unnecessary flushesMarek Olšák2011-03-111-2/+0
| * gallium/util: new polygon stipple utility helperBrian Paul2011-03-104-0/+492
| * 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-088-4/+467
| * llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul2011-03-071-0/+5
| * pb: Add is_buffer_busy for malloc buffers.José Fonseca2011-03-061-1/+10
| * os: Fix pipe_static_mutex on Windows.José Fonseca2011-03-061-1/+2
* | fix chroma swizzleChristian König2011-03-191-2/+2
* | move empty block mask into mpeg12 contextChristian König2011-03-194-14/+14
* | [g3dvl] move mpeg12 context out of softpipeChristian König2011-03-173-0/+823
* | [g3dvl] cleanup and documentationChristian König2011-03-167-16/+63
* | [g3dvl] move idct out of mc codeChristian König2011-03-094-212/+42
* | [g3dvl] start to cleanup the messChristian König2011-03-086-155/+37
* | [g3dvl] use a single vertex buffer for both idct and mcChristian König2011-03-087-374/+388
* | [g3dvl] use instanced drawing to reduce the vertex buffer payloadChristian König2011-03-054-10/+6
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-051-1/+2
|\|
| * draw: Silence tgsi_emit_sse2 failed messages.José Fonseca2011-03-041-1/+2
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-042-4/+21
|\|
| * tgsi: Disable SSE2 code generation.José Fonseca2011-03-041-3/+20
| * tgsi: Update assert.José Fonseca2011-03-031-1/+1
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-03-0311-11/+630
|\|
| * tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin2011-03-022-6/+45
| * gallium: Add u_format_rgtc.c to SConscript.Vinson Lee2011-03-011-0/+1
| * gallium: add RGTC UNORM support to u_format.Dave Airlie2011-03-026-2/+575
| * 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
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-02-284-29/+67
|\|
| * 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