summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-29uxa: Only destroy the bufmgr if it existsChris Wilson
2012-09-28sna: Restore LLC cache level after using a buffer for scanout (uncached)Chris Wilson
2012-09-27sna/dri: Improve handling of flipping with no outputsChris Wilson
2012-09-27sna: Attempt to restore the current mode if pipe is disabled on DPMS onChris Wilson
2012-09-27uxa: Update mode->fb_id after completing pageflipsChris Wilson
2012-09-27Remove the last couple of references to mibstoreChris Wilson
2012-09-27uxa: Fixup the last couple of commits after realising I didn't have uxa enabledChris Wilson
2012-09-27uxa: Do not attempt to pageflip whilst not masterChris Wilson
2012-09-27uxa: Confirm the pipe is alive before flippingChris Wilson
2012-09-27uxa/dri: Confirm Drawable is still attached to an active pipe before flippingChris Wilson
2012-09-26sna: Typo in DBGChris Wilson
2012-09-26Kill mibstore pretend backwards compatibilityChris Wilson
2012-09-26sna/video: Force integer promotion to avoid u16 overflow for frame sizeChris Wilson
2012-09-26sna/dri: Handle pending flips when drawable disappears.Chris Wilson
2012-09-26uxa: Prevent attempting to call intel_mode_fini() before PreInit runsChris Wilson
2012-09-25sna/gen5: Add WA referenceChris Wilson
2012-09-25sna: Make sure the batch is flushed before setting DPMSChris Wilson
2012-09-25sna: Accommodate changes to the Damage extension not unwrapping the GCChris Wilson
2012-09-25Add miInitializeBackingStore() to compat-api.hChris Wilson
2012-09-25sna: Remove unused reference to mibstore.h, removed in future XorgChris Wilson
2012-09-25sna/dri: Fixup a DBG statement not to print gibberishChris Wilson
2012-09-23sna: Check against op->dst.bo rather than priv->cpu_bo for composite uploadChris Wilson
2012-09-23sna: Check that the CPU bo exists before declaring it is busy along uploadChris Wilson
2012-09-23Silence a couple of potential compiler warningsChris Wilson
2012-09-23Allow compilation of a separate i810 driverChris Wilson
2012-09-23sna: Avoid overflows when translating the box16 extents during a copyChris Wilson
2012-09-23sna: Add missing protection against int16 overflow when copyingChris Wilson
2012-09-23Reorder INTEL_XVMC define so that we pick up Option "XvMC"Chris Wilson
2012-09-22sna: Force the stall before trying to upload into a busy CPU boChris Wilson
2012-09-21sna: Force an inplace upload if already wedgedChris Wilson
2012-09-21sna: Do not query for the NULL edid propertyChris Wilson
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson
2012-09-20sna/gen3+: Trim the target extents to the CompositeClipChris Wilson
2012-09-19sna/dri:Add some DBG and assertions to validate names passed back to clientsChris Wilson
2012-09-18sna: Add some asserts useful for tracking an xserver drawing bugChris Wilson
2012-09-18sna/gen7: Add some ring switching sanity checksChris Wilson
2012-09-18sna: Remove special casing of drawing depth=1 glyphsChris Wilson
2012-09-18sna: Check that we do not keep a GPU bo around after flushing a ShmPixmapChris Wilson
2012-09-15sna: Improve handling of probe failure during initialisationChris Wilson
2012-09-14Add basic support for ValleyViewChris Wilson
2012-09-14sna: Only discard CPU damage if we completely overwrite its extentsChris Wilson
2012-09-14sna/dri: flip->next_front.bo is owned by the DRI drawable not by the flipChris Wilson
2012-09-14sna/dri: And the hunt for the use-after-free continues...Chris Wilson
2012-09-14sna: Fix typo for sna_render_picture_flatten()Chris Wilson
2012-09-14sna/dri: Update AsyncSwap for recent changes in tracking DRI drawablesChris Wilson
2012-09-14sna/dri: Add a bunch of assertions for hunting a use-after-freeChris Wilson
2012-09-14sna/dri: Version bump for prototypical AsyncSwapChris Wilson
2012-09-14Skip adding unknown special modesChris Wilson
2012-09-13sna/gen7: Defensively program default GT valuesChris Wilson
2012-09-13sna: Fix analysis of source extents for BLT compositeChris Wilson