summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan2009-10-232-4/+6
* g3dvl: Formatting.Younes Manton2009-10-011-175/+172
* g3dvl: Delete state_trackers/g3dvl, other unused files.Younes Manton2009-10-011-291/+0
* g3dvl: Copyright blocks.Younes Manton2009-10-012-0/+54
* g3dvl: Move XvMC under the Xorg state tracker.Younes Manton2009-09-271-2/+2
* g3dvl: Implement XvMC using pipe_video_context.Younes Manton2009-09-274-6/+407
* st/g3dvl: pass color values to softpipe clear functionCooper Yuan2009-09-151-0/+1
* softpipe: Simplify softpipe_create's prototype.José Fonseca2009-04-181-1/+1
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* g3dvl: Grab surface pointer when flushing front buffer in SP winsys.Younes Manton2009-03-021-2/+2
* g3dvl: Update winsys stuff.Younes Manton2009-02-251-11/+6
* g3dvl: Catch up to gallium changes, fix build.Younes Manton2009-02-063-4/+7
* g3dvl: Remove dead links to files that are now in libnouveaudrm.Younes Manton2009-01-2420-392/+0
* gallium: Remove the standalone surfaces.José Fonseca2009-01-202-75/+27
* nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton2009-01-108-552/+308
* g3dvl: Use Gallium thread wrappers.Younes Manton2009-01-101-4/+4
* g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton2009-01-101-18/+46
* nouveau: Use PIPE_BUFFER_USAGE_CPU_* instead of custom.Younes Manton2009-01-101-1/+1
* nouveau: Put dynamic textures in GART for CPU access and don't swizzle.Younes Manton2009-01-101-1/+2
* Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-1/+2
* g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference().Younes Manton2008-09-122-2/+2
* g3dvl: Update softlinks to nouveau winsys files, related fixes.Younes Manton2008-09-1222-103/+99
* g3dvl: Clean up Makefile deps.Younes Manton2008-09-121-4/+5
* g3dvl: Use rotating buffers to avoid waiting for map().Younes Manton2008-08-181-1/+1
* g3dvl: Recursively build dependencies.Younes Manton2008-07-261-0/+2
* g3dvl: Minor fixes.Younes Manton2008-07-231-19/+23
* g3dvl: Add Nouveau winsys, libdriclient.Younes Manton2008-07-2230-26/+1151
* g3dvl: Fix some memory leaks in the winsys.Younes Manton2008-07-202-5/+22
* g3dvl: Minor SP winsys cleanup.Younes Manton2008-07-201-17/+29
* g3dvl: Use block and stride instead of cpp and pitch.Younes Manton2008-06-301-3/+12
* Initial commit for g3dvl.Younes Manton2008-06-082-0/+267