Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-video
[mesa.git] / src / gallium / auxiliary / gallivm /
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
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-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-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-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'
2010-03-30 Brian Paulgallivm: use constant size array, added assertion check
2010-03-29 Roland ScheideggerMerge branch 'master' into gallium-new-formats
2010-03-29 Roland Scheideggergallium: adapt all code to the renamed depth/stencil...
2010-03-29 Chris Ligallivm: added lp_bld_printf() function
2010-03-29 Zack Rusingallivm: make sure that the alloca's are the very first...
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-19 Brian Paulgallivm: simplify and clean-up Z/stencil bit mask/shift...
2010-03-18 Brian Paulgallivm: support PIPE_FORMAT_Z24S8_UNORM in depth/stenc...
2010-03-18 Brian Paulgallivm: fix broken INCR/DECR stencil modes
2010-03-18 Brian Paulgallivm/llvmpipe: added lp_rast_shader_inputs::facing...
2010-03-18 Brian Paulgallivm/llvmpipe: simplify front/back stencil ref value...
2010-03-18 Brian Paulgallivm: checkpoint WIP two-sided stencil test
2010-03-17 Brian Paulgallivm/llvmpipe: basic stencil testing works
2010-03-17 Brian Paulgallivm: added lp_build_andc()
2010-03-17 Brian Paulgallivm/llvmpipe: more asst changes for stencil testing
2010-03-17 Brian Paulgallivm/llmvpipe: pass stencil refs state into z/stenci...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
next