summaryrefslogtreecommitdiff
path: root/src/sna/kgem.c
AgeCommit message (Expand)Author
2012-07-14sna: Tidy sna_copy_boxesChris Wilson
2012-07-14sna: Avoid BLT to snoopable bo on older genChris Wilson
2012-07-14sna: Allow BLT support on future unknown hardwareChris Wilson
2012-07-14sna: Do not perform batch compaction on old kernelsChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-11sna: Remove unused cached partials listChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-07sna: Add a couple of DBG flags to control upload buffersChris Wilson
2012-07-06Allow matching against any device supported by drm/i915Chris Wilson
2012-07-06Make the detection of broken pre-production hardware verboseChris Wilson
2012-07-04sna: drop an unused ret varChris Wilson
2012-07-04sna: Fix detection of EIO through throttleChris Wilson
2012-07-04sna: Use throttle() to confirm a GPU hangChris Wilson
2012-07-03sna: check for failure to change cache level on the boChris Wilson
2012-07-03sna: Use set-cache-level ioctl to create CPU boChris Wilson
2012-07-03sna: Allow booting on older kernels by disabling HW accelerationChris Wilson
2012-06-28sna: Add a DBG to the periodic flush mechanismChris Wilson
2012-06-26sna/gen4: Check for peculiar initial values for the surface offsetChris Wilson
2012-06-25sna: remove the assert(0)s along error pathsChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-21sna: Micro-optimise search_inactive_cacheChris Wilson
2012-06-21sna: Tiles are only 128 bytes wide on gen2Chris Wilson
2012-06-19sna: Check results from syscallsChris Wilson
2012-06-18sna: Align upload buffers to 128Chris Wilson
2012-06-18sna: Fixup tracking of vmap upload buffersChris Wilson
2012-06-15sna: Remove mark-as-cpu after gem_preadChris Wilson
2012-06-13Lots of trivial semantic fixesChris Wilson
2012-06-13sna: Only reuse a write buffer if all external references have been droppedChris Wilson
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson
2012-06-08sna: Add DBG spew to flink()Chris Wilson
2012-06-07sna: Skip flushing the active queue if there is not a suitable bo pendingChris Wilson
2012-06-06sna: Check against integer overflows when computing cache sizeChris Wilson
2012-06-04sna: Make the ignored return value explicitChris Wilson
2012-05-31sna: Suppress flushes once we have cleared the kernel dirtinessChris Wilson
2012-05-30sna: Convert remaining drmCommands to drmIoctlChris Wilson
2012-05-30sna: Replace FREELIKE_BLOCK with MAKE_MEM_NOACCESSChris Wilson
2012-05-29sna: Trim the set of includesChris Wilson
2012-05-28sna: Bump experimental ioctl number for vmapChris Wilson
2012-05-28sna: Only wait if there is a suitable active bufferChris Wilson
2012-05-28sna/dri: Requeue vblank throttling until the vsync'ed copy completesChris Wilson
2012-05-28sna: Add some debugging to show count of outstanding requests during retireChris Wilson
2012-05-28sna: Search the inactive bo cache for a mappable upload bufferChris Wilson
2012-05-23sna: Keep checking retirement for flushing listChris Wilson
2012-05-18sna: Give the proxy a unique nameChris Wilson
2012-05-18sna: Track flushing status of live boChris Wilson
2012-05-14sna: Trim unused partial buffer uploadsChris Wilson
2012-05-13sna: Simplify partial buffer trackingChris Wilson
2012-05-13sna: Optimise kgem_clear_dirty() by keeping dirty buffers at the frontChris Wilson
2012-05-10sna: handle vmap creation failures gracefullyChris Wilson