summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2011-03-25auxiliary: disable SSE translateChia-I Wu
2011-03-16android: Add Android.mk's.Chia-I Wu
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-13gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca
2011-03-13util: Silence gcc unitialized member warningJosé Fonseca
2011-03-13draw: Fix draw_variant_output::format's type.José Fonseca
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz
2011-03-13rbug: Remove flags from flushJakob Bornecrantz
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-11draw: remove unnecessary flushMarek Olšák
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-07llvmpipe: clamp texcoords in lp_build_sample_compare()Brian Paul
2011-03-06pb: Add is_buffer_busy for malloc buffers.José Fonseca
2011-03-06os: Fix pipe_static_mutex on Windows.José Fonseca
2011-03-04draw: Silence tgsi_emit_sse2 failed messages.José Fonseca
2011-03-04tgsi: Disable SSE2 code generation.José Fonseca
2011-03-03tgsi: Update assert.José Fonseca
2011-03-02tgsi: defer allocation of huge inputs/outputs until we have a gsZack Rusin
2011-03-01gallium: Add u_format_rgtc.c to SConscript.Vinson Lee
2011-03-02gallium: add RGTC UNORM support to u_format.Dave Airlie
2011-02-28draw: setup pipe's draw pointer for the aapoint stageBrian Paul
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-26gallivm: Initialize stack valuesJakob Bornecrantz
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/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issueJerome Glisse
2011-02-25gallium/util: add 1d/2d mipmap generation supportDave Airlie
2011-02-24gallium/utils: Fix vertex element setupFabian Bieler
2011-02-19gallivm: Use simple scaling plus casting in more unorm->float cases.José Fonseca
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-17draw: update comments, rename vars in pstipple codeBrian Paul
2011-02-17util: Cleanup symbol name resolution on Windows.José Fonseca
2011-02-16gallium/util: init key with memset()Brian Paul