scons: Revamp how to specify targets to build.
[mesa.git] / src / gallium / auxiliary /
2010-11-01 José Fonsecascons: Revamp how to specify targets to build.
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 José Fonsecagallivm: always enable LLVMAddInstructionCombiningPass()
2010-10-28 José Fonsecagallium: Avoid using __doc__ in python scripts.
2010-10-27 Kenneth GraunkeFix build on systems where "python" is python 3.
2010-10-25 Brian Paultranslate: remove unused prototypes
2010-10-25 Brian Paultranslate: use function typedefs, casts to silence...
2010-10-25 Brian Paulrtasm: use pointer_to_func() to silence warning
2010-10-25 Brian Paulutil: use pointer_to_func() to silence warning
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Pauldraw: implement primitive splitting for primitive restart
2010-10-21 Brian Pauldraw: fix typo in comment
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-21 Vinson Leedraw: Remove unnecessary header.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
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-18 Keith Whitwellllvmpipe: clean up fields in draw_llvm_variant_key
2010-10-17 Hui Qi Taydraw: corrections for w coordinate
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-15 Jakob Bornecrantztarget-helpers: Remove per target software wrapper...
2010-10-15 Jakob Bornecrantzwrapper: Add a way to dewrap a pipe screen without...
2010-10-15 Jakob Bornecrantzwrapper: Fix spelling
2010-10-15 Keith Whitwellgallium: move some intrinsics helpers to u_sse.h
2010-10-15 Dave Airlietgsi: add scanner support for centroid inputs
2010-10-14 Brian Paulgallivm: add compile-time option to emit inst addrs...
2010-10-14 Hui Qi Taydraw: sanitize llvm variant key
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 Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-13 Brian Paulgallivm: remove newlines
2010-10-13 Roland Scheideggergallivm: fix different handling of [non]normalized...
2010-10-12 Dave Airliegallium/util: add S8 tile sampling support.
2010-10-12 Dave Airliegallium/format: add X32_S8X24_USCALED format.
2010-10-12 Dave Airliegallium/format: add support for X24S8 and S8X24 formats.
2010-10-12 Dave Airliegallium/tgsi: add support for stencil writes.
2010-10-12 José Fonsecagallivm: Name anonymous union.
2010-10-12 Keith Whitwellgallivm: don't branch on KILLs near end of shader
2010-10-12 Keith Whitwellgallium: move sse intrinsics debug helpers to u_sse.h
2010-10-11 José Fonsecagallivm: More detailed analysis of tgsi shaders.
2010-10-11 José Fonsecatgsi: Export some names for some tgsi enums.
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-10 delphidraw: some changes to allow for runtime changes to...
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é Fonsecautil: Defined M_SQRT2 when not available.
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.
next