summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
...
* | gallivm: optimize soa linear clamp to edge wrap mode a bitRoland Scheidegger2010-10-091-23/+30
* | 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
* | util: Cleanup util_pack_z_stencil and friends.José Fonseca2010-10-061-22/+28
* | 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
* | pb: fix numDelayed accountingDave Airlie2010-10-051-0/+1
* | pb: don't keep checking buffers after first busyDave Airlie2010-10-051-13/+19
* | draw: check for null sampler pointersBrian Paul2010-09-301-4/+6
* | gallivm: added some commentsBrian Paul2010-09-302-8/+16
* | Revert "Prefer intrinsics to handrolled atomic ops."Tom Fogal2010-09-301-2/+2
* | Prefer intrinsics to handrolled atomic ops.Tom Fogal2010-09-301-2/+2
* | Implement x86_64 atomics for compilers w/o intrinsics.Tom Fogal2010-09-301-0/+47
* | 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
* | gallium/util: remove duplicated includeNicolas Kaiser2010-09-301-2/+0
* | gallium/rtasm: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* | gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca2010-09-291-21/+71
* | draw: pass sampler state down to llvm jit stateBrian Paul2010-09-293-0/+26
|/
* llvmpipe: fix swizzling of texture border colorBrian Paul2010-09-271-2/+2
* ureg: support centroid interpolationLuca Barbieri2010-09-272-9/+31
* util/u_blitter: fix leakJoakim Sindholt2010-09-261-1/+1
* 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