aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-1/+2
|
* softpipe: Update SConscript.José Fonseca2009-09-241-6/+0
|
* softpipe: remove old prim_setup draw stageKeith Whitwell2009-08-231-1/+0
| | | | | Everything now goes through the draw_vbuf handler, the same as regular drivers.
* softpipe: split texture and surface tile cachesKeith Whitwell2009-08-181-0/+1
| | | | | These do similar jobs but with largely disjoint code. Will want to evolve them separately going forward.
* softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-241-2/+0
| | | | | Consolidate the read-modify-write color combining code from the blend, colormask and output stages.
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
| | | | Be more consistant with 'draw' module.
* remove usage of vertex_headerKeith Whitwell2008-04-101-0/+1
|
* gallium: get rid of bufloop quad stageBrian2008-04-071-1/+0
|
* scons: List sp_screen.c.Michal Krol2008-02-291-0/+1
|
* Add new files.José Fonseca2008-02-241-0/+3
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+42
This is in a separate commit to ensure renames are properly preserved.