summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pipe-video'Christian König2011-07-13121-29/+19389
|\
| * [g3dvl] remove some unneeded MakefilesChristian König2011-07-134-121/+0
| * r600g: reenable hardware blits for STATIC and IMMUTABLE resourcesChristian König2011-07-131-10/+8
| * [g3dvl] implement workaround for missing blender clamp controlChristian König2011-07-132-7/+35
| * r600g: revert "set BLEND_CLAMP depending on clamp_fragment_color"Christian König2011-07-132-18/+11
| * [g3dvl] keep a pointer in idct buffer to idct objectChristian König2011-07-133-20/+26
| * 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-1210-27/+79
| * [g3dvl] fix a whole bunch of memory leaksChristian König2011-07-117-4/+25
| * [g3dvl] revert some unintended white space changesChristian König2011-07-111-9/+12
| * [g3dvl] sync SConscript with MakefileChristian König2011-07-111-3/+9
| * [g3dvl] softpipe is no longer needed for dri-nouveauChristian König2011-07-111-1/+0
| * r600g: revert "support textures with scaled number formats"Christian König2011-07-111-1/+1
| * pipe-video: merge fixesChristian König2011-07-117-4/+294
| * [g3dvl] remove some stale nv40 filesChristian König2011-07-112-80/+0
| * [g3dvl] remove pipe_video_context from nouveauChristian König2011-07-115-84/+22
| * Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-11127-2739/+4013
| |\
| * | vdpau: make capabilities query more saneChristian König2011-07-103-45/+32
| * | vdpau: implement VdpOutputSurfaceGetParametersChristian König2011-07-104-18/+51
| * | [g3dvl] stop calling dri2DestroyDrawableChristian König2011-07-091-16/+0
| * | vdpau: add implementation of VdpDecoderGetParametersChristian König2011-07-082-0/+34
| * | [g3dvl] and finally remove pipe_video_contextChristian König2011-07-0828-266/+151
| * | [g3dvl] move video buffer creation out of video contextChristian König2011-07-0811-93/+120
| * | [g3dvl] remove the unused priv member from pipe_video_contextChristian König2011-07-087-13/+6
| * | [g3dvl] move compositor creation and handling directly into the state trackersChristian König2011-07-0811-200/+164
| * | [g3dvl] remove sampler view handling from video contextChristian König2011-07-084-133/+79
| * | [g3dvl] remove create_surface from video contextChristian König2011-07-085-27/+10
| * | [g3dvl] make pipe_context mandatory for creation pipe_video_contextChristian König2011-07-0814-144/+53
| * | [g3dvl] rename is_format_supported to is_video_format_supported and move it i...Christian König2011-07-088-38/+49
| * | [g3dvl] rename get_param to get_video_param and move into screen objectChristian König2011-07-0711-33/+73
| * | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-07-04460-6574/+25049
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-09165-64231/+19403
| |\ \ \
| * | | | [g3dvl] rework video buffer format handlingChristian König2011-06-074-33/+55
| * | | | xvmc: fix some warning about uninitialized varsChristian König2011-06-071-1/+1
| * | | | [g3dvl] move dummy quantification into xvmc state trackerChristian König2011-06-073-17/+18
| * | | | [g3dvl] split quant matrix out of picture infoChristian König2011-06-054-15/+26
| * | | | [g3dvl] rename map/unmap to begin/end frameChristian König2011-06-054-10/+10
| * | | | [g3dvl] remove unused and dublicate fields from picture structureChristian König2011-06-053-13/+4
| * | | | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-051-2/+1
| * | | | st/mesa: some more merge fixesChristian König2011-06-051-2/+2
| * | | | r600g: some merge fixesChristian König2011-06-052-3/+3
| * | | | Merge remote-tracking branch 'origin/master' into pipe-videoChristian König2011-06-05167-12222/+14391
| |\ \ \ \
| * | | | | [g3dvl] use a vertex element instead of the instance idChristian König2011-06-045-21/+85
| * | | | | Revert "Merge remote-tracking branch 'mareko/r300g-draw-instanced' into pipe-...Christian König2011-06-049-158/+17
| * | | | | Merge remote-tracking branch 'mareko/r300g-draw-instanced' into pipe-videoChristian König2011-06-039-17/+158
| |\ \ \ \ \
| | * | | | | r300g: implement draw_instanced for HWTCLMarek Olšák2011-04-259-17/+158
| * | | | | | [g3dvl] respect maximum instruction for idct render targetsChristian König2011-06-011-3/+8
| * | | | | | [g3dvl] dynamical adjust blocks per lineChristian König2011-06-011-5/+4
| * | | | | | [g3dvl] move quantification into shadersChristian König2011-05-294-112/+168
| * | | | | | [g3dvl] implement mismatch control inside idct shadersChristian König2011-05-294-46/+198