summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-182.20.4 release2.20.4Chris Wilson
2012-08-18sna: Silence a couple of recent compiler warningsChris Wilson
2012-08-16sna: Correct assertion for StoreColorsChris Wilson
2012-08-16sna: Fixup DBG after 7f5a9e3Chris Wilson
2012-08-16uxa/gen3: Simply simple fill shader generationChris Wilson
2012-08-16uxa/glamor: Check for failed preparesChris Wilson
2012-08-16uxa: Check for failed mmapping of the scanoutChris Wilson
2012-08-16test/dri2: Discard error returns from _XReplyChris Wilson
2012-08-16sna: Check for failure to pin the front bufferChris Wilson
2012-08-16sna/gen2: Add break rather than fallthroughChris Wilson
2012-08-16i810: Query PortPriv for the surface propertiesChris Wilson
2012-08-16sna: Fix assignment inside assertion (should be an equality check)Chris Wilson
2012-08-16sna/glyphs: Fix potential leak of glyph extents (for many lists of many formats)Chris Wilson
2012-08-16sna: Remember alpha-fixup for BLT uploadChris Wilson
2012-08-16sna: Avoid conflating tearfree and randr shadow modesChris Wilson
2012-08-15sna: Avoid queuing a pageflip on a DPMS off pipeChris Wilson
2012-08-15sna: Only continue to update the shadow buffer if the flips succeededChris Wilson
2012-08-15sna: Submit the batch upon destroying a ShmPixmapChris Wilson
2012-08-15sna: Flush shm pixmaps after uploadChris Wilson
2012-08-15sna: Remove zero-size rectangles fro PolyFillRectangleChris Wilson
2012-08-14sna/gen2,3: Prevent dereferencing a NULL bo with solid render fillsChris Wilson
2012-08-14sna: Defer the release of a busy SHM pixmap until the next flush callbackChris Wilson
2012-08-14sna: Enable use of shm pixmap for readbackChris Wilson
2012-08-12sna: do not bother attaching to a miniscule ShmPixmapChris Wilson
2012-08-12uxa: Only emit a warning if we fail to tile the frontbuffer and the hw allowsChris Wilson
2012-08-12sna: Fix compilation without pixman glyphsChris Wilson
2012-08-12sna: Make the failure to create render caches non-fatalChris Wilson
2012-08-12intel: fix video xvPipe range checkDave Airlie
2012-08-11sna: Fix typo in computation of texel offsets for tiled 8x8 bltsChris Wilson
2012-08-11sna: Discard the GPU bo after syncing to CPU bo for writingChris Wilson
2012-08-11sna: Add a little DBG for promotion of CPU source boChris Wilson
2012-08-11sna: Treat ShmPixmap as ordinaryChris Wilson
2012-08-11sna: Only mark userptr bo as snooped on non-LLC architecturesChris Wilson
2012-08-11sna: Mark SHM userptr bo as unreusableChris Wilson
2012-08-11sna/gen2-5: Substitute an equivalent BLT composite operationChris Wilson
2012-08-11sna/gen6+: Try to use the BLT to avoid TLB missesChris Wilson
2012-08-11sna: Handle userptr failures more gracefullyChris Wilson
2012-08-10sna: Reset BLT state after copy-boxesChris Wilson
2012-08-10sna: Improve a DBG statementChris Wilson
2012-08-10sna: Add assertions to 8x8 tiled BLTs and reset BLT state afterwardsChris Wilson
2012-08-10sna: Add a couple of debug options to control use of BLT patternsChris Wilson
2012-08-08sna: Use the HAS_SEMAPHORES parameter when availableChris Wilson
2012-08-08sna: Use a compile time constant for determine the zeroth bitChris Wilson
2012-08-08sna: Ignore trailing bits when comparing lines inside the bitmapChris Wilson
2012-08-08sna/gen5: Add DBG for context switchingChris Wilson
2012-08-08sna: Add DBG option to disable discarding of glyph masksChris Wilson
2012-08-08sna/gen5: Fix use of uninitialised rgba value for DBGChris Wilson
2012-08-08sna: Minor DBG for fallback glyphs and discarding the maskChris Wilson
2012-08-07sna: Check the composite extents against the clipChris Wilson
2012-08-07Add Haswell PCI IDsPaulo Zanoni