summaryrefslogtreecommitdiffstats
path: root/src/libXvMC/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton2008-09-121-1/+1
|
* g3dvl: Clean up Makefile deps.Younes Manton2008-09-121-6/+15
|
* g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton2008-08-181-1/+1
|
* g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+14
| | | | | Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe.
* g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-221-1/+18
| | | | | | | | 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.
* g3dvl: Use block and stride instead of cpp and pitch.Younes Manton2008-06-301-1/+1
|
* Initial commit for g3dvl.Younes Manton2008-06-081-0/+33
Initial commit for g3dvl, contains support for basic XvMC features. - Context, surface, block, macroblock creation and deletion - Surface rendering - Frame pictures - Frame based motion compensation - Intra-coded macroblocks - Predicted macroblocks - Bi-directionally predicted macroblocks - Surface display - Color conversion - Scaling