Age | Commit message (Expand) | Author |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-11-30 | gallivm/llvmpipe: squash merge of the llvm-context branch | Brian Paul |
2010-11-02 | llvmpipe: guard against NULL task->query pointer | Keith Whitwell |
2010-10-15 | llvmpipe: slightly shrink the size of a binned triangle | Keith Whitwell |
2010-10-15 | llvmpipe: don't pass frontfacing as a float | Keith Whitwell |
2010-10-15 | llvmpipe: reintroduce SET_STATE binner command | Keith Whitwell |
2010-10-08 | llvmpipe: add rast_tri_4_16 for small lines and points | Keith Whitwell |
2010-10-06 | llvmpipe: Cleanup depth-stencil clears. | José Fonseca |
2010-09-12 | llvmpipe: introduce tri_3_4 for tiny triangles | Keith Whitwell |
2010-09-07 | llvmpipe: rasterization debugging helpers | Keith Whitwell |
2010-09-07 | llvmpipe: use opcodes instead of function pointers in bins | Keith Whitwell |
2010-09-07 | llvmpipe: rearrange queries | Keith Whitwell |
2010-09-07 | llvmpipe: enforce fixed memory limit on scenes | Keith Whitwell |
2010-09-07 | llvmpipe: clean up deferred zstencil clears | Keith Whitwell |
2010-09-07 | llvmpipe: rework fences and queries | Keith Whitwell |
2010-08-25 | llvmpipe: remove dead code | Keith Whitwell |
2010-07-29 | llvmpipe: added some jit debug code | Brian Paul |
2010-07-27 | llvmpipe: pass face+slice to llvmpipe_unswizzle_cbuf_tile() | Brian Paul |
2010-07-16 | llvmpipe: use single swizzled tile | Keith Whitwell |
2010-07-13 | llvmpipe: eliminate the set_state rasterizer command | Keith Whitwell |
2010-07-13 | llvmpipe: pass mask into fragment shader | Keith Whitwell |
2010-07-13 | llvmpipe: move fences from per-bin to per-thread | Keith Whitwell |
2010-06-30 | llvmpipe: use dummy tile when out of memory | Brian Paul |
2010-06-25 | llvmpipe: fix comment typo | Brian Paul |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-05-30 | llvmpipe: Remove unused framebuffer stuff from the rasterizer. | José Fonseca |
2010-05-30 | llvmpipe: Don't force a linear to tiled conversion after rasterization on deb... | José Fonseca |
2010-05-30 | llvmpipe: Pass the fs variant to the rasterizer. | José Fonseca |
2010-05-29 | llvmpipe: adapt to clear interface changes | Roland Scheidegger |
2010-05-06 | llvmpipe: implement occlusion query | Qicheng Christopher Li |
2010-04-28 | llvmpipe: fix scene queue memory leak | Brian Paul |
2010-04-27 | llvmipe: update comments | Brian Paul |
2010-04-25 | llvmpipe: Replace tile_read/write with more descriptive swizzle/unswizzle verbs. | José Fonseca |
2010-04-24 | llvmpipe: Remove unnecessary header. | Vinson Lee |
2010-04-24 | llvmpipe: Move the determination of the number of threads to the screen. | José Fonseca |
2010-04-22 | llvmpipe: Portability fixes. | José Fonseca |
2010-04-20 | llvmpipe: whitespace fix | Brian Paul |
2010-04-19 | llvmpipe: fix rendering to 3D textures | Brian Paul |
2010-04-16 | Merge the lp-surface-tiling branch into master. | Brian Paul |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-31 | llvmpipe: Disable threads by default on embedded. | José Fonseca |
2010-03-25 | llvmpipe: disable an assertion | Brian Paul |
2010-03-24 | llvmpipe: call lp_fence_signal() | Brian Paul |
2010-03-18 | gallivm/llvmpipe: added lp_rast_shader_inputs::facing and pass through | Brian Paul |
2010-03-18 | llvmpipe: defines for RAST_WHOLE, RAST_EDGE_TEST | Brian Paul |
2010-03-13 | llvmpipe: Don't use texture transfer internally. | José Fonseca |
2010-03-05 | llvmpipe: add pipe_thread_wait() calls | Brian Paul |
2010-03-02 | llvmpipe: remove some ifdefs | Keith Whitwell |
2010-03-02 | llvmpipe: reorganize transfer usage | Keith Whitwell |
2010-02-24 | llvmpipe: clean up rasterization threads upon context destruction | Brian Paul |