summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-09dri: Remove the shadow copy of attachmentChris Wilson1-5/+2
2011-07-09sna: Clamp results for computing BoxRec coords from xRectangleChris Wilson2-28/+59
2011-07-09sna/accel: Fix fallback for depth=1 copyChris Wilson1-11/+19
2011-07-08sna: A buffer only needs a flush if it remains dirty at the end of the batchChris Wilson3-4/+8
2011-07-08sna/gen3: So we also need to ensure stippling is cleared...Chris Wilson1-1/+4
2011-07-08sna/gen3: Restore disabling the use of stencil/fog in the invariantChris Wilson1-2/+3
2011-07-08sna/dri: Enable chaining of page-flipsChris Wilson1-38/+135
2011-07-07sna/dri: Remove redundant NULL check in referenceChris Wilson1-4/+2
2011-07-07sna: Take advantage of the needs_flush tracking on the front bufferChris Wilson2-0/+11
2011-07-06sna: Check against an execbuffer reference before discarding partialsChris Wilson1-2/+2
2011-07-06sna: Compute aligned tiled heights for gen2 correctlyChris Wilson1-3/+6
2011-07-05sna: Reset unused partial buffersChris Wilson1-55/+61
2011-07-05sna: Discard unused partial buffersChris Wilson1-1/+26
2011-07-05sna/gen2: Restore invariant ENABLESChris Wilson1-0/+18
2011-07-05sna/gen[23]: Do as the comments suggest and prefer the BLTChris Wilson2-13/+5
2011-07-05sna: Reduce tiling if pitch is less than a tile_width/height only on pre-G33Chris Wilson1-19/+25
2011-07-05sna: Remove unused aperture_size memberChris Wilson1-1/+0
2011-07-04sna: Clamp object size to the min of 1/4 of the whole GTT or 1/2 the mappableChris 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