summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-05sna: port to compat apiscreen-conv-apiDave Airlie1-29/+33
2012-06-05intel: port legacy and uxa to new API.Dave Airlie7-99/+160
2012-06-05sna: drop using block/wakeup data.Dave Airlie2-10/+6
2012-06-05uxa: drop enable disable access hookDave Airlie2-3/+0
2012-06-04uxa/i965: Silence static analyser by asserting the bo exists for the videoChris Wilson1-0/+2
2012-06-04sna: Exclude consideration of tiling flags from overwriting BLT commandsChris Wilson1-1/+1
2012-06-04sna: Make the bo-is-busy DBG more useful by saying which bo it isChris Wilson1-2/+2
2012-06-04sna: Remove bogus check for color == 0Chris Wilson1-4/+3
2012-06-04sna: Simplify selecting default tiling for framebuffersChris Wilson1-7/+5
2012-06-04uxa: Check for failure from drmModeGetConnector()Chris Wilson1-0/+6
2012-06-04shadowChris Wilson1-1/+1
2012-06-04uxa/shadow: Free the buffer along the unexpected failure to attach to the pixmapChris Wilson1-1/+3
2012-06-04legacy/i810: Silence a compiler warning for missing 'const'Chris Wilson1-1/+1
2012-06-04uxa: Preferred order for calloc is (count, size)Chris Wilson1-2/+4
2012-06-04sna: Check that the buffer was allocated prior to caching itChris Wilson1-1/+2
2012-06-04legacy/i810: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-1/+1
2012-06-04uxa: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-3/+2
2012-06-04sna: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-1/+1
2012-06-04uxa: check for failure to allocate drmModeCrtcChris Wilson1-0/+5
2012-06-04uxa/i965: Drop superfluous 'state' variableChris Wilson1-6/+7
2012-06-04sna/gen2: Remove double 'const'Chris Wilson1-1/+1
2012-06-04sna/gen4+: Use an explicit invalid value for aluChris Wilson5-8/+10
2012-06-04legacy/i810: Remove unused variableChris Wilson1-3/+1
2012-06-04legacy/i810: Reorder DRI teardown code to avoid potential NULL derefsChris Wilson1-24/+25
2012-06-04uxa/dri: Free wait_info along DRI2WaitMSC error pathsChris Wilson1-3/+5
2012-06-04uxa/dri: Make sure is_glamor_pixmap is always initialisedChris Wilson1-4/+4
2012-06-04legacy/i810: Free offscreen image info struct on failureChris Wilson1-1/+2
2012-06-04sna: Free clip boxes (if allocated) along error pathChris Wilson1-2/+8
2012-06-04sna: Make the ignored return value explicitChris Wilson1-1/+1
2012-06-04ux/i965: create_sampler_state_bo() expects enums, so feed it the right typesChris Wilson1-16/+24
2012-06-04sna/debug: Assert the non-existence of the relocation handle at sourceChris Wilson1-1/+1
2012-06-04sna: Silence a compiler warning for loss of 'const' qualifierChris Wilson1-1/+1
2012-06-02sna/trapezoids: Implement trapezoidal opaque fills inplaceChris Wilson2-27/+282
2012-06-02sna: Clear the counters prior to querying the propertyChris Wilson1-0/+4
2012-06-02sna: Prefer to use memset() for extremely large clearsChris Wilson1-1/+6
2012-06-02sna: Add some DBG to retreiving EDIDChris Wilson1-12/+33
2012-06-02sna/gen7: Add DBG for ring switchingChris Wilson1-1/+4
2012-06-02sna: Remove some unused members from the KMS state trackingChris Wilson1-29/+19
2012-06-02sna: Add a DBG message to indicate flushing for GPU idleChris Wilson1-0/+2
2012-06-02sna: Prevent NULL deref with early termination and DBG enabledChris Wilson1-2/+6
2012-06-02legacy/i810/video: Release memory after creating adaptorsChris Wilson1-23/+17
2012-06-02legacy/i810/dri: Propagate failure from allocating texture memoryChris Wilson1-1/+6
2012-06-02legacy/i810: Fix memset(sizeof(*ptr)) rather than memset(sizeof(ptr))Chris Wilson1-1/+1
2012-06-02uxa/i965: Make the unhandled allocation failures explicitChris Wilson2-25/+83
2012-06-02uxa: NameForAtom may return NULLChris Wilson1-0/+2
2012-06-02uxa: Use unsigned bitfields for single bitsChris Wilson1-3/+3
2012-06-02uxa: Intialize is_glamor_pixmapChris Wilson1-1/+1
2012-06-02uxa: Remove 'render_source_is_solid' dead codeChris Wilson2-43/+39
2012-06-02uxa: Fix reallocation of XVAdaptors arrayChris Wilson1-6/+5
2012-06-02sna/gradient: Reuse old gradient bo if allocation of new failsChris Wilson1-1/+11