summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-03sna: Operate on the original boxes for CopyAreaChris Wilson
2012-07-03sna: Allow booting on older kernels by disabling HW accelerationChris Wilson
2012-07-02sna: And free the DIR after useChris Wilson
2012-07-02sna: Consolidate CopyArea with the aim of reducing migration ping-pongChris Wilson
2012-07-02sna: Clear cpu flag after deciding to use gpu boChris Wilson
2012-07-02sna: Check for non-existent /sys/class/backlight directoryChris Wilson
2012-07-02sna: Skip hidden and special entries inside /sys/class/backlightChris Wilson
2012-07-02sna: Prefer backlight iface based on /sys/class/backlight/*/typeChris Wilson
2012-07-02Add asus-nb-wmi backlight controlTom Hughes
2012-07-01sna/gen7: Correct two minor misues of equivalent GEN6 constantsChris Wilson
2012-07-01sna/gen6: Boost VS entries to maximumChris Wilson
2012-07-01sna/dri: Assert that the replacement bo is large enough for the pixmapChris Wilson
2012-07-01sna/trapezoids: Skip the division when converting coverage to floating pointChris Wilson
2012-07-01sna: If the pixmap is marked for flushing, prefer to use the GPUChris Wilson
2012-07-01sna: After an operation on the CPU, prefer not to use the GPUChris Wilson
2012-06-30sna/damage: Early check for contains-box? if subtract and box outside regionChris Wilson
2012-06-29sna/dri: Prefer GPU rendering if no more CPU damage on a DRI boChris Wilson
2012-06-29sna/dri: Optimise clip reduction with copy-to-front to an unclipped WindowChris Wilson
2012-06-29sna: Install the ModeSet handler as the base handlerChris Wilson
2012-06-29sna: Only consider the request list when deciding whether the GPU is busyChris Wilson
2012-06-29sna/trapezoids: Write unaligned fallback boxes inplaceChris Wilson
2012-06-29sna/trapezoids: Render the partial left-edge of fallback unaligned boxesChris Wilson
2012-06-29sna: Use currentTime rather than GetTimeInMillis()Chris Wilson
2012-06-29sna: Add assertions to check that we do install the timersChris Wilson
2012-06-29sna: Make the post-flip delay explictitChris Wilson
2012-06-28sna/gen5: Check harder for need_upload() fallbacksChris Wilson
2012-06-28sna: Correct inverted logic for checking xrgb drawablesChris Wilson
2012-06-28sna: Fix the application of the crtc offset for posting damageChris Wilson
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson
2012-06-28sna: Quieten kernel debug complaints when disabling crtcChris Wilson
2012-06-28sna: Add a DBG to the periodic flush mechanismChris Wilson
2012-06-28sna: Correct the reversal of the periodic flushing semanticsChris Wilson
2012-06-28sna: Flush the per-crtc render caches for rotated scanoutsChris Wilson
2012-06-27sna: s/width/height/ cut'n'paste typoChris Wilson
2012-06-27sna: Remove a trailing ';'Chris Wilson
2012-06-26sna/dri: Hold a reference to the cached DRI2 buffer on the front bufferChris Wilson
2012-06-26sna/gen4: Check for peculiar initial values for the surface offsetChris Wilson
2012-06-25sna: Force DPMS to be on following a modesetChris Wilson
2012-06-25sna: remove the assert(0)s along error pathsChris Wilson
2012-06-25sna/gen5: Tweak thread allocationsChris Wilson
2012-06-23sna/dri: Perform an exchange for a composited windowed SwapBuffersChris Wilson
2012-06-23sna/dri: Queue windowed swapsChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-22sna/gen3+: Remove stale assertions for cached vboChris Wilson
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-21sna: Micro-optimise search_inactive_cacheChris Wilson
2012-06-21sna: Tiles are only 128 bytes wide on gen2Chris Wilson
2012-06-21sna/gen7: Eliminate the pipeline stall after a non-pipelined operationChris Wilson
2012-06-21sna/gen7: Do not emit a pipeline stall after a non-pipelined commandChris Wilson
2012-06-21sna/gen7: prefer using RENDER copyChris Wilson