Commit Graph

9 Commits

Author SHA1 Message Date
Fernando Carrijo d2fe97a209 mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-07-01 13:07:07 -06:00
Younes Manton c10db52fcd g3dvl: Fix some memory leaks. 2009-01-10 13:52:06 -05:00
Younes Manton ca0efa84ed g3dvl: Cleanup. 2008-09-12 12:33:52 -04:00
Younes Manton 6b50fd27b8 g3dvl: Clean up Makefile deps. 2008-09-12 12:33:52 -04:00
Younes Manton 02025148c2 g3dvl: Initialize DRI drawables correctly. 2008-09-07 15:47:44 -04:00
Younes Manton 7f100d04dd g3dvl: Use rotating buffers to avoid waiting for map(). 2008-08-18 00:04:29 -04:00
Younes Manton a17e6c046c g3dvl: Recursively build dependencies.
Run `make` in src/libXvMC and everything should be built for Nouveau.
Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe.
2008-07-26 16:55:46 -04:00
Younes Manton b4d198e477 g3dvl: Minor fixes. 2008-07-23 02:28:41 -04:00
Younes Manton 0c25ac5242 g3dvl: Add Nouveau winsys, libdriclient.
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.
2008-07-22 22:41:31 -04:00