Age | Commit message (Expand) | Author |
2010-01-25 | llvmpipe: Remove lp_tex_sample_c.c again. | José Fonseca |
2010-01-22 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-21 | llvmpipe: Remove unnecessary headers. | Vinson Lee |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-12 | gallium: Rename ALIGN_STACK -> PIPE_ALIGN_STACK for consistency. | José Fonseca |
2010-01-12 | gallium: Simplify PIPE_ALIGN_VAR. | José Fonseca |
2010-01-12 | gallium: Generalize the alignment macros to other compilers and any alignment. | José Fonseca |
2010-01-11 | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger |
2010-01-10 | llvmpipe: Update instructions. | José Fonseca |
2010-01-10 | llvmpipe: Yet another hack to get release LLVM static libraries to link in de... | José Fonseca |
2010-01-08 | lvmpipe: Initialize all coordinates. | José Fonseca |
2010-01-07 | llvmpipe: Remove TGSI sampler pointers from JIT context too. | José Fonseca |
2010-01-07 | llvmpipe: Remove more loose ends of TGSI exec sampling. | José Fonseca |
2010-01-07 | llvmpipe: Axe texture sampling code inherited from softpipe. | José Fonseca |
2010-01-06 | pipe_sampler_state::compare_mode is not a boolean enable flag. | Michal Krol |
2010-01-06 | gallium: remove PIPE_TEX_FILTER_ANISO | Luca Barbieri |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2010-01-05 | Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR. | Michal Krol |
2010-01-04 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-04 | silence compiler warning | Alan Hourihane |
2010-01-03 | llvmpipe: Remove comma at end of enumerator list. | Vinson Lee |
2010-01-01 | llvmpipe: Silence uninitialized variable warning. | Vinson Lee |
2010-01-01 | llvmpipe: Use C-style comment. | Vinson Lee |
2010-01-01 | llvmpipe: Add missing include path. | José Fonseca |
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-28 | llvmpipe: Fix assert. | Vinson Lee |
2009-12-28 | llvmpipe: Silence compiler warnings. | Vinson Lee |
2009-12-28 | llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore. | José Fonseca |
2009-12-28 | llvmpipe: Silence compiler warnings. | Vinson Lee |
2009-12-26 | llvmpipe: Treat state changes systematically. | José Fonseca |
2009-12-26 | llvmpipe: Use comments and more code from softpipe's is_texture_referenced im... | José Fonseca |
2009-12-26 | llvmpipe: Flush draw module before switching framebuffer. | José Fonseca |
2009-12-25 | gs: fix drivers so they work with geometry shaders | Zack Rusin |
2009-12-25 | gallium: add geometry shader support to gallium | Zack Rusin |
2009-12-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-23 | llvmpipe: Install unit tests on build/xxx/bin | José Fonseca |
2009-12-22 | Merge branch 'gallium-edgeflags' | Roland Scheidegger |
2009-12-21 | gallium: propogate draw retval changes into more drivers | Keith Whitwell |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2009-12-17 | Move the remaining format pf_get_* functions to u_format.h. | Michal Krol |
2009-12-17 | Merge branch 'master' into pipe-format-simplify | Michal Krol |
2009-12-16 | llvmpipe: add LP_DEBUG env var | José Fonseca |
2009-12-16 | llvmpipe: fix broken TGSI_OPCODE_FRC codegen | Brian Paul |
2009-12-16 | llvmpipe: fix broken lp_build_abs() | Brian Paul |
2009-12-15 | llvmpipe: Fix yet another copynpaste typo in lp_build_log2_approx. | José Fonseca |
2009-12-15 | llvmpipe: Fix lp_build_polynomial comment. | José Fonseca |
2009-12-15 | llvmpipe: Fix typo in lp_build_log constant. | José Fonseca |
2009-12-15 | llvmpipe: Fix bad SI -> FP conversion into lp_build_log2_approx. | José Fonseca |
2009-12-09 | Revert "Simplify the redundant meaning of format layout." | Michal Krol |