summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* g3dvl: Rework the decoder interface part 5/5Christian König2011-08-262-16/+8
* g3dvl: Rework the decoder interface part 4/5Christian König2011-08-263-23/+3
* g3dvl: Rework the decoder interface part 3/5Christian König2011-08-263-223/+57
* g3dvl: Rework the decoder interface part 2/5Christian König2011-08-262-15/+30
* g3dvl: Rework the decoder interface part 1/5Christian König2011-08-264-68/+108
* Merge branch 'kasanen-post-process-v2'Brian Paul2011-08-255-4/+47
|\
| * st/dri: Bind the post-processing queue to driLauri Kasanen2011-08-195-4/+47
* | d3d1x: save to correct slot in xs_set_constant_buffersChristoph Bumiller2011-08-251-2/+2
* | d3d1x: fix xs_set_samplersChristoph Bumiller2011-08-251-1/+2
* | st/xorg: Advertise support for XvMCMaarten Lankhorst2011-08-234-0/+129
* | st/egl: add a missing includeChia-I Wu2011-08-211-0/+1
* | st/egl: improve error loggingChia-I Wu2011-08-211-2/+3
* | st/egl: add buffer preserving support to AndroidChia-I Wu2011-08-211-4/+67
* | st/egl: improve buffer cache for AndroidChia-I Wu2011-08-211-31/+73
* | st/egl: swapping without a buffer is not an errorChia-I Wu2011-08-211-1/+1
* | st/egl: use HAL formats for Android backendChia-I Wu2011-08-211-26/+15
* | android: build st/egl with android backendChia-I Wu2011-08-211-0/+54
* | st/egl: add android backendChia-I Wu2011-08-215-0/+781
|/
* st/dri: Indent driconf optionsLauri Kasanen2011-08-171-7/+11
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-161-1/+0
* dri2: check if context is valid before flushing the pipeCooper Yuan2011-08-161-1/+2
* dri2: add code to dri2_Flush extension.Cooper Yuan2011-08-161-0/+4
* d3d1x: adapt to resource_resolve interface changeChristoph Bumiller2011-08-071-3/+20
* st/dri: remove an unused-but-set variableMarek Olšák2011-08-051-7/+0
* st/dri: remove a dummy function dri2_create_contextMarek Olšák2011-08-051-15/+1
* egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-042-5/+22
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* vdpau: enable mpeg1 hw decoding, using the exact same code path as mpeg2Emeric2011-07-251-12/+13
* g3dvl: no need for flushing inside the compositor any moreChristian König2011-07-153-4/+5
* g3dvl: correctly distinct dst area and clip area in the compositorChristian König2011-07-153-3/+4
* g3dvl: change picture parameter of decode_bitstream to general versionChristian König2011-07-151-1/+1
* Merge branch 'pipe-video'Christian König2011-07-1342-0/+7029
|\
| * vaapi: cleanup the source and let the st at least compile againChristian König2011-07-1211-611/+517
| * [g3dvl] add some more PIPE_VIDEO_CAPsChristian König2011-07-121-20/+12
| * [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-114-0/+14
| * Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-117-51/+131
| |\
| * | vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
| * | vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
| * | vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-082-0/+34
| * | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-0810-56/+34
| * | [g3dvl] move video buffer creation out of video contextChristian König2011-07-082-6/+10
| * | [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-087-34/+34
| * | [g3dvl] remove sampler view handling from video contextChristian König2011-07-082-16/+79
| * | [g3dvl] remove create_surface from video contextChristian König2011-07-081-3/+6
| * | [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-0460-679/+4834
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-094-70/+10
| |\ \ \
| * | | | 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] split quant matrix out of picture infoChristian König2011-06-051-4/+5