aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg
Commit message (Expand)AuthorAgeFilesLines
...
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-262-41/+80
* st/xorg: Advertise support for XvMCMaarten Lankhorst2011-08-234-0/+129
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-151-2/+3
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-151-1/+2
* [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-111-0/+4
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-083-32/+24
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-4/+8
* [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-084-17/+16
* [g3dvl] remove sampler view handling from video contextChristian König2011-07-081-14/+57
* [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-071-1/+3
* Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-044-6/+7
|\
| * scons: Expose pkg-config in a simpler manner.José Fonseca2011-06-301-2/+3
| * st/xorg: initialize drm_mode.typeMarcin Slusarz2011-06-201-0/+1
| * st/xorg: fix crash triggered by rendercheck -t composite -f a8r8g8b8 -o Src, ...Marcin Slusarz2011-06-201-1/+1
| * st/xorg: fix crash triggered by rendercheck -t blend -f a8r8g8b8 -o ClearMarcin Slusarz2011-06-201-2/+2
| * st/xorg: remove unused variableMarek Olšák2011-06-141-1/+0
* | xvmc: fix some warning about uninitialized varsChristian König2011-06-071-1/+1
* | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-071-0/+13
* | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-051-2/+2
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-151-38/+49
|\|
| * 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
* | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-05-073-13/+22
|\|
| * gallium/xorg st/nv50: add PIPE_BIND_CURSORMarcin Slusarz2011-05-061-0/+1
| * 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
* | [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
* | 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-241-1/+1
* | [g3dvl] remove resource_format workaroundChristian König2011-04-241-7/+0
* | [g3dvl] make ycbcr stream and block data a public interfaceChristian König2011-04-232-21/+91
* | [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
* | 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
* | [g3dvl] make resource format selection a public interfaceChristian König2011-04-121-0/+7
* | 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
* | [g3dvl] add support for different decoding entry pointsChristian König2011-04-071-1/+4
* | [g3dvl] and finally split the decoder part out of the contextChristian König2011-04-063-14/+39
* | [g3dvl] some more debugging output in xvmc stChristian König2011-04-031-1/+6