summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2010-10-12gallivm: don't branch on KILLs near end of shaderKeith Whitwell
2010-10-11gallivm: More detailed analysis of tgsi shaders.José Fonseca
2010-10-11gallivm: Eliminate unsigned integer arithmetic from texture coordinates.José Fonseca
2010-10-10gallivm: Pass texture coords derivates as scalars.José Fonseca
2010-10-10gallivm: Use variables instead of Phis in loops.José Fonseca
2010-10-10gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea...José Fonseca
2010-10-10gallivm: Fix a long standing bug with nested if-then-else emission.José Fonseca
2010-10-09gallivm: Cleanup the rest of the flow module.José Fonseca
2010-10-09gallivm: Simplify if/then/else implementation.José Fonseca
2010-10-09gallivm: Factor out the SI->FP texture size conversion for SoA path tooJosé Fonseca
2010-10-09gallivm: Remove support for Phi generation.José Fonseca
2010-10-09gallivm: Use varilables instead of Phis for cubemap selection.José Fonseca
2010-10-09gallivm: Don't generate Phis for execution mask.José Fonseca
2010-10-09gallivm: Special bri-linear computation path for unmodified rho.José Fonseca
2010-10-09gallivm: Less code duplication in log computation.José Fonseca
2010-10-09gallivm: Handle code have ret correctly.José Fonseca
2010-10-09llvmpipe: try to be sensible about whether to branch after mask updatesKeith Whitwell
2010-10-09gallivm: simpler uint8->float conversionsKeith Whitwell
2010-10-09gallivm: prefer blendvb for integer argumentsKeith Whitwell
2010-10-09llvmpipe: store zero into all alloca'd valuesKeith Whitwell
2010-10-09gallivm: Do size computations simultanously for all dimensions (AoS).José Fonseca
2010-10-09gallivm: make use of new iround code in lp_bld_conv.Roland Scheidegger
2010-10-09gallivm: optimize soa linear clamp to edge wrap mode a bitRoland Scheidegger
2010-10-09gallivm: avoid unnecessary URem in linear wrap repeat caseRoland Scheidegger
2010-10-09gallivm: more linear tex wrap mode calculation simplificationRoland Scheidegger
2010-10-09gallivm: optimize some tex wrap mode calculations a bitRoland Scheidegger
2010-10-09gallivm: replace sub/floor/ifloor combo with ifloor_fractRoland Scheidegger
2010-10-09gallivm: faster iround implementation for sse2Roland Scheidegger
2010-10-09gallivm: fix trunc/itrunc commentRoland Scheidegger
2010-10-08gallivm: Remove unnecessary header.Vinson Lee
2010-10-08gallivm: Help for combined extraction and broadcasting.José Fonseca
2010-10-08llvmpipe: First minify the texture size, then broadcast.José Fonseca
2010-10-08gallivm: Move into the as much of the second level code as possible.José Fonseca
2010-10-08gallivm: Warn when doing inefficient integer comparisons.José Fonseca
2010-10-08gallivm: round rather than truncate in new 4x4f->1x16ub conversion pathKeith Whitwell
2010-10-08gallivm: Use the wrappers for SSE pack intrinsics.José Fonseca
2010-10-08gallivm: special case conversion 4x4f to 1x16ubKeith Whitwell
2010-10-08gallivm: Implement brilinear filtering.José Fonseca
2010-10-08gallivm: Fix copy'n'paste typo in previous commit.José Fonseca
2010-10-08gallivm: Clamp mipmap level and zero mip weight simultaneously.José Fonseca
2010-10-08gallivm: Use lp_build_ifloor_fract for lod computation.José Fonseca
2010-10-08gallivm: Don't compute the second mipmap level when frac(lod) == 0José Fonseca
2010-10-08gallivm: Simplify lp_build_mipmap_level_sizes' interface.José Fonseca
2010-10-08gallivm: Do not do mipfiltering when magnifying.José Fonseca
2010-10-07gallivm: Vectorize the rho computation.José Fonseca
2010-10-06gallivm: Compute lod as integer whenever possible.José Fonseca
2010-10-06gallivm: Only apply min/max_lod when necessary.José Fonseca
2010-10-06gallivm: don't apply zero lod_biasKeith Whitwell
2010-10-06gallivm: Combined ifloor & fract helper.José Fonseca
2010-10-06gallivm: Fast implementation of iround(log2(x))José Fonseca