summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-13uxa/glamor: Enable the rest glamor rendering functions.HEADmasterZhigang Gong7-7/+234
2011-12-13uxa: Cap the maximum number of VMA cachedChris Wilson2-1/+2
2011-12-13uxa: Wakeup 3s after the last rendering to reap the bo-cacheChris Wilson3-0/+24
2011-12-13configure: Link the extra valgrind debugging to --enable-debugChris Wilson1-2/+2
2011-12-13sna: Set the refcnt on the replacement boChris Wilson1-0/+1
2011-12-13sna: Double-check that the submitted buffers were not purgedChris Wilson1-1/+11
2011-12-13sna/gen2: Tidy checking against too large pixmaps for the 3D pipelineChris Wilson1-21/+22
2011-12-13sna: Force a suitable minimum stride for 3D temporariesChris Wilson1-1/+1
2011-12-13sna/gen2: Check for unhandled pitches in the render pipelineChris Wilson1-7/+9
2011-12-13sna: Enable memcpy uploads to SHM pixmapsChris Wilson1-3/+8
2011-12-13sna: Use the CPU bo as a render source if compatible and no GPU boChris Wilson2-4/+58
2011-12-13sna: Experiment with creating the CPU pixmap using an LLC BOChris Wilson3-70/+183
2011-12-12sna: Defer allocation of memory for larger pixmap until first useChris Wilson4-60/+123
2011-12-12sna: Fix a typo, end statements with semi-colonsChris Wilson1-1/+1
2011-12-12sna: We need to remap the gpu_only mmap prior to every useChris Wilson2-20/+15
2011-12-12sna: Remove bo transference for whole XCopyAreaChris Wilson1-29/+0
2011-12-12sna/gen6: Only use CPU bo for a render target if untiledChris Wilson1-10/+13
2011-12-11sna/gen6: Tidy the usage of the max pipeline sizeChris Wilson2-14/+19
2011-12-11sna/gen3: Move the video dst_bo to make the conditional clearerChris Wilson1-3/+3
2011-12-11sna/composite: Make the check for a no-op earlier and clearerChris Wilson1-10/+21
2011-12-11sna: Enable hooking up of valgrind during debuggingChris Wilson4-2/+16
2011-12-11sna: Add some more debug messages for VMA cachingChris Wilson1-2/+6
2011-12-11sna: Restrict pitch alignment on 945gm to 64 bytesChris Wilson2-28/+11
2011-12-11sna: Update computation of untiled pitch to cater for CREATE_SCANOUTChris Wilson1-1/+11
2011-12-11sna/gen3: Ensure that depth read/writes are disabled before first useChris Wilson1-1/+14
2011-12-11sna: Only transfer the bo if the src/dst are of matching sizeChris Wilson1-1/+3
2011-12-11sna: Only transfer unpinned buffersChris Wilson1-1/+3
2011-12-11uxa/video: Correct the offset of the binding table in the surface bufferChris Wilson1-4/+6
2011-12-11sna: Implement a VMA cacheChris Wilson10-43/+107
2011-12-10sna/gen5: Remove a redundant format checkChris Wilson1-5/+1
2011-12-10sna: Remember to assign a new unique id for the replaced boChris Wilson1-0/+1
2011-12-10sna: Be more pessimistic with CPU sourcesChris Wilson1-1/+1
2011-12-10sna/dri: Prefer using the BLT for DRICopyRegion on pre-SNBChris Wilson1-0/+3
2011-12-10sna: Transfer the whole bo for a replacement XCopyAreaChris Wilson1-0/+25
2011-12-10sna: Only use the 64-byte pitch alignment for scanoutChris Wilson3-11/+16
2011-12-10sna: Remove assertions that external bo are not busyChris Wilson1-5/+0
2011-12-10sna/gen[23]: Fixup render targets with pitches below hw minimumChris Wilson4-6/+131
2011-12-10sna/trapezoids: Try to render traps onto a8 destinations in placeChris Wilson2-2/+214
2011-12-10sna/trapezoids: First try the scan converter for fallbacksChris Wilson1-7/+152
2011-12-09sna: Use a single definition for the inactive cache timeoutChris Wilson3-7/+4
2011-12-09sna: Fallback to ordinary monotonic clock if coarse is not supportedChris Wilson1-1/+6
2011-12-09sna: s/MONOTONICE/MONOTONIC/Chris Wilson1-1/+1
2011-12-09sna: Use the coarse monotonic clock to coalesce wakeup eventsChris Wilson2-0/+8
2011-12-09sna: Discard bo for idle private pixmapsChris Wilson2-5/+92
2011-12-09uxa: Fix clip processing for uxa_fill_spans()Chris Wilson1-13/+9
2011-12-09uxa/video: Use the common bo allocations and uploadChris Wilson1-328/+249
2011-12-08sna/trapezoids: Fix detection of rectilinearity after projectionChris Wilson1-4/+4
2011-12-08xf86-video-intel: change order of DPMS operationsSimon Que2-6/+27
2011-12-08sna/gen7: Reduce dst readbacks for unsupported sourcesChris Wilson1-0/+109
2011-12-08sna/gen6: Reduce dst readbacks for unsupported sourcesChris Wilson1-0/+109