summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)AuthorFilesLines
2012-07-02sna: Prefer backlight iface based on /sys/class/backlight/*/typeChris Wilson1-41/+111
2012-07-02Add asus-nb-wmi backlight controlTom Hughes1-0/+1
2012-07-01sna/gen7: Correct two minor misues of equivalent GEN6 constantsChris Wilson2-2/+2
2012-07-01sna/gen6: Boost VS entries to maximumChris Wilson1-1/+1
2012-07-01sna/dri: Assert that the replacement bo is large enough for the pixmapChris Wilson1-0/+4
2012-07-01sna/trapezoids: Skip the division when converting coverage to floating pointChris Wilson1-4/+6
2012-07-01sna: If the pixmap is marked for flushing, prefer to use the GPUChris Wilson1-0/+2
2012-07-01sna: After an operation on the CPU, prefer not to use the GPUChris Wilson2-1/+36
2012-06-30sna/damage: Early check for contains-box? if subtract and box outside regionChris Wilson1-2/+7
2012-06-29sna/dri: Prefer GPU rendering if no more CPU damage on a DRI boChris Wilson1-10/+5
2012-06-29sna/dri: Optimise clip reduction with copy-to-front to an unclipped WindowChris Wilson1-24/+27
2012-06-29sna: Install the ModeSet handler as the base handlerChris Wilson2-10/+2
2012-06-29sna: Only consider the request list when deciding whether the GPU is busyChris Wilson2-1/+14
2012-06-29sna/trapezoids: Write unaligned fallback boxes inplaceChris Wilson1-1/+1
2012-06-29sna/trapezoids: Render the partial left-edge of fallback unaligned boxesChris Wilson1-1/+1
2012-06-29sna: Use currentTime rather than GetTimeInMillis()Chris Wilson2-27/+25
2012-06-29sna: Add assertions to check that we do install the timersChris Wilson1-0/+9
2012-06-29sna: Make the post-flip delay explictitChris Wilson1-0/+3
2012-06-28sna/gen5: Check harder for need_upload() fallbacksChris Wilson2-5/+4
2012-06-28sna: Correct inverted logic for checking xrgb drawablesChris Wilson1-3/+12
2012-06-28sna: Fix the application of the crtc offset for posting damageChris Wilson1-2/+2
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson2-0/+10
2012-06-28sna: Quieten kernel debug complaints when disabling crtcChris Wilson1-7/+6
2012-06-28sna: Add a DBG to the periodic flush mechanismChris Wilson2-1/+3
2012-06-28sna: Correct the reversal of the periodic flushing semanticsChris Wilson1-2/+4
2012-06-28sna: Flush the per-crtc render caches for rotated scanoutsChris Wilson1-1/+3
2012-06-27sna: s/width/height/ cut'n'paste typoChris Wilson1-1/+1
2012-06-27sna: Remove a trailing ';'Chris Wilson1-1/+1
2012-06-26sna/dri: Hold a reference to the cached DRI2 buffer on the front bufferChris Wilson1-3/+8
2012-06-26sna/gen4: Check for peculiar initial values for the surface offsetChris Wilson2-0/+3
2012-06-25sna: Force DPMS to be on following a modesetChris Wilson1-4/+27
2012-06-25sna: remove the assert(0)s along error pathsChris Wilson1-5/+0
2012-06-25sna/gen5: Tweak thread allocationsChris Wilson1-4/+4
2012-06-23sna/dri: Perform an exchange for a composited windowed SwapBuffersChris Wilson1-71/+243
2012-06-23sna/dri: Queue windowed swapsChris Wilson1-26/+146
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson10-471/+1072
2012-06-22sna/gen3+: Remove stale assertions for cached vboChris Wilson5-25/+5
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson7-4/+71
2012-06-21sna: Micro-optimise search_inactive_cacheChris Wilson1-6/+5
2012-06-21sna: Tiles are only 128 bytes wide on gen2Chris Wilson1-3/+9
2012-06-21sna/gen7: Eliminate the pipeline stall after a non-pipelined operationChris Wilson1-4/+4
2012-06-21sna/gen7: Do not emit a pipeline stall after a non-pipelined commandChris Wilson1-3/+4
2012-06-21sna/gen7: prefer using RENDER copyChris Wilson1-4/+2
2012-06-21sna/gen7: Prefer using BLT rather than redirect for copiesChris Wilson1-0/+27
2012-06-21sna/gen7: Emit a pipeline flush after every render operationChris Wilson2-11/+33
2012-06-21Encode the third pipe using the HIGH_CRTC shift for vblanksChris Wilson1-34/+38
2012-06-20sna: Don't clear the needs_flush flag after emitting a flush on the busy boChris Wilson1-1/+0
2012-06-20sna/gen7: Prefer BLT for copiesChris Wilson1-8/+6
2012-06-20sna/gen7: Keep using RENDER paths for large pixmapsChris Wilson1-15/+0
2012-06-20sna/gen[67]: Prefer to not force BLT paths for large pixmapsChris Wilson2-6/+2