summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xvmc: use a pipe_video_rect for subpicture src & dstChristian König2011-04-133-16/+13
* | xvmc: Define some Xv attribs to allow users to specify color standard and pro...Christian König2011-04-133-9/+121
* | xvmc: move subpicture swizzle into own functionChristian König2011-04-121-26/+31
* | xvmc: fix compiler warningChristian König2011-04-121-1/+3
* | xvmc: flush surface of macroblock (0,0) is detectedChristian König2011-04-121-10/+11
* | xvmc: cleanup headersChristian König2011-04-126-18/+45
* | vdpau: switch cb cr planes in vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-121-1/+1
* | vdpau: set at least a basic csc matrixChristian König2011-04-121-0/+13
* | [g3dvl] make resource format selection a public interfaceChristian König2011-04-122-0/+14
* | xvmc: add a workaround for xines xxmc vo pluginChristian König2011-04-091-3/+9
* | [g3dvl] make mv weights a public interfaceChristian König2011-04-091-33/+39
* | vdpau: Implement basic output functionalityChristian König2011-04-093-2/+33
* | vdpau: get at least the very basic mixer functions workingChristian König2011-04-081-4/+21
* | vdpau: add compositor to mixerChristian König2011-04-082-1/+7
* | vdpau: add compositor to presentation queueChristian König2011-04-082-4/+17
* | vdpau: implement output surface creationChristian König2011-04-082-7/+48
* | [g3dvl] add support for different decoding entry pointsChristian König2011-04-071-1/+4
* | vdpau: implement vlVdpVideoSurfacePutBitsYCbCrChristian König2011-04-063-42/+57
* | [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-063-14/+39
* | g3dvl/vdpau: some more indention fixesChristian König2011-04-031-5/+4
* | [g3dvl] some more debugging output in xvmc stChristian König2011-04-031-1/+6
* | [g3dvl] split compositor out of video contextChristian König2011-04-033-9/+26
* | [g3dvl] start to cleanup the mess and provide at least basic functionalityChristian König2011-04-032-8/+14
* | [g3dvl] start over with vdpau decodingChristian König2011-04-033-16/+31
* | vdpau: get state tracker to compile againChristian König2011-04-021-4/+6
* | g3dvl/xvmc: fix a stupid of by one bugChristian König2011-04-021-1/+1
* | [g3dvl] remove unused backbuffer from xvmcChristian König2011-03-273-58/+0
* | [g3dvl] fully implement paletted subpicturesChristian König2011-03-262-6/+6
* | [g3dvl] correct subpicture stride in uploadChristian König2011-03-261-1/+1
* | [g3dvl] start implementing palettes for subpicturesChristian König2011-03-262-6/+65
* | [g3dvl] get sampler swizzle right for subpicturesChristian König2011-03-261-14/+21