gallivm: fixed memory leak in lp_build_tgsi_aos
[mesa.git] / src / gallium / auxiliary / gallivm /
2012-05-02 James Bentongallivm: fixed memory leak in lp_build_tgsi_aos
2012-05-02 James Bentongallivm: added aligned pointer get/set
2012-05-02 James Bentongallivm: llvm c-style for loops, allows us to create...
2012-04-25 José Fonsecagallivm: Use lp_build_alloca instead of LLVMBuildAlloca...
2012-04-05 James Bentongallivm: Updated lp_build_log2_approx to use a more...
2012-04-05 James Bentongallivm: Updated lp_build_polynomial to compute odd...
2012-04-03 Vinson Leegallivm: Pass in a MCInstrInfo to createMCInstPrinter...
2012-04-03 James Bentongallivm: Maximum loop iterations
2012-04-03 José Fonsecagallivm: Simplify/reorder minimax helper.
2012-03-29 Vinson Leegallivm: Fix method overriding in raw_debug_ostream.
2012-03-27 ojabgallivm: Use InitializeNativeTargetDisassembler().
2012-03-14 Vinson Leegallivm: Fix createOProfileJITEventListener namespace...
2012-03-09 Christian Königgallivm: add support for R8G8_R8B8 and G8R8_B8R8 formats
2012-03-06 Vinson Leegallivm: Pass in a MCRegisterInfo to MCInstPrinter...
2012-03-05 Roland Scheideggergallivm: fix floating type in lp_build_mod helper
2012-03-01 Vinson LeeRevert "gallivm: Change getExtent and readByte to non...
2012-03-01 José Fonsecagallivm: Update comments and prototype of vector-selects.
2012-02-28 Dave Airliegallivm: add major integer opcodes to the tgsi action...
2012-02-28 Dave Airliegallivm: drop deprecated opcodes
2012-02-28 Dave Airliegallivm: only do rcp/mul for floating
2012-02-28 Dave Airliegallivm: add frem support to the lp_build_mod helper.
2012-02-28 Dave Airliegallivm: add bitarit xor and not ops.
2012-02-28 Dave Airliegallivm: add integer and unsigned mod arit functions...
2012-02-21 José Fonsecagallivm: Fix TGSI_OPCODE_ARR's translation.
2012-02-20 José Fonsecallvmpipe: Don't assume vector is 4 wide in lp_build_sin...
2012-02-17 Dave Airliegallivm: fetch immediates to correct type (v2)
2012-02-17 Dave Airliegallivm: enable stores of integer types. (v2) + fix ARL
2012-02-17 Dave Airliegallivm: enable fetch for integer opcodes. (v2)
2012-02-17 Dave Airliegallivm: add uint/int bld to the base builder. (v2)
2012-02-17 Dave Airliegallivm: fix build gather to take a bld context
2012-02-17 Dave Airliegallivm: pass build context to exec_mask_store.
2012-02-17 José Fonsecagallivm: Initialize x86 disassembler on x86_64 too.
2012-02-13 Stéphane Marchesingallivm: Replace architecture test with PIPE_ARCH_*
2012-02-11 Vinson Leegallivm: Change getExtent and readByte to non-const...
2012-02-02 ojabgallivm: Fix LLVM-2.7 build.
2012-02-02 José Fonsecagallivm: Remove MSVC RT hack.
2012-01-31 ojabInitialize only native LLVM Disassembler.
2012-01-30 José Fonsecagallivm: Don't use C99 member initializers.
2012-01-30 José Fonsecagallivm: Move declaration before code.
2012-01-30 Tom Stellardgallivm: Add a new interface for doing TGSI->LLVM conve...
2012-01-30 Tom Stellardgallium: Move duplicated helper macros to tgsi_exec.h
2012-01-30 Tom Stellardgallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
2012-01-30 Tom Stellardgallivm: Add function lp_bld_gather_values()
2012-01-27 Brian Paulgallivm: Swizzle constants into the right AoS ordering.
2012-01-13 Tom Stellardgallivm: Allow target specific intrinsics in lp_declare...
2012-01-05 Brian Paultgsi: consolidate TGSI string arrays in new tgsi_strings.h
2011-12-22 Lauri Kasanengallivm: Close a memory leak
2011-12-17 Vinson Leegallivm: Fix build with llvm-3.1svn.
2011-12-08 José Fonsecallvmpipe: Trim the fragment shader cached based on...
2011-11-14 José Fonsecagallivm: Remove duplicate statement.
2011-11-14 José Fonsecagallivm: Include stddef.h before the LLVM C++ headers.
2011-11-06 Dave Airliellvmpipe: fix typo in the depth sampling aos code.
2011-11-06 Christian Incigallivm: change sys::getHostTriple to sys::getDefaultTa...
2011-10-31 José Fonsecallvmpipe: Remove unsed variables.
2011-10-23 Brian Paulgallivm: added lp_build_print_ivec4() function
2011-10-16 José Fonsecagallivm: Eliminate tgsi_util_get_full_src_register_sign...
2011-10-16 José Fonsecallvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
2011-09-21 Brian Paulgallivm: fix build with llvm 3.0svn
2011-09-15 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-09-13 Brian Paulgallivm: remove unused vars
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-09-05 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-23 José Fonsecagallivm: Add a note about log2 computation and denormal...
2011-07-23 José Fonsecagallivm: Fix lp_build_exp2 order 4-5 polynomial coeffic...
2011-07-23 José Fonsecagallivm: Increase lp_build_rsqrt() precision.
2011-07-23 José Fonsecagallivm: Update minimax comments.
2011-07-23 José Fonsecagallivm: Fix lp_build_exp/lp_build_log.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-16 Vinson Leegallivm: Rename createAsmInfo to createMCAsmInfo with...
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Vinson Leegallivm: Re-enable LLVMUnionTypeKind case for llvm...
2011-07-11 Vinson Leegallivm: Remove LLVMOpaqueKindType case with llvm-3.0.
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Gustaw Smolarczykgallivm: Fix build with llvm-3.0
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-30 Vinson Leegallivm: Pass in CPU name to createTargetMachine when...
2011-06-30 Vinson Leegallivm: Rename TargetInstrDesc to MCInstrDesc when...
2011-06-24 Vinson Leegallivm: Fix x86 build with llvm-3.0svn.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulgallium: s/bool/boolean/
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-20 José Fonsecagallivm: Fix for dynamically linked LLVM 2.8 library.
2011-05-18 José Fonsecagallivm: Tell LLVM to not assume a 16-byte aligned...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-27 Marek Olšákgallivm: fix warning: ‘value’ may be used uninitialized...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-03-29 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-28 Tobias Drostegallivm: Fix build with llvm-2.9
2011-03-25 Vinson Leegallivm: Fix build with llvm-2.9.
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-13 José Fonsecagallivm: Fix build with llvm 2.6 on 32bit platforms
2011-03-13 José Fonsecagallivm: Use LLVM MC disassembler, instead of udis86.
next