summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-14uxa/glamor: Silence a compiler warning for some unused codeChris Wilson
2011-12-14sna: Protect against deferred malloc failures for pixel dataChris Wilson
2011-12-14sna: Mark upload buffers as unaccessible upon submissionChris Wilson
2011-12-13sna: Allow the debugger to map bo from the batch during kgem_submit()Chris Wilson
2011-12-13sna: Debug fixup for non-LLC systemsChris Wilson
2011-12-13sna: Fix a debugging assertChris Wilson
2011-12-13uxa: Cap the maximum number of VMA cachedChris Wilson
2011-12-13uxa: Wakeup 3s after the last rendering to reap the bo-cacheChris Wilson
2011-12-13configure: Link the extra valgrind debugging to --enable-debugChris Wilson
2011-12-13sna: Set the refcnt on the replacement boChris Wilson
2011-12-13sna: Double-check that the submitted buffers were not purgedChris Wilson
2011-12-13sna/gen2: Tidy checking against too large pixmaps for the 3D pipelineChris Wilson
2011-12-13sna: Force a suitable minimum stride for 3D temporariesChris Wilson
2011-12-13sna/gen2: Check for unhandled pitches in the render pipelineChris Wilson
2011-12-13sna: Enable memcpy uploads to SHM pixmapsChris Wilson
2011-12-13sna: Use the CPU bo as a render source if compatible and no GPU boChris Wilson
2011-12-13sna: Experiment with creating the CPU pixmap using an LLC BOChris Wilson
2011-12-12sna: Defer allocation of memory for larger pixmap until first useChris Wilson
2011-12-12sna: Fix a typo, end statements with semi-colonsChris Wilson
2011-12-12sna: We need to remap the gpu_only mmap prior to every useChris Wilson
2011-12-12sna: Remove bo transference for whole XCopyAreaChris Wilson
2011-12-12sna/gen6: Only use CPU bo for a render target if untiledChris Wilson
2011-12-11sna/gen6: Tidy the usage of the max pipeline sizeChris Wilson
2011-12-11sna/gen3: Move the video dst_bo to make the conditional clearerChris Wilson
2011-12-11sna/composite: Make the check for a no-op earlier and clearerChris Wilson
2011-12-11sna: Enable hooking up of valgrind during debuggingChris Wilson
2011-12-11sna: Add some more debug messages for VMA cachingChris Wilson
2011-12-11sna: Restrict pitch alignment on 945gm to 64 bytesChris Wilson
2011-12-11sna: Update computation of untiled pitch to cater for CREATE_SCANOUTChris Wilson
2011-12-11sna/gen3: Ensure that depth read/writes are disabled before first useChris Wilson
2011-12-11sna: Only transfer the bo if the src/dst are of matching sizeChris Wilson
2011-12-11sna: Only transfer unpinned buffersChris Wilson
2011-12-11uxa/video: Correct the offset of the binding table in the surface bufferChris Wilson
2011-12-11sna: Implement a VMA cacheChris Wilson
2011-12-10sna/gen5: Remove a redundant format checkChris Wilson
2011-12-10sna: Remember to assign a new unique id for the replaced boChris Wilson
2011-12-10sna: Be more pessimistic with CPU sourcesChris Wilson
2011-12-10sna/dri: Prefer using the BLT for DRICopyRegion on pre-SNBChris Wilson
2011-12-10sna: Transfer the whole bo for a replacement XCopyAreaChris Wilson
2011-12-10sna: Only use the 64-byte pitch alignment for scanoutChris Wilson
2011-12-10sna: Remove assertions that external bo are not busyChris Wilson
2011-12-10sna/gen[23]: Fixup render targets with pitches below hw minimumChris Wilson
2011-12-10sna/trapezoids: Try to render traps onto a8 destinations in placeChris Wilson
2011-12-10sna/trapezoids: First try the scan converter for fallbacksChris Wilson
2011-12-09sna: Use a single definition for the inactive cache timeoutChris Wilson
2011-12-09sna: Fallback to ordinary monotonic clock if coarse is not supportedChris Wilson
2011-12-09sna: s/MONOTONICE/MONOTONIC/Chris Wilson
2011-12-09sna: Use the coarse monotonic clock to coalesce wakeup eventsChris Wilson
2011-12-09sna: Discard bo for idle private pixmapsChris Wilson
2011-12-09uxa: Fix clip processing for uxa_fill_spans()Chris Wilson