summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-06uxa/dri: Fix up typo from f2513cb0fChris Wilson
2012-06-06uxa/dri: Transfer reference of the new_back buffer to the flip_chainChris Wilson
2012-06-06sna: Perform CopyArea directly onto a CPU bo if availableChris Wilson
2012-06-06sna: Use GPU for readback onto CPU boChris Wilson
2012-06-06uxa/dri: Do not use undeclared stdbool featuresChris Wilson
2012-06-05sna/damage: Add some assertions to validate that each damage box is non-emptyChris Wilson
2012-06-05uxa: Check for DPMS off before scheduling a WAIT_ON_EVENTChris Wilson
2012-06-05sna: Try to create Y-tiled pixmaps for initial source boChris Wilson
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson
2012-06-05sna: port to compat apiDave Airlie
2012-06-05intel: port legacy and uxa to new API.Dave Airlie
2012-06-05sna: drop using block/wakeup data.Dave Airlie
2012-06-05sna: Add inline keyword in conjunction with attribute(always_inline)Chris Wilson
2012-06-05sna: Maintain the operation on the CPU if not completely replacing all-damagedChris Wilson
2012-06-04uxa/i965: Silence static analyser by asserting the bo exists for the videoChris Wilson
2012-06-04sna: Exclude consideration of tiling flags from overwriting BLT commandsChris Wilson
2012-06-04sna: Make the bo-is-busy DBG more useful by saying which bo it isChris Wilson
2012-06-04sna: Remove bogus check for color == 0Chris Wilson
2012-06-04sna: Simplify selecting default tiling for framebuffersChris Wilson
2012-06-04uxa: Check for failure from drmModeGetConnector()Chris Wilson
2012-06-04shadowChris Wilson
2012-06-04uxa/shadow: Free the buffer along the unexpected failure to attach to the pixmapChris Wilson
2012-06-04legacy/i810: Silence a compiler warning for missing 'const'Chris Wilson
2012-06-04uxa: Preferred order for calloc is (count, size)Chris Wilson
2012-06-04sna: Check that the buffer was allocated prior to caching itChris Wilson
2012-06-04legacy/i810: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson
2012-06-04uxa: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson
2012-06-04sna: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson
2012-06-04uxa: check for failure to allocate drmModeCrtcChris Wilson
2012-06-04uxa/i965: Drop superfluous 'state' variableChris Wilson
2012-06-04sna/gen2: Remove double 'const'Chris Wilson
2012-06-04sna/gen4+: Use an explicit invalid value for aluChris Wilson
2012-06-04legacy/i810: Remove unused variableChris Wilson
2012-06-04legacy/i810: Reorder DRI teardown code to avoid potential NULL derefsChris Wilson
2012-06-04uxa/dri: Free wait_info along DRI2WaitMSC error pathsChris Wilson
2012-06-04uxa/dri: Make sure is_glamor_pixmap is always initialisedChris Wilson
2012-06-04legacy/i810: Free offscreen image info struct on failureChris Wilson
2012-06-04sna: Free clip boxes (if allocated) along error pathChris Wilson
2012-06-04sna: Make the ignored return value explicitChris Wilson
2012-06-04ux/i965: create_sampler_state_bo() expects enums, so feed it the right typesChris Wilson
2012-06-04sna/debug: Assert the non-existence of the relocation handle at sourceChris Wilson
2012-06-04sna: Silence a compiler warning for loss of 'const' qualifierChris Wilson
2012-06-02sna/trapezoids: Implement trapezoidal opaque fills inplaceChris Wilson
2012-06-02sna: Clear the counters prior to querying the propertyChris Wilson
2012-06-02sna: Prefer to use memset() for extremely large clearsChris Wilson
2012-06-02sna: Add some DBG to retreiving EDIDChris Wilson
2012-06-02sna/gen7: Add DBG for ring switchingChris Wilson
2012-06-02sna: Remove some unused members from the KMS state trackingChris Wilson
2012-06-02sna: Add a DBG message to indicate flushing for GPU idleChris Wilson
2012-06-02sna: Prevent NULL deref with early termination and DBG enabledChris Wilson