summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/g3dvl
AgeCommit message (Expand)AuthorFilesLines
2012-01-31vl: fix some missing prototypes errorChristian König1-27/+0
2011-12-11g3dvl/xlib: fix build by changing include orderTobias Droste1-2/+2
2011-11-04dri: drop DRI_VALIDATE macrosGeorge Sapountzis1-24/+0
2011-10-04configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.Stéphane Marchesin1-1/+1
2011-08-29winsys/g3dvl: Fix include styleKai Wasserbäch3-19/+19
2011-07-13[g3dvl] remove some unneeded MakefilesChristian König4-121/+0
2011-07-09[g3dvl] stop calling dri2DestroyDrawableChristian König1-16/+0
2011-07-08[g3dvl] and finally remove pipe_video_contextChristian König3-29/+4
2011-07-08[g3dvl] remove the unused priv member from pipe_video_contextChristian König2-6/+2
2011-07-08[g3dvl] remove create_surface from video contextChristian König2-4/+4
2011-07-08[g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König3-7/+30
2011-04-10[g3dvl] get softpipe to work againChristian König1-13/+12
2011-04-07[g3dvl] stop waiting for replay of DRI2CopyRegionChristian König1-4/+1
2011-04-06[g3dvl] and finally split the decoder part out of the contextChristian König2-12/+3
2011-03-19get softpipe winsys to compile againChristian König1-6/+9
2010-12-11Merge remote branch 'origin/master' into pipe-videoChristian König2-12/+21
2010-10-23Some more merge fixesChristian König1-16/+2
2010-10-16Fix problems created by MergeChristian König1-1/+1
2010-10-12Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoChristian König1-1/+0
2010-06-06vl: Drop DRI1, clean up DRI2 bits.Younes Manton5-369/+218
2010-05-29vl: Get nouveau building again.Younes Manton1-24/+43
2010-05-24vl: Use pipe_screen::video_context_create hook instead of SP ctor.Younes Manton1-1/+5
2010-05-23vl: Get softpipe working again.Younes Manton2-23/+29
2010-05-08vl: Get softpipe building again.Younes Manton1-234/+26
2010-04-30Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into pipe-videoYounes Manton2-73/+10
2010-04-28vl: WIP DRI2 support in the winsys.Younes Manton6-32/+979
2010-04-24vl: Adapt to dri changes.Younes Manton3-17/+8
2010-04-24vl: Fix up configure.ac/MakefileYounes Manton1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell11-926/+0
2010-03-12Merge remote branch 'origin/master' into pipe-videoYounes Manton2-12/+7
2010-02-04Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez1-4/+1
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-02-01r300g/g3dvl: Fix build error and correct Makefile for xvmc libCooper Yuan1-4/+5
2010-01-29r300g/g3dvl: port xvmc video stuff to mesa/pipe-video branchCooper Yuan1-0/+19
2010-01-01gallium: Generate a single library for auxiliaries with Make too.José Fonseca2-13/+3
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-2/+2
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-6/+3
2009-12-06Merge branch 'master' into pipe-videoYounes Manton1-6/+3
2009-12-05g3dvl: It's ok to not have cliprects (minimized windows, etc).Younes Manton1-16/+18
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+2
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-6/+3
2009-11-05g3dvl: Shared drm winsys bits.Younes Manton17-455/+1546
2009-11-02g3dvl: DRM winsys changes.Younes Manton4-102/+577
2009-10-23g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan2-4/+6
2009-10-01g3dvl: Formatting.Younes Manton1-175/+172
2009-10-01g3dvl: Delete state_trackers/g3dvl, other unused files.Younes Manton1-291/+0
2009-10-01g3dvl: Copyright blocks.Younes Manton2-0/+54
2009-09-27g3dvl: Move XvMC under the Xorg state tracker.Younes Manton1-2/+2
2009-09-27g3dvl: Implement XvMC using pipe_video_context.Younes Manton4-6/+407