summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/g3dvl/xsp_winsys.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-15st/g3dvl: pass color values to softpipe clear functionCooper Yuan1-0/+1
2009-04-18softpipe: Simplify softpipe_create's prototype.José Fonseca1-1/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer1-2/+2
2009-03-02g3dvl: Grab surface pointer when flushing front buffer in SP winsys.Younes Manton1-2/+2
2009-02-25g3dvl: Update winsys stuff.Younes Manton1-11/+6
2009-01-20gallium: Remove the standalone surfaces.José Fonseca1-54/+13
2008-09-12g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference().Younes Manton1-1/+1
2008-09-12g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton1-53/+52
2008-07-22g3dvl: Add Nouveau winsys, libdriclient.Younes Manton1-14/+58
2008-07-20g3dvl: Fix some memory leaks in the winsys.Younes Manton1-5/+21
2008-07-20g3dvl: Minor SP winsys cleanup.Younes Manton1-17/+29
2008-06-30g3dvl: Use block and stride instead of cpp and pitch.Younes Manton1-3/+12
2008-06-08Initial commit for g3dvl.Younes Manton1-0/+256