summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-1516-40/+543
|\
| * st/egl: Implement EGL_WL_bind_wayland_display for x11,drm,waylandBenjamin Franzke2011-05-1314-0/+494
| * st/wgl: Remove buggy assertion.José Fonseca2011-05-101-2/+0
| * st/xorg: add some debugging messages to xorg_exa.cMarcin Slusarz2011-05-091-1/+15
| * st/xorg: remove DEBUG_PRINT macro and add exa_debug_printfMarcin Slusarz2011-05-091-30/+29
| * st/xorg: fix compilation of xorg_exa.c with DEBUG_PRINT set to 1Marcin Slusarz2011-05-091-7/+5
* | vdpau: use multiple buffers to speed up renderingChristian König2011-05-072-9/+27
* | vdpau: implement PresentationQueueSetBackgroundColorChristian König2011-05-071-1/+11
* | vdpau: as long as we don't have a background picture we don't want an alpha c...Christian König2011-05-071-0/+4
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-079-279/+634
|\|
| * gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-0/+1
| * st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca2011-05-041-1/+25
| * st/wgl: Cope with zero width/height windows.José Fonseca2011-05-041-12/+38
| * st/xorg: flush after loading the cursorMarcin Slusarz2011-05-031-7/+15
| * st/xorg: Fix two more instances of typo 'accle'.Michel Dänzer2011-05-021-2/+2
| * st/xorg: fix typosMarcin Slusarz2011-05-022-4/+4
| * egl/wayland: Fix possible lockup in drm initializationBenjamin Franzke2011-04-291-1/+1
| * st/egl: Add wayland shm softpipe supportBenjamin Franzke2011-04-253-3/+191
| * st/egl: Generalize wayland backend a bitBenjamin Franzke2011-04-253-253/+361
* | vdpau: make state tracker far less noisyChristian König2011-05-049-33/+59
* | vdpau: remove empty color.c fileChristian König2011-05-041-0/+0
* | vdpau: remove the unused and incomplete mpeg2 parserChristian König2011-05-043-200/+0
* | [g3dvl] Implement MPEG2 VLDChristian König2011-05-041-18/+34
* | [g3dvl] Name of pkg-config file is libva.Johannes Obermayr2011-04-281-1/+1
* | vdpau: start to implement MPEG2 decoder partChristian König2011-04-273-181/+98
* | [g3dvl] make reset_dirty_area a public interfaceChristian König2011-04-271-7/+9
* | xvmc: recreate drawable surface only when dst area changesChristian König2011-04-273-9/+19
* | [g3dvl] fix a couple of bugs around paletted subpicturesChristian König2011-04-271-9/+13
* | vdpau: implement OutputSurfaceDestroyChristian König2011-04-261-1/+15
* | vdpau: implement PresentationQueueDestroyChristian König2011-04-261-2/+15
* | vdpau: implement VideoMixerDestroyChristian König2011-04-261-1/+13
* | vdpau: add stups for the missing functionsChristian König2011-04-268-28/+193
* | vdpau: implement and cleanup PresentationQueueTarget destructionChristian König2011-04-254-10/+39
* | xvmc: futher optimize ycbcr uploadChristian König2011-04-251-7/+15
* | [g3dvl] rework fence handling and add r600g workaroundChristian König2011-04-242-6/+18
* | [g3dvl] start supporting different render target formatsChristian König2011-04-242-2/+2
* | [g3dvl] remove resource_format workaroundChristian König2011-04-242-14/+0
* | Merge remote branch 'origin/master' into pipe-videoChristian König2011-04-2322-3005/+165
|\|
| * egl/wayland: Update to buffer.damage additionBenjamin Franzke2011-04-221-0/+1
| * st/egl: Update to wayland protocol,egl changesBenjamin Franzke2011-04-222-27/+92
| * vega: move ureg_destroy(ureg) after last use of ureg varBrian Paul2011-04-151-1/+2
| * egl/wayland: Update to per-surface frame eventsBenjamin Franzke2011-04-121-3/+3
| * st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca2011-04-121-5/+12
| * st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca2011-04-121-3/+3
| * st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-0617-2959/+0
| * st/wgl: Adjust the pbuffer invisible window size.José Fonseca2011-03-241-8/+53
* | [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-234-21/+95
* | [g3dvl] make motion vector buffers a public interfaceChristian König2011-04-202-67/+106
* | [g3dvl] give mv their own vertex buffer backChristian König2011-04-171-10/+10
* | vdpau: implement VDPAU_DUMP optionChristian König2011-04-161-0/+17