summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-01-12llvmpipe: added lp_scene_is_empty()Brian Paul
2010-01-12llvmpipe: silence unused var warningsBrian Paul
2010-01-12llvmpipe: remove unused #defineBrian Paul
2010-01-12gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency.José Fonseca
2010-01-12gallium: Simplify PIPE_ALIGN_VAR.José Fonseca
2010-01-12gallium: Generalize the alignment macros to other compilers and any alignment.José Fonseca
2010-01-11llvmpipe: disable the all in/out test code for nowBrian Paul
2010-01-11llvmpipe: move, update commentsBrian Paul
2010-01-11llvmpipe: refactor generate_fragment() codeBrian Paul
2010-01-11llvmpipe: do the all-in test on the scalar c0 instead of vector c0Brian Paul
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-11llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell
2010-01-11llvmpipe: remove opencoded constantKeith Whitwell
2010-01-11llvmpipe: remove scissor cliprect derived stateKeith Whitwell
2010-01-10llvmpipe: Update instructions.José Fonseca
2010-01-10llvmpipe: initial mrt supportKeith Whitwell
2010-01-10llvmpipe: Yet another hack to get release LLVM static libraries to link in de...José Fonseca
2010-01-08llvmpipe: optimize case when all four pixels are inside the triangleBrian Paul
2010-01-08llvmpipe: fix more if/else/endif design bugsBrian Paul
2010-01-08llvmpipe: move some fields to the private lp_build_flow_if structBrian Paul
2010-01-08llvmpipe: free the phi arrayBrian Paul
2010-01-08llvmpipe: checkpoint if/else/endif contructs workBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-08lvmpipe: Initialize all coordinates.José Fonseca
2010-01-07llvmpipe: Remove TGSI sampler pointers from JIT context too.José Fonseca
2010-01-07llvmpipe: Remove more loose ends of TGSI exec sampling.José Fonseca
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-06llvmpipe: checkpoint commit of new if/else/endif flow controlBrian Paul
2010-01-06llvmpipe: more comments in flow builder codeBrian Paul
2010-01-06llvmpipe: flow-control commentsBrian Paul
2010-01-06llvmpipe: fix double freeKeith Whitwell
2010-01-06llvmpipe: rename some functionsKeith Whitwell
2010-01-06llvmpipe: remove dead codeKeith Whitwell
2010-01-06llvmpipe: restrict header visibilityKeith Whitwell
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04silence compiler warningAlan Hourihane
2010-01-03llvmpipe: Remove comma at end of enumerator list.Vinson Lee
2010-01-01llvmpipe: Silence uninitialized variable warning.Vinson Lee
2010-01-01llvmpipe: Use C-style comment.Vinson Lee
2010-01-01llvmpipe: Add missing include path.José Fonseca
2010-01-01scons: Aggregate all tiny libraries in a single library.José Fonseca
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-28llvmpipe: Fix assert.Vinson Lee
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-28llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore.José Fonseca