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-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. | |||
2009-09-27 | g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs | Younes Manton | |
2009-09-24 | softpipe: Update SConscript. | José Fonseca | |
2009-08-23 | softpipe: remove old prim_setup draw stage | Keith Whitwell | |
Everything now goes through the draw_vbuf handler, the same as regular drivers. | |||
2009-08-18 | softpipe: split texture and surface tile caches | Keith Whitwell | |
These do similar jobs but with largely disjoint code. Will want to evolve them separately going forward. | |||
2009-07-24 | softpipe: move all color-combine code into sp_quad_blend.c | Keith Whitwell | |
Consolidate the read-modify-write color combining code from the blend, colormask and output stages. | |||
2009-02-11 | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] | Brian | |
Be more consistant with 'draw' module. | |||
2008-04-10 | remove usage of vertex_header | Keith Whitwell | |
2008-04-07 | gallium: get rid of bufloop quad stage | Brian | |
2008-02-29 | scons: List sp_screen.c. | Michal Krol | |
2008-02-24 | Add new files. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |