summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Version bumpHEADmasterDaniel Stone1-1/+1
2012-01-13check the appropriate width variable before frame submissionDerek Foreman1-1/+1
2012-01-13Merge remote-tracking branch 'derek/master'Daniel Stone1-43/+63
2012-01-13Fix per-CRTC cliplist handlingDerek Foreman1-8/+9
2012-01-12Revert "add option to override the monitor name from xorg.conf"Daniel Stone1-50/+1
2012-01-12Don't paint colourkey in clipped areasDaniel Stone2-8/+68
2012-01-12Return Success for occluded videoDaniel Stone1-6/+10
2012-01-12Try dequeuing buffers before returning BadAllocDaniel Stone3-13/+45
2012-01-12Free buffers/send notifications if a video frame didn't actually get displayedDerek Foreman1-66/+101
2012-01-12More buffer_ready cleanupDaniel Stone1-23/+17
2012-01-12Remove code that existed solely to create warningsDaniel Stone1-23/+2
2012-01-12Send completion events when video is occluded on all headsDaniel Stone1-4/+14
2012-01-12Clean up buffer_ready codeDaniel Stone1-30/+36
2012-01-12Minor cleanupsDaniel Stone1-11/+14
2012-01-12Factor out completion event codeDaniel Stone1-14/+22
2012-01-11pitch constraint is in bytes, not pixelsDerek Foreman1-1/+1
2012-01-10clean up buffer handling a littleDerek Foreman1-5/+16
2012-01-10fix corruption when both heads are rotatedDerek Foreman1-5/+7
2012-01-10probably still needs to be a returnDerek Foreman1-1/+1
2012-01-09remove wasted allocationDerek Foreman2-7/+0
2012-01-06Quiet down more debug outputsDaniel Stone1-1/+0
2012-01-06Version bumpDaniel Stone1-1/+1
2012-01-06Actually send completion eventsDaniel Stone1-1/+1
2012-01-06quiet down some debug outputsDerek Foreman1-3/+0
2012-01-05Attempt to fix frame queuing/retiring stuffDerek Foreman1-62/+50
2012-01-05Shouldn't stop all video processing if the video is hidden on the first headDerek Foreman1-1/+1
2012-01-05horrible WIP commitDerek Foreman3-43/+74
2012-01-04fix buffer retirement on multi headDerek Foreman1-11/+10
2011-12-30Version bumpDaniel Stone1-1/+1
2011-12-30Add optional ShadowFB toggleDaniel Stone4-25/+61
2011-12-30Drop and reacquire master on VT switchDaniel Stone1-0/+8
2011-12-30Minor cleanupDaniel Stone1-3/+3
2011-12-20WIP commit, proper buffer retirementDerek Foreman2-33/+61
2011-12-20Temp commit - video rotation that needs a kernel patch (to be removed)Derek Foreman2-168/+195
2011-12-20whitespaceDerek Foreman1-1/+1
2011-12-20copy the clip list in case we're running on a old server that destroys itDerek Foreman1-2/+6
2011-12-16fix padding for some display sizesDerek Foreman1-2/+3
2011-12-13fix RandR support for older X serversDerek Foreman1-0/+18
2011-12-08Version bumpDaniel Stone1-1/+1
2011-12-08Resync DRM headers with kernelDaniel Stone1-3/+9
2011-12-08Set sequence number in frameNotify for old serversDaniel Stone1-3/+7
2011-12-08Add autogen.sh to distributed tarballDaniel Stone1-0/+2
2011-12-08Include videodev2.h for V4L2_PIX_FMT_* definesDaniel Stone1-0/+1
2011-12-08ABI fixups for server 1.7, version bumpDaniel Stone3-4/+6
2011-11-29Use XVClipVideoHelper to prevent the image from scaling when partially occludedDerek Foreman1-26/+51
2011-11-25A couple of extra size checks to keep the m3 from hangingDerek Foreman1-0/+13
2011-11-25video rotationDerek Foreman2-69/+102
2011-11-21Use EDMA for shadow copiesDerek Foreman5-159/+97
2011-11-17Add GEM-based zerocopy Xv supportDaniel Stone3-17/+151
2011-11-16Video: Asynchronous buffer submission/completionDaniel Stone3-3/+68