summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-26sna/gen7: Reduce WM thread count for IVB GT1ivb-gt1Chris Wilson1-0/+9
2012-07-26uxa: Reduce maximum thread count for IVB to avoid spontaneous combustionChris Wilson2-2/+2
2012-07-26sna/gen7: IVB requires a complete pipeline stall when changing blend modesChris Wilson1-4/+12
2012-07-26sna/dri: Add an explanatory assertionChris Wilson1-0/+1
2012-07-26sna/dri: Tidy fallback/normal CopyRegionChris Wilson1-11/+9
2012-07-26sna/video: Protect against attempting to use TexturedVideo whilst wedgedChris Wilson2-2/+2
2012-07-26sna: Force the damage on the DRI pixmap to be flushed to the GPUChris Wilson1-3/+7
2012-07-26sna: Only recommend not to create bo for a pixmap whilst wedgedChris Wilson1-8/+3
2012-07-26sna/dri: Mark a flush required for any new DRI already on exec/dirty listsChris Wilson2-1/+11
2012-07-26sna: Allow DRI to force allocation of a GPU bo and backing pixmapChris Wilson3-4/+24
2012-07-26sna/dri: Implement fallback handling for CopyRegion whilst wedgedChris Wilson2-13/+56
2012-07-26NEWS: Correct release version: s/2.12.0/2.20.0/Paul Menzel1-1/+1
2012-07-26Limit PCI matching to VGA devicesChris Wilson1-1/+1
2012-07-26sna: Compile against xorg-1.10Chris Wilson1-2/+26
2012-07-25sna: Check for a NULL scanout after DPMS off with shadow enabledChris Wilson1-1/+2
2012-07-25sna: Restore inplace upload for DRI compositorsChris Wilson1-2/+1
2012-07-25sna/gen7: Move the PS thread count definition into the constant structChris Wilson1-6/+6
2012-07-25sna/gen7: Remove duplicated constantsChris Wilson3-177/+44
2012-07-25Assume all unknown chipsets are future genChris Wilson4-7/+7
2012-07-25sna: Initialise single-shot tile offsets before useChris Wilson1-0/+7
2012-07-25sna: Add 'gmux_backlight' to list of known devices for backwards compatabilityChris Wilson1-0/+1
2012-07-25sna: Prefer platform backlight devices over firmwareChris Wilson1-1/+1
2012-07-25sna: Reduce ping-pong for Composite with render disabledChris Wilson1-0/+4
2012-07-25uxa: Add Apple's gmux to the list of known preferred backlightsChris Wilson1-0/+1
2012-07-24sna: Use SETUP_BLT to reduce overheads for tiled BLTChris Wilson1-76/+125
2012-07-24sna: Use SETUP_BLT to reduce overheads for stippled BLTChris Wilson1-54/+114
2012-07-23sna: Remove a surplus functionChris Wilson1-16/+2
2012-07-23uxa: Pass the correct parameters to intel_detect_chipset()Chris Wilson1-2/+1
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson9-123/+44
2012-07-23sna: Refactor PutImage to avoid calling drawable_gc_flags() too earlyChris Wilson1-17/+9
2012-07-23sna: Flesh out tiled operations using the BLTChris Wilson2-0/+291
2012-07-23sna: Hold a reference to the full stipple pattern for repeated tilesChris Wilson1-24/+41
2012-07-222.20.1 releaseChris Wilson2-1/+41
2012-07-22sna/glyphs: Also discard the glyph mask for bitmaps with an opaque sourceChris Wilson1-4/+40
2012-07-22sna: Tweak the fallback hints for XYPixmap PutImageChris Wilson1-8/+18
2012-07-22sna: Promote tiled operations to the GPU if the tile is already on the GPUChris Wilson1-0/+26
2012-07-22sna: Use an upload buffer for large stipplesChris Wilson1-25/+310
2012-07-21sna/dri: We fail at predicting the flip frameChris Wilson1-19/+0
2012-07-21sna: Adjust hints to prefer rendering convex polygon with the GPUChris Wilson1-1/+1
2012-07-21sna: Expand the heuristic for predicting when to use CPU bo for readbackChris Wilson1-7/+26
2012-07-21sna: Update assertion for cached io buffersChris Wilson1-2/+2
2012-07-21sna: Also discard the last-was-cpu flag when overwriting cpu damageChris Wilson1-1/+2
2012-07-21sna: Enable snooping on the reused linear bufferChris Wilson1-14/+10
2012-07-21sna: Fix the reversed not SHM assertionChris Wilson1-1/+1
2012-07-21sna: Avoid marking io/snoop buffers as unreusable unnecessarilyChris Wilson2-7/+5
2012-07-21sna: Correct assertion for __kgem_bo_size()Chris Wilson2-2/+2
2012-07-21sna: Change the vmap interface name to userptrChris Wilson4-47/+46
2012-07-21sna: s/vmap/snoop/ since we use the flag more genericallyChris Wilson5-54/+55
2012-07-21sna: Fix role reversal of __kgem_bo_size() and kgem_bo_size()!Chris Wilson1-2/+2
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson10-386/+446