summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-222.20.1 release2.20.1Chris Wilson
2012-07-22sna/glyphs: Also discard the glyph mask for bitmaps with an opaque sourceChris Wilson
2012-07-22sna: Tweak the fallback hints for XYPixmap PutImageChris Wilson
2012-07-22sna: Promote tiled operations to the GPU if the tile is already on the GPUChris Wilson
2012-07-22sna: Use an upload buffer for large stipplesChris Wilson
2012-07-21sna/dri: We fail at predicting the flip frameChris Wilson
2012-07-21sna: Adjust hints to prefer rendering convex polygon with the GPUChris Wilson
2012-07-21sna: Expand the heuristic for predicting when to use CPU bo for readbackChris Wilson
2012-07-21sna: Update assertion for cached io buffersChris Wilson
2012-07-21sna: Also discard the last-was-cpu flag when overwriting cpu damageChris Wilson
2012-07-21sna: Enable snooping on the reused linear bufferChris Wilson
2012-07-21sna: Fix the reversed not SHM assertionChris Wilson
2012-07-21sna: Avoid marking io/snoop buffers as unreusable unnecessarilyChris Wilson
2012-07-21sna: Correct assertion for __kgem_bo_size()Chris Wilson
2012-07-21sna: Change the vmap interface name to userptrChris Wilson
2012-07-21sna: s/vmap/snoop/ since we use the flag more genericallyChris Wilson
2012-07-21sna: Fix role reversal of __kgem_bo_size() and kgem_bo_size()!Chris Wilson
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson
2012-07-21sna: Micro-optimise copying boxes with the blitterChris Wilson
2012-07-21sna: Only update a buffer when it becomes dirtyChris Wilson
2012-07-20sna: Tweak CPU bo promotion rules for CopyAreaChris Wilson
2012-07-20sna: Only set the vmap flag after we make the bo snoopableChris Wilson
2012-07-20sna: Also check whether the first upload box can use the BLTChris Wilson
2012-07-20sna/gen6: Prefer the more flexible render ring for large surfacesChris Wilson
2012-07-20sna: Just use composite.box() when we only have one boxChris Wilson
2012-07-20sna/dri: Cleanup ring selection for SNB+ CopyRegionChris Wilson
2012-07-20sna: Update WIP userptr example usageChris Wilson
2012-07-20sna: Rename kgem_partial_bo to kgem_bufferChris Wilson
2012-07-20sna: Allow the snoopable upload buffer to take pages from the CPU vma cacheChris Wilson
2012-07-20sna: Remove topmost unused 'flush' attributeChris Wilson
2012-07-20sna: Replace 'sync' flag with equivalent 'flush'Chris Wilson
2012-07-20sna: Remove unused scanout-is-dirty? flagChris Wilson
2012-07-19sna/gen6: Bump the WM thread count to 80Chris Wilson
2012-07-19sna/gen6: Add a simple DBG option to limit usage of either BLT/RENDERChris Wilson
2012-07-19sna: Handle mixed bo/buffers in assertionsChris Wilson
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-19sna: Tweak order of screen re-initialisationChris Wilson
2012-07-19i810: Correct the double negative and enable XAA when availableChris Wilson
2012-07-19i810: Handle initialisation without the XAA module present at runtimeChris Wilson
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson
2012-07-18i810: DRI is not dependent upon XAAChris Wilson
2012-07-18sna/gen4+: Drop unsupported source formatsChris Wilson
2012-07-18sna/dri: Allow DRI2 to be loaded even if we are wedgedChris Wilson
2012-07-18sna/gen6: Micro-optimise render copy emissionChris Wilson
2012-07-18sna/gen7: Micro-optimise render copy emissionChris Wilson
2012-07-18sna: Enable runtime detection of set-cacheing ioctlChris Wilson
2012-07-18sna/trapezoids: Only reduce bounded operators to a single passChris Wilson
2012-07-18sna/trapezoids: Use pixman from within the spans to reduce two-pass operationsChris Wilson
2012-07-18sna: Fix processing of the last fallback boxChris Wilson
2012-07-18sna: Add more DBG for fallback processingChris Wilson