summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-07-30llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee
2010-07-30llvmpipe: delete function bodies after generating machine codeZack Rusin
2010-07-29llvmpipe: fix on-debug build breakageBrian Paul
2010-07-29llvmpipe: added some jit debug codeBrian Paul
2010-07-29llvmpipe: silence warnings in lp_test_sincos.cBrian Paul
2010-07-29llvmpipe: also test the new lp_build_assert() functionBrian Paul
2010-07-29llvmpipe: don't call LLVMCreateJITCompiler() twiceBrian Paul
2010-07-29scons: Use the current python executable for code generation.José Fonseca
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca
2010-07-29gallium: Avoid void pointer arithmetic.Chia-I Wu
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-27llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile()Brian Paul
2010-07-27llvmpipe: Use lp_build_select_bitwise() where appropriate.José Fonseca
2010-07-22llvmpipe: Partially fix resource texture from_handleJakob Bornecrantz
2010-07-22llvmpipe: Don't align values already alignedJakob Bornecrantz
2010-07-21llvmpipe: say no to depth clampMarek Olšák
2010-07-18llvmpipe: Remove dead initialization.Vinson Lee
2010-07-17llvmpipe: Remove unused variable in lp_test_sincos.Vinson Lee
2010-07-16llvmpipe: use single swizzled tileKeith Whitwell
2010-07-16llvmpipe: Describe _mm_shuffle_epi8() with gcc extended inline assembly when ...José Fonseca
2010-07-16llvmpipe: Only use -mssse3 on gcc 4.3+José Fonseca
2010-07-15llvmpipe: implement instanced drawing functionsBrian Paul
2010-07-15llvmpipe: Remove redundant statement.José Fonseca
2010-07-14llvmpipe: delete lp_test_*.o files with make cleanBrian Paul
2010-07-14llvmpipe: Remove redundant alignments.José Fonseca
2010-07-14llvmpipe: Addi ssse3 swizzling for B8G8R8A8_UNORM.Chris Li
2010-07-13llvmpipe: fix comment typoRoland Scheidegger
2010-07-13llvmpipe: move rasterizer to screen instead of setup contextRoland Scheidegger
2010-07-13llvmpipe: Align texture data to the cache line.José Fonseca
2010-07-13llvmpipe: eliminate the set_state rasterizer commandKeith Whitwell
2010-07-13llvmpipe: pass mask into fragment shaderKeith Whitwell
2010-07-13llvmpipe: move fences from per-bin to per-threadKeith Whitwell
2010-07-13llvmpipe: Always swizzle/unswizzle whole tiles.José Fonseca
2010-07-13llvmpipe: Ignores!Jakob Bornecrantz
2010-07-12llvmpipe: Re-enable threading on windows.José Fonseca
2010-07-06llvmpipe: Don't build lp_test_round when using MSVC.Vinson Lee
2010-07-06llvmpipe: Add lp_test_round to SCons build.Vinson Lee
2010-07-06llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin
2010-07-06llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane
2010-07-05llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger
2010-07-02gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca
2010-07-02gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca
2010-07-01llvmpipe: silence pointer type warningsBrian Paul
2010-07-01gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca
2010-07-01gallivm: Allow to conversions to/from registers of different sizes.José Fonseca
2010-07-01llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca
2010-06-30llvmpipe: another null pointer checkBrian Paul