summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl
Commit message (Expand)AuthorAgeFilesLines
* Some more merge fixesChristian König2010-10-231-16/+2
* Fix problems created by MergeChristian König2010-10-161-1/+1
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König2010-10-121-1/+0
|\
* | vl: Drop DRI1, clean up DRI2 bits.Younes Manton2010-06-065-369/+218
* | vl: Get nouveau building again.Younes Manton2010-05-291-24/+43
* | vl: Use pipe_screen::video_context_create hook instead of SP ctor.Younes Manton2010-05-241-1/+5
* | vl: Get softpipe working again.Younes Manton2010-05-232-23/+29
* | vl: Get softpipe building again.Younes Manton2010-05-081-234/+26
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2010-04-302-73/+10
|\|
| * Squashed commit of the following:Keith Whitwell2010-04-1011-926/+0
* | vl: WIP DRI2 support in the winsys.Younes Manton2010-04-286-32/+979
* | vl: Adapt to dri changes.Younes Manton2010-04-243-17/+8
* | vl: Fix up configure.ac/MakefileYounes Manton2010-04-241-1/+1
* | Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-122-12/+7
|\|
| * Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-041-4/+1
| * gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
| * gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
| * gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-012-13/+3
| * Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-2/+2
| * Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-6/+3
| |\
| * | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
* | | r300g/g3dvl: Fix build error and correct Makefile for xvmc libCooper Yuan2010-02-011-4/+5
* | | r300g/g3dvl: port xvmc video stuff to mesa/pipe-video branchCooper Yuan2010-01-291-0/+19
* | | Merge branch 'master' into pipe-videoYounes Manton2009-12-061-6/+3
|\ \ \ | | |/ | |/|
| * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-6/+3
| |/
* | g3dvl: It's ok to not have cliprects (minimized windows, etc).Younes Manton2009-12-051-16/+18
* | g3dvl: Shared drm winsys bits.Younes Manton2009-11-0517-455/+1546
* | g3dvl: DRM winsys changes.Younes Manton2009-11-024-102/+577
|/
* 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