summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-06-24Xv: separate fragments from M4 macrosXiang, Haihao
2011-06-24sna: Don't render to invalid surfacesChris Wilson
2011-06-24sna: Clip the fbcon to the frontbufferChris Wilson
2011-06-23sna: Relent and workaround the lack of O_NONBLOCK on /dev/dri/card0Chris Wilson
2011-06-23sna: Debug compile fix, and some extra commentsChris Wilson
2011-06-23sna: For an unbounded op, we need to convert the whole surfaceChris Wilson
2011-06-22Don't include xf86Priv.hAdam Jackson
2011-06-22configure: Define required_xorg_xserver_version later so it can make successf...Jian Zhao
2011-06-22sna/video: Use pwrite for upload of unclipped, unrotated framesChris Wilson
2011-06-20sna: Only reduce gpu damage after migrationChris Wilson
2011-06-20sna/gen4: Check for sufficient batch space before emitting pipelined pointersChris Wilson
2011-06-20sna/gen4: Correct the number of dwods required to emit the ca passChris Wilson
2011-06-20sna: Don't perform a GPU copy of the scanout if it is wedged.Chris Wilson
2011-06-20sna: Add some debugging asserts for handling wedged GPUsChris Wilson
2011-06-20sna: Bypass the gpu-is-wedged? check for forced bo creationChris Wilson
2011-06-18sna: Bump the required xserver version to 1.10Chris Wilson
2011-06-17sna/display: After copying the fbcon, tell the server that we have a backgroundChris Wilson
2011-06-17sna/display: Apply damage for the fbcon copyChris Wilson
2011-06-17sna: Copy the fbcon contents onto the front buffer upon X startupChris Wilson
2011-06-17sna: Fix kgem_create_from_name error paths and to mark the bo as non-reusableChris Wilson
2011-06-17sna/display: Remove the caching of the drmModeCrtcChris Wilson
2011-06-16sna/accel: convert BOX_ADD_RECT to an inline functionChris Wilson
2011-06-16sna/accel: convert BOX_ADD_PT to an inline functionChris Wilson
2011-06-16sna/accel: convert TRIM_AND_TRANSLATE_BOX to an inline functionChris Wilson
2011-06-16sna/accel: convert TRANSLATE_BOX to an inline functionChris Wilson
2011-06-16sna/accel: convert TRIM_BOX to an inlineChris Wilson
2011-06-16sna/accel: convert CLIP_BOX to an inline functionChris Wilson
2011-06-16sna/accel: convert BOX_EMPTY macro to an inline functionChris Wilson
2011-06-16sna: Fix the typo in BOX_EMPTYChris Wilson
2011-06-16sna: Only retire requests after IO if the bo was activeChris Wilson
2011-06-16sna: Purge the bo cache only if we detect aperture thrashingChris Wilson
2011-06-16uxa: Remove the attempt to use the 3D pipeline for core renderingChris Wilson
2011-06-16sna: compile fix.Chris Wilson
2011-06-16sna/accel: Prevent initialising a region with an invalid boxChris Wilson
2011-06-16sna/dri: Add some comments to explain the choice of flags upon the boChris Wilson
2011-06-15sna: Clear the gpu flag once is not busy and no flush is pendingChris Wilson
2011-06-14sna/dri: And fix the blit swap pathsChris Wilson
2011-06-14sna: Split zaphod across the crtcsChris Wilson
2011-06-14sna: Compile fix for debugging enabledChris Wilson
2011-06-13test: Exclude the long running stress tests from make distcheckChris Wilson
2011-06-13sna: Invalidate the mode if the front pixmap was swapped whilst blankedChris Wilson
2011-06-13sna/dri: Accurately track front and pending front for async flipsChris Wilson
2011-06-13sna/dri: Complete the pending async flip even after DrawableGoneChris Wilson
2011-06-12sna: Just do a pointer exchange when flipping with no scanoutChris Wilson
2011-06-12sna: Check that the scanout is still attached before waiting for scanlineChris Wilson
2011-06-12sna: Prevent tracking scratch pixmaps on older xserversChris Wilson
2011-06-12sna/dri: Fix tripple-buffering for vblank_mode=0Chris Wilson
2011-06-11sna/dri: Skip querying current msc for immediate swapsChris Wilson
2011-06-11sna/dri: Queue page-flips immediately for next vblankChris Wilson
2011-06-11sna/dri: For offscreen, swaps just exchange the buffersChris Wilson