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