summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-04sna: Clamp object size to the min of 1/4 of the whole GTT or 1/2 the mappableHEADmasterChris Wilson2-4/+11
2011-07-04sna: Update flush/retirement lists after a implicit flush for mmapChris Wilson1-1/+12
2011-07-04sna: Enable relaxed-fencing for gen2 devicesChris Wilson1-6/+2
2011-07-04sna: Fix gen2 tiled surface sizesChris Wilson1-1/+1
2011-07-04sna/gen2: fix batch buffer acountingChris Wilson1-14/+32
2011-07-04sna: Manually set to the GTT domain for mmapChris Wilson1-0/+6
2011-07-04sna: Trim number of downsample passesChris Wilson1-13/+35
2011-07-04sna: Don't change tiling modes on replaceChris Wilson1-10/+3
2011-07-04sna: Force tiled modes for large pitchesChris Wilson3-8/+36
2011-07-04sna: Finer-grained debugging for trapezoidsChris Wilson1-0/+12
2011-07-02sna/video: Downgrade severity of "overlay not found" messageChris Wilson1-1/+1
2011-07-02sna/gen2: Add missing stub debug filesChris Wilson1-0/+60
2011-07-01sna/gen2: Recompute blend pipeline for component-alpha passChris Wilson1-3/+4
2011-07-01sna/gen2: Pack solid sources into the default diffuse componentChris Wilson1-51/+188
2011-07-01sna/gen2: Remove unused state from invariant setupChris Wilson1-101/+19
2011-07-01sna: Downsample sources 2x too large to fit in the 3D pipelineChris Wilson7-5/+283
2011-07-01sna/gen2: Use specular component for solid spansChris Wilson4-120/+244
2011-07-01sna/gen2: Add missing render fallbacks for blt opsChris Wilson4-42/+448
2011-07-01sna/gen2: Implement composite-spansChris Wilson5-95/+511
2011-06-30sna: Mappable aperture is region 0 on gen2Chris Wilson1-5/+8
2011-06-30sna: Distinguish 830/845 vs 855/865 using the generation idChris Wilson4-11/+20
2011-06-28uxa/glyphs: Fallback instead of crashing on large stringsChris Wilson1-0/+10
2011-06-27sna/video: Use EXTEND_PAD to avoid mixing in the border colorChris Wilson3-3/+3
2011-06-27sna: Disable XVideo using the TexturedAdapter if the GPU is wedgedChris Wilson2-1/+7
2011-06-26sna: Typo in debug assertion.Chris Wilson1-1/+1
2011-06-26sna/dri: Mark the GPU bo as damaged upon a page-flipChris Wilson1-0/+16
2011-06-26sna: Only create bo up to half the size of the mappable apertureChris Wilson4-30/+52
2011-06-26sna/dri: Reorganise schedule_swap to not confuse immediate and wait pathsChris Wilson1-71/+78
2011-06-25sna/dri: Fix composited copy-swapsChris Wilson1-84/+73
2011-06-25sna/display: Protect against drmModeGetCrtc returning NULLChris Wilson1-0/+3
2011-06-25sna/gen4+: Use the drawable rectangle offset for copy boxesChris Wilson3-7/+13
2011-06-25sna: Correct typo in computing damage of PolyPointChris Wilson1-1/+1
2011-06-24sna: Also allow BLT copies to discard the alpha channelChris Wilson7-26/+45
2011-06-24sna/dri: Copy to real front upon swapChris Wilson1-139/+65
2011-06-24sna: Wrap the fbcon in a scratch pixmap for render-copy across depth changesChris Wilson1-3/+14
2011-06-24sna: Avoid using the BLT to copy between mismatching depthsChris Wilson8-21/+77
2011-06-24sna: Support depth-30 and some more logging to show the depthChris Wilson2-4/+18
2011-06-24Xv: set up pipeline for Xv on IvybridgeXiang, Haihao2-24/+554
2011-06-24Xv: upload new shaders to GEM objects for Xv on IvybridgeXiang, Haihao1-6/+30
2011-06-24Xv: update SURFACE_STATE & SAMPLER_STATE for Xv on IvybridgeXiang, Haihao2-11/+267
2011-06-24Xv: New shaders for Xv on IvybridgeXiang, Haihao12-4/+225
2011-06-24Xv: separate fragments from M4 macrosXiang, Haihao10-106/+219
2011-06-24sna: Don't render to invalid surfacesChris Wilson3-3/+7
2011-06-24sna: Clip the fbcon to the frontbufferChris Wilson1-6/+18
2011-06-23sna: Relent and workaround the lack of O_NONBLOCK on /dev/dri/card0Chris Wilson1-1/+14
2011-06-23sna: Debug compile fix, and some extra commentsChris Wilson5-19/+52
2011-06-23sna: For an unbounded op, we need to convert the whole surfaceChris Wilson1-15/+29
2011-06-22Don't include xf86Priv.hAdam Jackson5-5/+0
2011-06-22configure: Define required_xorg_xserver_version later so it can make successf...Jian Zhao1-2/+2
2011-06-22sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson8-74/+97