summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-26intel: query kernel for caps to setup scrn capabilities.prime-proposedDave Airlie1-0/+20
2012-07-26intel: add pixmap tracking and scanout support.Dave Airlie3-4/+113
2012-07-26intel/uxa: add pixmap sharing support.Dave Airlie1-1/+74
2012-07-26intel: add platform probing support.Dave Airlie2-2/+58
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
2012-07-21sna: Micro-optimise copying boxes with the blitterChris Wilson1-47/+108
2012-07-21sna: Only update a buffer when it becomes dirtyChris Wilson8-19/+21
2012-07-20sna: Tweak CPU bo promotion rules for CopyAreaChris Wilson1-7/+12
2012-07-20sna: Only set the vmap flag after we make the bo snoopableChris Wilson1-2/+7
2012-07-20sna: Also check whether the first upload box can use the BLTChris Wilson1-2/+4
2012-07-20sna/gen6: Prefer the more flexible render ring for large surfacesChris Wilson1-20/+1
2012-07-20sna: Just use composite.box() when we only have one boxChris Wilson1-1/+1
2012-07-20sna/dri: Cleanup ring selection for SNB+ CopyRegionChris Wilson1-4/+8
2012-07-20sna: Update WIP userptr example usageChris Wilson1-8/+14
2012-07-20sna: Rename kgem_partial_bo to kgem_bufferChris Wilson2-55/+54
2012-07-20sna: Allow the snoopable upload buffer to take pages from the CPU vma cacheChris Wilson1-50/+39
2012-07-20sna: Remove topmost unused 'flush' attributeChris Wilson2-18/+22
2012-07-20sna: Replace 'sync' flag with equivalent 'flush'Chris Wilson3-40/+25
2012-07-20sna: Remove unused scanout-is-dirty? flagChris Wilson3-4/+1
2012-07-19sna/gen6: Bump the WM thread count to 80Chris Wilson3-3/+33
2012-07-19sna/gen6: Add a simple DBG option to limit usage of either BLT/RENDERChris Wilson1-0/+10
2012-07-19sna: Handle mixed bo/buffers in assertionsChris Wilson4-9/+17
2012-07-19sna/gen4: Hookup composite spansChris Wilson9-122/+535
2012-07-19sna: Tweak order of screen re-initialisationChris Wilson1-5/+5
2012-07-19i810: Correct the double negative and enable XAA when availableChris Wilson1-1/+1
2012-07-19i810: Handle initialisation without the XAA module present at runtimeChris Wilson2-19/+14
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson3-13/+13