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