summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-04NEWS: fixup missing links to bugs referenced in 2.20.6 release notesChris Wilson
2012-09-04sna: And remember to flush the damage to the output slaves...Chris Wilson
2012-09-04sna: Improve handling of output offloadingChris Wilson
2012-09-04sna: Fix a typo in an error messageChris Wilson
2012-09-04sna: Add some DBG to the prime pathsChris Wilson
2012-09-04sna: Fixup CREATE_USAGE_SHAREDChris Wilson
2012-09-04sna: Fix typo for detecting prime ioctlsChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-09-03sna: Enable platform probingChris Wilson
2012-09-03uxa: Fix Backlight option support.Сковорода Никита Андреевич
2012-09-03sna/gen6+: Redirect fills if the destination is too large for 3DChris Wilson
2012-09-04intel: fix return value for no pEntDave Airlie
2012-09-03intel: query kernel for caps to setup scrn capabilities.Dave Airlie
2012-09-03intel: add pixmap tracking and scanout support. (v2)Dave Airlie
2012-09-03intel/uxa: add pixmap sharing support.Dave Airlie
2012-09-03intel: add platform probing support.Dave Airlie
2012-09-02man: Malformed "Backlight" sectionChris Wilson
2012-09-02sna: Cache the temporary upload buffer when copying boxesChris Wilson
2012-09-02sna: Don't retire when searching for a snoopable buffer without hw supportChris Wilson
2012-09-022.20.6 release2.20.6Chris Wilson
2012-09-02sna: Tweak placement rules if we already have a CPU boChris Wilson
2012-09-01sna/dri: Remove busy-wait spin from vblank chaining of swapbuffersChris Wilson
2012-09-01sna: Nullify gpu_bo after free in case final release is deferred in destroyChris Wilson
2012-09-01sna/gen2+: Add the missing assertions in case the drawrect is invalidChris Wilson
2012-09-01sna: Discard cached CPU upload early when clearing with a solid fillChris Wilson
2012-08-30sna/dri: Use common routine for testing busyness after flushChris Wilson
2012-08-30sna/dri: Hold a reference to the vsync blitChris Wilson
2012-08-29sna: Remove inconsistent assertionChris Wilson
2012-08-28sna: Align active upload buffers to the next page for reuseChris Wilson
2012-08-28sna: Discard inplace flag if we create a CPU map for the upload bufferChris Wilson
2012-08-28sna: Propagate the request to flush rather than directly submit the batchChris Wilson
2012-08-28sna: Make sure we reset the domain tracking when exporting DRI boChris Wilson
2012-08-27sna: Track outstanding requests per-ringChris Wilson
2012-08-27sna: Ensure that we create a GTT mapping for the inplace upload bufferChris Wilson
2012-08-27sna: Force the stall if using a busy ShmPixmap bo with PutImageChris Wilson
2012-08-27sna: Add a modicum of DBG to kgem_is_idle()Chris Wilson
2012-08-27sna: Fix crash with broken DBG missing one of its argumentsChris Wilson
2012-08-27sna: A little more DBG to try and identify ratelimiting opsChris Wilson
2012-08-27sna: Assert that the bo is marked as 'flush' when exported to DRI clientsChris Wilson
2012-08-27sna: Upload PutImage inplace to a fresh GPU bo if the device doesn't snoopChris Wilson
2012-08-27sna: Flush the batch if it references a ShmPixmap and the GPU is idleChris Wilson
2012-08-27Revert "sna: Cleanup composite redirection after substituting the BLT"Chris Wilson
2012-08-26Add Option "Backlight" to override the probed backlight control interfaceChris Wilson
2012-08-26sna/gen5+: Use the common methods for choosing the render targetsChris Wilson
2012-08-26sna: Use a fast span emitter for mono trapezoids without damage or clippingChris Wilson
2012-08-26sna/gen6+: Do not call sna_blt_composite() after prepping the composite opChris Wilson
2012-08-26sna/gen6+: Simplify prefer_blt_boChris Wilson
2012-08-26sna: Add some DBG to kgem_is_idle()Chris Wilson
2012-08-26sna: Add some DBG to BLT composite substitute to show if redirection is usedChris Wilson
2012-08-26sna: Cleanup composite redirection after substituting the BLTChris Wilson