summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
AgeCommit message (Expand)Author
2010-05-30draw: Use pointer_to_func() instead of custom wrappers.José Fonseca
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-14draw: fix front/back error in unfilled pipeline stageKeith Whitwell
2010-05-14draw: fix typo checking for unfilled polygonsKeith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
2010-05-13draw: silence casting warningsBrian Paul
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-07gallium/draw: additional comments in the clipping codeBrian Paul
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-05-05gallium: still more provoking vertex fixesBrian Paul
2010-05-05gallium: added edge flag print/debug code (disabled)Brian Paul
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05gallium: rework provoking vertex codeBrian Paul
2010-05-04draw: Remove unnecessary header.Vinson Lee
2010-05-05draw: Preserve the provoking vertex both when decomposing and clipping.José Fonseca
2010-05-05draw: Adjust wideline vertex coords for D3D.Brian Paul
2010-05-03Reorder LLVM passes, running mem2reg earlier.Török Edwin
2010-05-03draw: Remove draw_pt_fetch_prepare call from llvm middle end.José Fonseca
2010-05-03draw: Disable rtasm compilation when using LLVM.José Fonseca
2010-05-15draw: Use GALLIVM_DEBUG opt.José Fonseca
2010-04-30draw: Fix memory leaks in llvm code.José Fonseca
2010-04-29draw llvm: stay in bounds even if fetch_count % 4 != 0Zack Rusin
2010-04-29gallium/draw: Fix PPC compiler warning.Michel Dänzer
2010-04-29gallium/draw: Fix PPC build failure.Michel Dänzer
2010-04-28draw: remove extra semicolonsBrian Paul
2010-04-28draw: use a cast wrapperBrian Paul
2010-04-28draw: put 'create' in the vs varient create function namesBrian Paul
2010-04-28draw: add missing function parameterBrian Paul
2010-04-26draw/llvm: implement fetch elts pathsZack Rusin
2010-04-26draw: Always use the llvm middle end when available & enabled.José Fonseca
2010-04-26draw: Pass-through pipe_buffer::max_index to translate.José Fonseca
2010-04-25draw: Respect pipe_vertex_buffer::max_index in llvm generated code.José Fonseca
2010-04-23gallium/draw: remove old commentBrian Paul
2010-04-23gallium: Convert some uses of get option to staticJakob Bornecrantz
2010-04-23draw: use FREE() instead of free()Stephen Johnson
2010-04-22gallivm: implement indirect addressing over temporariesZack Rusin
2010-04-21draw: Make LLVM integration work without llvmpipe too (e.g. sofptipe).José Fonseca
2010-04-21gallium/draw: fix point sprite handlingBrian Paul
2010-04-21gallium/draw: use local var to simplify codeBrian Paul
2010-04-20gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...José Fonseca
2010-04-20draw: Fallback to gallivm for translation of A8R8G8B8/B8G8R8A8/R10G10B10X2/R1...José Fonseca
2010-04-20draw: Remove draw_vs_llvm.c.José Fonseca
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-20draw: No need to rebase for elt_bias.José Fonseca
2010-04-20draw: Fix cache elt_bias implementation.José Fonseca
2010-04-20draw: Fix typo resulting from bad regular expression in index bias addition.José Fonseca
2010-04-20draw llvm: Move dereference of pointer after NULL check.Vinson Lee
2010-04-19draw llvm: Remove unnecessary header.Vinson Lee
2010-04-19draw llvm: make sure use_llvm isn't used when not definedZack Rusin
2010-04-19draw llvm: fix typo (boolean, not bool)Zack Rusin