aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/g3dvl/xlib
Commit message (Expand)AuthorAgeFilesLines
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-291-7/+7
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-12/+1
* [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-081-2/+1
* [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+3
* [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-081-2/+11
* [g3dvl] get softpipe to work againChristian König2011-04-101-13/+12
* get softpipe winsys to compile againChristian König2011-03-191-6/+9
* Fix problems created by MergeChristian König2010-10-161-1/+1
* vl: Drop DRI1, clean up DRI2 bits.Younes Manton2010-06-061-31/+84
* 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-231-21/+25
* 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-301-68/+0
|\
| * Squashed commit of the following:Keith Whitwell2010-04-102-398/+0
* | Merge remote branch 'origin/master' into pipe-videoYounes Manton2010-03-122-12/+7
|\|
| * 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-011-7/+1
| * 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
* | | 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: DRM winsys changes.Younes Manton2009-11-021-42/+61
|/
* g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan2009-10-231-3/+4
* g3dvl: Formatting.Younes Manton2009-10-011-175/+172
* g3dvl: Copyright blocks.Younes Manton2009-10-011-0/+27
* g3dvl: Move XvMC under the Xorg state tracker.Younes Manton2009-09-271-2/+2
* g3dvl: Implement XvMC using pipe_video_context.Younes Manton2009-09-272-0/+381