summaryrefslogtreecommitdiffstats
path: root/src/driclient
Commit message (Collapse)AuthorAgeFilesLines
* g3dvl: Fix some memory leaks.Younes Manton2009-01-101-0/+15
|
* g3dvl: Cleanup.Younes Manton2008-09-121-1/+0
|
* g3dvl: Clean up Makefile deps.Younes Manton2008-09-123-166/+2
|
* g3dvl: Initialize DRI drawables correctly.Younes Manton2008-09-071-60/+68
|
* g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton2008-08-181-1/+1
|
* g3dvl: Recursively build dependencies.Younes Manton2008-07-261-1/+1
| | | | | Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe.
* g3dvl: Minor fixes.Younes Manton2008-07-235-6/+2
|
* g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-229-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.