summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05uxa: drop enable disable access hookDave 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
2012-06-02legacy/i810/video: Release memory after creating adaptorsChris Wilson
2012-06-02legacy/i810/dri: Propagate failure from allocating texture memoryChris Wilson
2012-06-02legacy/i810: Fix memset(sizeof(*ptr)) rather than memset(sizeof(ptr))Chris Wilson
2012-06-02uxa/i965: Make the unhandled allocation failures explicitChris Wilson
2012-06-02uxa: NameForAtom may return NULLChris Wilson
2012-06-02uxa: Use unsigned bitfields for single bitsChris Wilson
2012-06-02uxa: Intialize is_glamor_pixmapChris Wilson
2012-06-02uxa: Remove 'render_source_is_solid' dead codeChris Wilson