gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-06 Török Edwingallivm: Require SSE2 for draw_llvm/llvmpipe due to...
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 José Fonsecadraw: Fix memory leaks in llvm code.
2010-04-29 Zack Rusindraw llvm: stay in bounds even if fetch_count % 4 != 0
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-20 Dan NicholsonMerge branch '7.8'
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 Brian PaulMerge branch '7.8'
2010-04-26 Zack Rusindraw/llvm: implement fetch elts paths
2010-04-25 José Fonsecadraw: Respect pipe_vertex_buffer::max_index in llvm...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Stephen Johnsondraw: use FREE() instead of free()
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 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-16 Brian Paulgallium/draw: fix breakage from moving lp_bld_* files
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Vinson Leedraw llvm: Initialize variable.
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 José Fonsecadraw: Fix vertex buffer indexation.
2010-04-08 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-07 Zack Rusindraw llvm: highly reduce the compilation times for...
2010-04-07 José Fonsecadraw: Fix MSVC build (snprintf->util_snprintf).
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Zack Rusindraw llvm: disable printing of the LLVM ir
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 Zack Rusindraw llvm: implement simple pipeline caching using...
2010-04-06 Zack Rusindraw llvm: fix iteration for larger vertex arrays
2010-04-06 Zack Rusindraw llvm: iterate with the correct stop over the outputs
2010-04-06 Zack Rusindraw llvm: fix draw arrays
2010-04-06 Zack Rusindraw llvm: fix loop iteration and vertex header offsets
2010-04-05 Zack Rusindraw llvm: when generating the vertex_header struct...
2010-04-02 Zack Rusindraw llvm: fix storing of outputs for the rest of the...
2010-04-01 Zack Rusindraw llvm: a lot better storing implementation
2010-04-01 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-04-01 Zack Rusindraw llvm: fix iteration over buffers
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-31 Zack Rusindraw llvm: fix a warning
2010-03-30 Zack Rusindraw llvm: actually set the constant buffers on the...
2010-03-30 Zack Rusindraw llvm: fix some silly mistakes
2010-03-30 Zack Rusindraw llvm: various fixes for the translation code
2010-03-29 Zack Rusindraw llvmpipe: lots of fixes for fetch/emit
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-02-23 Zack Rusingallium/draw: initial code to properly support llvm...