summaryrefslogtreecommitdiff
path: root/src/sna/kgem.h
AgeCommit message (Expand)Author
2012-07-16sna: Disable snoopable uplaod buffers for gen4Chris Wilson
2012-07-16Wrap defines to avoid redefinition warningsChris 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-10sna: Avoid the expensive recomputation of the region when copyingChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-03sna: Use set-cache-level ioctl to create CPU boChris Wilson
2012-06-29sna: Only consider the request list when deciding whether the GPU is busyChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-20sna: Don't clear the needs_flush flag after emitting a flush on the busy boChris Wilson
2012-06-19sna: Explain why we ignore the busy status result during kgem_bo_flush()Chris Wilson
2012-06-18sna: Check if the busy is truly busy before commiting to an indirect uploadChris Wilson
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson
2012-06-04sna: Make the bo-is-busy DBG more useful by saying which bo it isChris Wilson
2012-05-29sna: Also check for a free exec slot for the upload buffersChris Wilson
2012-05-28sna/dri: Requeue vblank throttling until the vsync'ed copy completesChris Wilson
2012-05-25sna: Trust the crtc-is-bound determination after modeset and hotplugChris Wilson
2012-05-18sna: Give the proxy a unique nameChris Wilson
2012-05-13sna: Tweak usage of kgem_bo_can_map vs kgem_bo_mappedChris Wilson
2012-05-13sna: Simplify partial buffer trackingChris Wilson
2012-05-09sna: Avoid randomly changing domains of active boChris Wilson
2012-05-08sna: Force remapping for IO transferChris Wilson
2012-05-08sna: Fix off-by-one in checking available execbuffer slotsChris Wilson
2012-05-08sna: Only submit a batch to the scanout if it is not already busyChris Wilson
2012-05-08sna: Throttle independently of scanout updatesChris Wilson
2012-05-08sna: Throttle execution when searching for inactive buffersChris Wilson
2012-05-08sna: Expand batch buffersChris Wilson
2012-05-06sna: Cache the framebuffer idChris Wilson
2012-05-03sna: Improve handling of inplace IO for large transfersChris Wilson
2012-05-02sna: Bring back the minimum alignment for G33Chris Wilson
2012-04-28sna: Tune relocation array sizeChris Wilson
2012-04-28sna: Micro-optimise common case of checking a single fenced boChris Wilson
2012-04-20sna: Always clear the mmapped domains when reusing partial upload buffersChris Wilson
2012-04-14sna: Align render target sizes on gen2/3 to 4x4 render spansChris Wilson
2012-03-30sna: Minimise the risk of hotplug hangs by checking fb before vsyncChris Wilson
2012-03-18sna/gen[345]: Convert CPU mappings to GTT for vertices on submitChris Wilson
2012-03-14sna: Treat unmapped but CPU-mappable bo as available for mappingChris Wilson
2012-03-14sna: Add a couple of asserts for inactive_partial reference countingChris Wilson
2012-03-13sna: Reuse the same upload buffer for the duration of the batchChris Wilson
2012-03-09sna/traps: Add a fast path for narrow masksChris Wilson
2012-03-08sna/gen2+: Prefer not to fallback if the source is busyChris Wilson
2012-03-07sna: Avoid recursive calls to kgem_retire_partials()Chris Wilson
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson
2012-03-01sna: Split storage of inactive partialsChris Wilson
2012-03-01sna: Revamp vmap supportChris Wilson
2012-02-21sna: Clear the scanout flag after releasing the scanout pixmapChris Wilson