summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm
Commit message (Expand)AuthorAgeFilesLines
...
* gallivm: avoid unnecessary URem in linear wrap repeat caseRoland Scheidegger2010-10-091-3/+7
* gallivm: more linear tex wrap mode calculation simplificationRoland Scheidegger2010-10-091-12/+9
* gallivm: optimize some tex wrap mode calculations a bitRoland Scheidegger2010-10-091-6/+11
* gallivm: replace sub/floor/ifloor combo with ifloor_fractRoland Scheidegger2010-10-091-5/+1
* gallivm: faster iround implementation for sse2Roland Scheidegger2010-10-091-1/+53
* gallivm: fix trunc/itrunc commentRoland Scheidegger2010-10-091-6/+6
* gallivm: Remove unnecessary header.Vinson Lee2010-10-081-1/+0
* gallivm: Help for combined extraction and broadcasting.José Fonseca2010-10-083-15/+102
* llvmpipe: First minify the texture size, then broadcast.José Fonseca2010-10-083-32/+42
* gallivm: Move into the as much of the second level code as possible.José Fonseca2010-10-085-219/+120
* gallivm: Warn when doing inefficient integer comparisons.José Fonseca2010-10-081-2/+18
* gallivm: round rather than truncate in new 4x4f->1x16ub conversion pathKeith Whitwell2010-10-081-17/+42
* gallivm: Use the wrappers for SSE pack intrinsics.José Fonseca2010-10-081-15/+3
* gallivm: special case conversion 4x4f to 1x16ubKeith Whitwell2010-10-081-0/+84
* gallivm: Implement brilinear filtering.José Fonseca2010-10-081-1/+89
* gallivm: Fix copy'n'paste typo in previous commit.José Fonseca2010-10-081-2/+2
* gallivm: Clamp mipmap level and zero mip weight simultaneously.José Fonseca2010-10-084-14/+52
* gallivm: Use lp_build_ifloor_fract for lod computation.José Fonseca2010-10-081-5/+3
* gallivm: Don't compute the second mipmap level when frac(lod) == 0José Fonseca2010-10-082-139/+175
* gallivm: Simplify lp_build_mipmap_level_sizes' interface.José Fonseca2010-10-084-67/+42
* gallivm: Do not do mipfiltering when magnifying.José Fonseca2010-10-082-16/+16
* gallivm: Vectorize the rho computation.José Fonseca2010-10-073-37/+92
* gallivm: Compute lod as integer whenever possible.José Fonseca2010-10-064-95/+158
* gallivm: Only apply min/max_lod when necessary.José Fonseca2010-10-062-15/+38
* gallivm: don't apply zero lod_biasKeith Whitwell2010-10-062-1/+7
* gallivm: Combined ifloor & fract helper.José Fonseca2010-10-064-28/+65
* gallivm: Fast implementation of iround(log2(x))José Fonseca2010-10-062-0/+39
* gallivm: Use a faster (and less accurate) log2 in lod computation.José Fonseca2010-10-063-0/+53
* gallivm: Take the type signedness in consideration in round/ceil/floor.José Fonseca2010-10-061-48/+59
* gallivm: added some commentsBrian Paul2010-09-302-8/+16
* gallivm: check for level=0 case in lp_build_minify()Brian Paul2010-09-301-3/+10
* gallivm: More comprehensive border usage logic.José Fonseca2010-09-303-29/+51
* gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca2010-09-291-21/+71
* 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