gallivm: Factor out the quad derivative code into a single place. Fix ddy.
[mesa.git] / src / gallium / auxiliary / draw /
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-14 Keith Whitwelldraw: fix front/back error in unfilled pipeline stage
2010-05-14 Keith Whitwelldraw: fix typo checking for unfilled polygons
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-13 Brian Pauldraw: silence casting warnings
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-07 Brian Paulgallium/draw: additional comments in the clipping code
2010-05-06 Török Edwingallivm: Require SSE2 for draw_llvm/llvmpipe due to...
2010-05-06 Brian Paulgallium: still more provoking vertex fixes
2010-05-06 Brian Paulgallium: added edge flag print/debug code (disabled)
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulgallium: rework provoking vertex code
2010-05-05 Vinson Leedraw: Remove unnecessary header.
2010-05-04 José Fonsecadraw: Preserve the provoking vertex both when decomposi...
2010-05-04 Brian Pauldraw: Adjust wideline vertex coords for D3D.
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-03 José Fonsecadraw: Remove draw_pt_fetch_prepare call from llvm middl...
2010-05-03 José Fonsecadraw: Disable rtasm compilation when using LLVM.
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-29 Michel Dänzergallium/draw: Fix PPC compiler warning.
2010-04-29 Michel Dänzergallium/draw: Fix PPC build failure.
2010-04-26 José Fonsecadraw: Always use the llvm middle end when available...
2010-04-26 José Fonsecadraw: Pass-through pipe_buffer::max_index to translate.
2010-04-25 José Fonsecadraw: Respect pipe_vertex_buffer::max_index in llvm...
2010-04-23 Brian Paulgallium/draw: remove old comment
2010-04-23 Jakob Bornecrantzgallium: Convert some uses of get option to static
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-21 José Fonsecadraw: Make LLVM integration work without llvmpipe too...
2010-04-21 Brian Paulgallium/draw: fix point sprite handling
2010-04-21 Brian Paulgallium/draw: use local var to simplify code
2010-04-30 José Fonsecadraw: Fix memory leaks in llvm code.
2010-04-20 José Fonsecagallivm: Universal format support on lp_build_fetch_rgb...
2010-04-20 José Fonsecadraw: Fallback to gallivm for translation of A8R8G8B8...
2010-04-20 José Fonsecadraw: Remove draw_vs_llvm.c.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 José Fonsecadraw: No need to rebase for elt_bias.
2010-04-20 José Fonsecadraw: Fix cache elt_bias implementation.
2010-04-20 José Fonsecadraw: Fix typo resulting from bad regular expression...
2010-04-20 Vinson Leedraw llvm: Move dereference of pointer after NULL check.
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 Pauldraw: remove extra semicolons
2010-04-28 Brian Pauldraw: use a cast wrapper
2010-04-28 Brian Pauldraw: put 'create' in the vs varient create function...
2010-04-28 Brian Pauldraw: add missing function parameter
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 Zack Rusindraw llvm: make sure use_llvm isn't used when not defined
2010-04-19 Zack Rusindraw llvm: fix typo (boolean, not bool)
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Zack Rusindraw llvm: allow runtime switching of pipelines (yes...
2010-04-19 Zack Rusindraw llvm: fix constructor mess
2010-04-19 José Fonsecadraw: Implement index bias.
2010-04-19 Brian Paulgallium/draw: use a local var to simplify some code
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-18 José Fonsecadraw: Cosmetic cleanups and comments.
2010-04-17 Vinson Leedraw llvm: Remove unnecessary header.
2010-04-16 Brian Paulgallium/draw: fix breakage from moving lp_bld_* files
2010-04-16 Brian PaulMerge the lp-surface-tiling branch into master.
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-13 Vinson Leedraw llvm: Initialize variable.
2010-04-12 Dave Airlieffvertex: don't touch tex coords if coord replace is...
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 PaulMerge branch '7.8'
2010-04-08 Zack Rusindraw llvm: hook up the generated function into the...
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 Brian Pauldraw: init draw->pt.middle.general = NULL just to be...
2010-04-07 José Fonsecallvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.
2010-04-07 Vinson Leedraw llvm: Remove unnecessary headers.
2010-04-07 Zack Rusindraw llvm: disable printing of the LLVM ir
2010-04-07 Brian Paulgallium/draw: add additional DRAW_LLVM check
2010-04-07 Zack RusinMerge branch 'gallium_draw_llvm'
2010-04-06 Zack Rusindraw llvm: disable debugging output
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
next