summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix swizzling of texture border colorBrian Paul2010-09-271-2/+2
* gallivm: fix repeat() function for NPOT texturesBrian Paul2010-09-252-10/+17
* gallivm: Remove dead experimental code.José Fonseca2010-09-252-78/+46
* gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.José Fonseca2010-09-252-5/+4
* gallivm: optimize yuv decodingRoland Scheidegger2010-09-251-9/+55
* gallivm: don't use URem/UDiv when calculating offsets for blocksRoland Scheidegger2010-09-251-1/+11
* gallivm: fix copy&paste bugRoland Scheidegger2010-09-251-1/+1
* llvmpipe: make texture border_color dynamic stateBrian Paul2010-09-243-25/+53
* llvmpipe: make min/max lod and lod bias dynamic stateBrian Paul2010-09-244-20/+37
* gallivm: Add unorm support to lp_build_lerp()José Fonseca2010-09-221-9/+75
* gallivm: fix lp_build_sample_compare()Brian Paul2010-09-211-17/+23
* gallivm: remove debug codeBrian Paul2010-09-201-2/+0
* gallivm: added missing case for PIPE_TEXTURE_RECTBrian Paul2010-09-171-0/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-09-161-1/+0
* gallivm: fix wrong return value in bitwise functionsBrian Paul2010-09-161-3/+3
* gallivm: Clamp indirect register indices to file_max.José Fonseca2010-09-161-60/+71
* gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-165-30/+258
* gallivm: Fix address register swizzle.José Fonseca2010-09-161-2/+1
* gallivm: make lp_build_sample_nop publicKeith Whitwell2010-09-162-6/+8
* gallivm: move i32_vec_type inside the #ifdefBrian Paul2010-09-161-1/+2
* gallivm: fix incorrect vector shuffle datatypeBrian Paul2010-09-161-1/+5
* gallivm: Remove unnecessary headers.Vinson Lee2010-09-151-2/+0
* gallivm: expand AoS sampling to cover all filtering modesBrian Paul2010-09-155-1029/+1917
* gallivm: Remove unnecessary header.Vinson Lee2010-09-141-1/+0
* gallivm: nr_channels is only valid for formats with plain layout.José Fonseca2010-09-111-3/+1
* gallivm: Use const keyword on swizzles.José Fonseca2010-09-112-2/+2
* gallivm: Allow to TGSI AoS translation to happen in BGRA ordering.José Fonseca2010-09-112-33/+87
* gallivm: Add a new debug flag to warn about performance issues.José Fonseca2010-09-118-8/+50
* gallivm: Helper functions for pointer indirection.José Fonseca2010-09-112-0/+56
* gallivm: Cleanup the TGSI <-> sampler interface.José Fonseca2010-09-112-9/+4
* gallivm: Add some utility functions to set/get array elements too.José Fonseca2010-09-112-0/+70
* gallivm: Basic AoS TGSI -> LLVM IR.José Fonseca2010-09-112-0/+1154
* gallivm: Move the texture modifiers to the header.José Fonseca2010-09-112-19/+20
* gallivm: s/lp_build_broadcast_aos/lp_build_swizzle_scalar_aos/José Fonseca2010-09-112-5/+8
* gallivm: Pass condition masks as an unsigned bitmask.José Fonseca2010-09-055-25/+40
* gallivm: Cope with tgsi instruction reallocation failure.José Fonseca2010-09-051-6/+10
* gallivm: fix bug in nested conditionalsBrian Paul2010-08-311-2/+4
* gallivm: Compute the 4 texel offsets for linear filtering en ensemble.José Fonseca2010-08-303-126/+280
* gallivm: Disable LLVM's pretty stack trace dumper.José Fonseca2010-08-301-0/+8
* gallivm: Correct copy'n'pasted comments.José Fonseca2010-08-301-4/+4
* gallivm: Fix lp_build_sum_vector.José Fonseca2010-08-301-6/+4
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-294-7/+7
* gallivm: Include missing header in lp_bld_sample.h.Vinson Lee2010-08-241-0/+2
* gallivm: Include missing header in lp_bld_pack.h.Vinson Lee2010-08-241-0/+2
* gallivm: Emit DIVPS instead of RCPPS.José Fonseca2010-08-211-12/+24
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-2/+5
* gallivm: Use proper index to lookup predicate register array.michal2010-08-181-1/+1
* gallivm: Fix and re-enable MMX-disabling codenobled2010-08-171-5/+1
* gallivm: Remove unnecessary header.Vinson Lee2010-08-141-1/+0
* u_cpu_detect: remove arch and little_endianLuca Barbieri2010-08-142-5/+8