Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-04 | softpipe: rework to use the llvmpipe winsys | Keith Whitwell | |
Promote the llvmpipe winsys more or less unchanged to state_trackers/sw_winsys.h. Some minor breakages: - softpipe::texture_blanket is broken, but scheduled for removal anyway. - haven't fixed up g3vdl yet. | |||
2010-02-26 | softpipe: fix up #includes | Brian Paul | |
2010-02-02 | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside ↵ | José Fonseca | |
util/u_simple_screen.h | |||
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2010-01-26 | softpipe: Remove unnecessary header. | Vinson Lee | |
2010-01-17 | softpipe: Move st/python's malloc winsys to softpipe | Jakob Bornecrantz | |
Users of softpipe can still specify thier own winsys but now there is a default one also that uses malloc. This allows the malloc winsys to be shared with other users of softpipe. |