gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
[mesa.git] / src / gallium / auxiliary / gallivm /
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-08 José Fonsecagallivm: Fix mipfiltering with negative lod bias.
2010-05-08 José Fonsecagallivm: Actually do floor/ceil/trunc for scalars.
2010-05-08 José Fonsecagallivm: Import the code to compute the minimax polynom...
2010-05-08 José Fonsecagallivm: Use a minimax polynomial for exp2 in range...
2010-05-08 José Fonsecagallivm: Don't hardcode number of args twice.
2010-05-08 José Fonsecagallivm: The the JIT engine to use our sinf()/cosf...
2010-05-08 José Fonsecagallivm: Fix BREAK/CONT translation.
2010-05-08 José Fonsecagallivm: Fix segfaul when inserting allocas in an empty...
2010-05-08 José Fonsecagallivm: Centralize SoA swizzling into a single place.
2010-05-08 José Fonsecagallivm: Support predicates.
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Fix several glitches introduced in the prev...
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-03 José Fonsecagallivm: Increase the TGSI translation limits and centr...
2010-05-03 José Fonsecagallicm: Newton-Raphson step to improve precision.
2010-05-03 José Fonsecagallivm: Display message instead of crashing when sampl...
2010-05-03 José Fonsecagallivm: Replace predicate assertion failure with warni...
2010-05-03 Zack Rusingallivm: fix nested break and continue statements
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Brian Paulllvmpipe: fix out-of-bounds texture sampling
2010-04-30 Brian Paulllvmpipe: added lp_build_sample_nop() for debugging
2010-04-22 Vinson Leegallivm: Remove unused variable.
2010-04-22 Brian Paulgallivm: added some assertions in loop-gen code
2010-04-21 Brian Paulgallivm: fix copy&paste error: s/cont_stack_size/break_...
2010-04-21 Brian Paulgallivm: emit_instruction() is boolean
2010-04-21 Brian Paulgallivm: implement TGSI KILP
2010-04-21 Vinson Leegallivm: Remove unnecessary headers.
2010-04-29 Brian Paulgallivm: add some assertions in special-case sampler...
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecagallivm: Cleanups and bugfixes to aos format translation.
2010-04-20 José Fonsecagallivm: New function to fetch a pixel into a 4xfloat...
2010-04-20 José Fonsecagallivm: Bring aos format back to life.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Brian Paulgallivm: pass 3D texture stride as an array
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecagallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecagallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32...
2010-04-27 José Fonsecagallivm: Ensure all allocas are in the first block.
2010-04-26 Alan Hourihanegallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
2010-04-25 José Fonsecallvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
2010-04-25 Vinson Leegallivm: Rename variable info to opcode_info.
2010-04-25 Vinson Leegallivm: Remove NULL check of pointer that can't be...
2010-04-24 José Fonsecallvmpipe: Implement shader bias.
2010-04-24 José Fonsecagallivm: Centralize the cpu caps detection.
2010-04-24 José Fonsecagallivm: LLVMConstBitCast -> LLVMBuildBitCast
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Zack Rusingallivm: implement indirect addressing over temporaries
2010-04-22 Zack Rusingallivm: implement indirect addressing over constants
2010-04-22 Brian Paulgallivm: remove Z/stencil special case code in lp_build...
2010-04-22 Zack Rusingallivm: update comments
2010-04-22 Zack Rusingallivm: fix nested cont statements
2010-04-22 Zack Rusingallivm: fix nested break statemants
2010-04-22 Zack Rusingallivm: make sure we return the correct type when...
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Vinson Leegallivm: Remove redundant initialization of dst_vec_type.
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_blend* files to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe...
2010-04-16 Brian Paulgallivm/llvmpipe: move lp_bld_interp.c to llvmpipe...
2010-04-16 Brian Paulgallivm: init some vars to silence warnings
2010-04-16 Brian Paulgallivm: remove some old stuff
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-12 José Fonsecallvmpipe: Respect pipe_sampler_view::format.
2010-04-12 José Fonsecallvmpipe: pipe_target needs now 3 bits to be represented.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-11 José Fonsecascons: Make LLVM a black-white dependency.
2010-04-10 Keith WhitwellSquashed commit of the following:
2010-04-09 Brian Paulllvmpipe: fix transposed stencil ref / values comparison
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-09 José Fonsecautil: Add dedicated depth-stencil packing/unpacking...
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 José Fonsecagallivm: Get the format translation logic write.
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 José Fonsecagallivm: Fallback to calling util_format_description...
2010-04-06 José Fonsecagallivm: Move the global LLVM objects (module, engine...
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-04-02 Vinson Leegallivm: Add fallthrough comment at end of case statement.
2010-04-01 José Fonsecallvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
2010-04-01 José Fonsecallvmpipe: Support sampling from signed and mixed siged...
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-04-01 Zack Rusingallivm: convert floats to doubles
2010-03-31 Roland ScheideggerMerge branch 'gallium-new-formats'
2010-03-31 José Fonsecagallivm: Fix USCALED translation. Minor Cleanups.
2010-03-31 José Fonsecallvmpipe: Drop the aos format conversion.
2010-03-31 José Fonsecautil: Generalize lp_format_is_rgba8 into util_format_is...
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Zack Rusingallivm: cleanup the code (found by coverity)
2010-03-30 Michel DänzerMerge branch '7.8'
next