Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / auxiliary / gallivm /
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-10 Zack Rusingallivm: implement indirect addressing over inputs
2010-11-09 José Fonsecagallivm: Allocate TEMP/OUT arrays only once.
2010-11-09 Zack Rusingallivm: implement indirect addressing of the output...
2010-11-05 Brian Paulgallivm: add const qualifiers, fix comment string
2010-11-05 Brian Paulgallivm: alloca() was called too often for temporary...
2010-11-04 Brian Paulgallivm: implement execution mask for scatter stores
2010-11-04 Brian Paulgallivm: added lp_elem_type()
2010-11-04 Brian Paulgallivm: add pixel offsets in scatter stores
2010-11-04 Brian Paulgallivm: added debug code to dump temp registers
2010-11-03 Brian Paulgallivm: add some LLVM var labels
2010-11-03 Brian Paulgallivm: implement scatter stores into temp register...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: always enable LLVMAddInstructionCombiningPass()
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warning.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-18 José Fonsecagallivm: Add a note about SSE4.1's nearest mode rounding.
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 José Fonsecagallivm: Comment lp_build_insert_new_block().
2010-10-17 José Fonsecagallivm: Fix SoA cubemap derivative computation.
2010-10-15 Brian Paulgallivm: use util_snprintf()
2010-10-15 Brian Paulgallivm: added lp_build_load_volatile()
2010-10-15 Brian Paulgallivm: added lp_build_print_vec4()
2010-10-14 Brian Paulgallivm: add compile-time option to emit inst addrs...
2010-10-13 José Fonsecagallivm: More accurate float -> 24bit & 32bit unorm...
2010-10-13 Brian Paulgallivm: work-around trilinear mipmap filtering regress...
2010-10-13 Vinson Leegallivm: Remove unnecessary header.
2010-10-13 Roland Scheideggergallivm: only use lp_build_conv 4x4f -> 1x16 ub fastpat...
2010-10-13 Brian Paulgallivm: remove newlines
2010-10-13 Roland Scheideggergallivm: fix different handling of [non]normalized...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 José Fonsecagallivm: Name anonymous union.
2010-10-12 Keith Whitwellgallivm: don't branch on KILLs near end of shader
2010-10-11 José Fonsecagallivm: More detailed analysis of tgsi shaders.
2010-10-11 José Fonsecagallivm: Eliminate unsigned integer arithmetic from...
2010-10-10 José Fonsecagallivm: Pass texture coords derivates as scalars.
2010-10-10 José Fonsecagallivm: Use variables instead of Phis in loops.
2010-10-10 José Fonsecagallivm: Allow to disable bri-linear filtering with...
2010-10-10 José Fonsecagallivm: Fix a long standing bug with nested if-then...
2010-10-09 José Fonsecagallivm: Cleanup the rest of the flow module.
2010-10-09 José Fonsecagallivm: Simplify if/then/else implementation.
2010-10-09 José Fonsecagallivm: Factor out the SI->FP texture size conversion...
2010-10-09 José Fonsecagallivm: Remove support for Phi generation.
2010-10-09 José Fonsecagallivm: Use varilables instead of Phis for cubemap...
2010-10-09 José Fonsecagallivm: Don't generate Phis for execution mask.
2010-10-09 José Fonsecagallivm: Special bri-linear computation path for unmodi...
2010-10-09 José Fonsecagallivm: Less code duplication in log computation.
2010-10-09 José Fonsecagallivm: Handle code have ret correctly.
2010-10-09 Keith Whitwellllvmpipe: try to be sensible about whether to branch...
2010-10-09 Keith Whitwellgallivm: simpler uint8->float conversions
2010-10-09 Keith Whitwellgallivm: prefer blendvb for integer arguments
2010-10-09 Keith Whitwellllvmpipe: store zero into all alloca'd values
2010-10-09 José Fonsecagallivm: Do size computations simultanously for all...
2010-10-08 Roland Scheideggergallivm: make use of new iround code in lp_bld_conv.
2010-10-08 Roland Scheideggergallivm: optimize soa linear clamp to edge wrap mode...
2010-10-08 Roland Scheideggergallivm: avoid unnecessary URem in linear wrap repeat...
2010-10-08 Roland Scheideggergallivm: more linear tex wrap mode calculation simplifi...
2010-10-08 Roland Scheideggergallivm: optimize some tex wrap mode calculations a bit
2010-10-08 Roland Scheideggergallivm: replace sub/floor/ifloor combo with ifloor_fract
2010-10-08 Roland Scheideggergallivm: faster iround implementation for sse2
2010-10-08 Roland Scheideggergallivm: fix trunc/itrunc comment
2010-10-08 Vinson Leegallivm: Remove unnecessary header.
2010-10-08 José Fonsecagallivm: Help for combined extraction and broadcasting.
2010-10-08 José Fonsecallvmpipe: First minify the texture size, then broadcast.
2010-10-08 José Fonsecagallivm: Move into the as much of the second level...
2010-10-08 José Fonsecagallivm: Warn when doing inefficient integer comparisons.
2010-10-08 Keith Whitwellgallivm: round rather than truncate in new 4x4f->1x16ub...
2010-10-08 José Fonsecagallivm: Use the wrappers for SSE pack intrinsics.
2010-10-08 Keith Whitwellgallivm: special case conversion 4x4f to 1x16ub
2010-10-08 José Fonsecagallivm: Implement brilinear filtering.
2010-10-08 José Fonsecagallivm: Fix copy'n'paste typo in previous commit.
2010-10-08 José Fonsecagallivm: Clamp mipmap level and zero mip weight simulta...
2010-10-08 José Fonsecagallivm: Use lp_build_ifloor_fract for lod computation.
2010-10-08 José Fonsecagallivm: Don't compute the second mipmap level when...
2010-10-08 José Fonsecagallivm: Simplify lp_build_mipmap_level_sizes' interface.
2010-10-08 José Fonsecagallivm: Do not do mipfiltering when magnifying.
2010-10-07 José Fonsecagallivm: Vectorize the rho computation.
2010-10-06 José Fonsecagallivm: Compute lod as integer whenever possible.
2010-10-06 José Fonsecagallivm: Only apply min/max_lod when necessary.
2010-10-06 Keith Whitwellgallivm: don't apply zero lod_bias
2010-10-06 José Fonsecagallivm: Combined ifloor & fract helper.
2010-10-06 José Fonsecagallivm: Fast implementation of iround(log2(x))
2010-10-06 José Fonsecagallivm: Use a faster (and less accurate) log2 in lod...
2010-10-06 José Fonsecagallivm: Take the type signedness in consideration...
2010-09-30 Brian Paulgallivm: added some comments
2010-09-30 Brian Paulgallivm: check for level=0 case in lp_build_minify()
2010-09-30 José Fonsecagallivm: More comprehensive border usage logic.
2010-09-29 José Fonsecagallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
2010-09-27 Brian Paulllvmpipe: fix swizzling of texture border color
2010-09-25 Brian Paulgallivm: fix repeat() function for NPOT textures
2010-09-25 José Fonsecagallivm: Remove dead experimental code.
2010-09-25 José Fonsecagallivm: Fetch the lod from the dynamic state when...
2010-09-25 Roland Scheideggergallivm: optimize yuv decoding
2010-09-25 Roland Scheideggergallivm: don't use URem/UDiv when calculating offsets...
2010-09-25 Roland Scheideggergallivm: fix copy&paste bug
next