summaryrefslogtreecommitdiff
path: root/src/driclient
AgeCommit message (Collapse)AuthorFilesLines
2011-07-01driclient: RemoveKristian Høgsberg6-1505/+0
Not used or maintained. We talked about removing it a few releases ago, there were no objections but it just never happened. Now it's gone.
2010-07-01mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-1/+0
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Signed-off-by: Brian Paul <brianp@vmware.com>
2009-01-10g3dvl: Fix some memory leaks.Younes Manton1-0/+15
2008-09-12g3dvl: Cleanup.Younes Manton1-1/+0
2008-09-12g3dvl: Clean up Makefile deps.Younes Manton3-166/+2
2008-09-07g3dvl: Initialize DRI drawables correctly.Younes Manton1-60/+68
2008-08-18g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton1-1/+1
2008-07-26g3dvl: Recursively build dependencies.Younes Manton1-1/+1
Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe.
2008-07-23g3dvl: Minor fixes.Younes Manton5-6/+2
2008-07-22g3dvl: Add Nouveau winsys, libdriclient.Younes Manton9-0/+1652
Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of it. The 'nouveau_context' and 'nouveau_screen' code contains most of the changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock' contain some minor changes. The driclient library contains the DRI userland stuff, most of which was based on Mesa's DRI code.