Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
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-14 Hui Qi Taydraw: sanitize llvm variant key
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-10 delphidraw: some changes to allow for runtime changes to...
2010-10-04 delphidraw: added userclip planes and updated variant_key
2010-09-30 Brian Pauldraw: check for null sampler pointers
2010-09-29 Brian Pauldraw: pass sampler state down to llvm jit state
2010-09-29 Hui Qi Taydraw: added viewport and cliptest flags
2010-09-29 Hui Qi Taydraw: cliptest and viewport done in a single loop in...
2010-09-25 José Fonsecadraw: Fullfil the new min_lod/max_lod/lod_bias/border_c...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-22 Keith Whitwelldraw: reduce the size of the llvm variant key
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Luca Barbieridraw_llvm: fix segfaults on non-SSE2 CPUs where it...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-08 José Fonsecadraw: Remove unused variable.
2010-08-08 nobleddraw: Use the correct type for integers
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-29 José Fonsecadraw: Also emit EMMS on generated LLVM IR.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-20 Brian Pauldraw: fix incorrect instancing divisor in LLVM code
2010-07-16 Zack Rusindraw/llvm: adjust the instance id at run time
2010-07-16 Zack Rusindraw: use the instance id when fetching vertex data
2010-07-09 Vinson Leedraw: Fix off-by-one error in assert.
2010-07-06 Zack Rusindraw: make sure softpipe doesn't crash with vertex...
2010-07-06 Zack Rusindraw: implement vertex texture sampling using llvm
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-25 Zack Rusindraw: limit the number of vertex shader variants kept...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-16 Alan Hourihanedraw: add alloc check
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-30 José Fonsecadraw: Use pointer_to_func() instead of custom wrappers.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-13 Brian Pauldraw: silence casting warnings
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-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-29 Zack Rusindraw llvm: stay in bounds even if fetch_count % 4 != 0
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-15 José Fonsecadraw: Use GALLIVM_DEBUG opt.
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-30 José Fonsecadraw: Fix memory leaks in llvm code.
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-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
next