summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-27llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-26gallium: add the new PIPE_CAP blend bits to more driversRoland Scheidegger
2010-01-25llvmpipe: adapt to blend changesRoland Scheidegger
2010-01-25llvmpipe: Remove lp_tex_sample_c.c again.José Fonseca
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21llvmpipe: Remove unnecessary headers.Vinson Lee
2010-01-20llvmpipe: adapt to per-rendertarget blend changesRoland Scheidegger
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
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-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-10llvmpipe: Update instructions.José Fonseca
2010-01-10llvmpipe: Yet another hack to get release LLVM static libraries to link in de...José 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-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
2009-12-28llvmpipe: Silence compiler warnings.Vinson Lee
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca
2009-12-26llvmpipe: Flush draw module before switching framebuffer.José Fonseca
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-21gallium: propogate draw retval changes into more driversKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol