summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-14sna/gen6+: Fix calculation of 1/z for projective texturesChris Wilson1-9/+9
2013-10-14sna: Tighten has_coherent_ptr() assertionChris Wilson1-21/+29
2013-10-13sna: Fix typo in DBGChris Wilson1-1/+1
2013-10-13sna/trapezoids: Use the aligned fast path for fallbacksChris Wilson1-8/+12
2013-10-13sna: Cleanup up unused variablesChris Wilson1-2/+0
2013-10-13sna: Update DPMS on attached outputs before disabling the CRTCChris Wilson1-12/+42
2013-10-13sna: Cleanup allocation of sna_output after late syscall failChris Wilson1-1/+3
2013-10-13uxa: Check for allocation failure in i915 videoChris Wilson1-0/+5
2013-10-13uxa: Abort CreateScreenResources after allocation failureChris Wilson1-0/+3
2013-10-10sna: Populate bo->size from dma-bufChris Wilson1-0/+6
2013-10-10sna: Sanitize output->crtc before falling back oto xf86InitialConfigurationChris Wilson1-2/+16
2013-10-10sna/gen4+: Share a few common routinesChris Wilson9-128/+140
2013-10-10sna/gen6+: Share the common routines for ring preferrenceChris Wilson7-428/+308
2013-10-10sna/gen6+: Only allow switching to BLT for fills if we have semaphoresChris Wilson2-2/+4
2013-10-10sna: Prevent changes in tiling/pitch of existing framebuffersChris Wilson1-10/+4
2013-10-10sna: Pass usage hint down to render fill routinesChris Wilson9-35/+58
2013-10-10sna: Upon unwinding operations, also check for exec objects to clearChris Wilson2-3/+20
2013-10-09sna: Steal the current mode nameChris Wilson1-1/+2
2013-10-09sna: Append the current mode to the output list if not foundChris Wilson1-6/+44
2013-10-09sna/gen3+: Flush vertex buffer after computing resizeChris Wilson7-100/+124
2013-10-08sna: Emit DBG for when we fallback to xf86InitialConfig detectionChris Wilson1-1/+6
2013-10-08sna: Rework the num_threads refinement to avoid the divisionChris Wilson5-11/+11
2013-10-08sna/trapezoids: Recompute num_threads to match rangeChris Wilson6-126/+97
2013-10-07sna: Trim color cache allocation to a single pageChris Wilson2-5/+6
2013-10-07sna/trapezoids: Only use a single thread to emit rectilinear spansChris Wilson5-69/+113
2013-10-07sna/gen7: Rename debug option ALWAYS_FLUSH to ALWAYS_INVALIDATEChris Wilson1-2/+3
2013-10-07sna/gen7: Tweak flushingChris Wilson1-1/+1
2013-10-07sna/trapezoids: Restore overflow checkChris Wilson2-5/+7
2013-10-07sna/trapezoids: Fix overstepping vertical edgesChris Wilson2-128/+47
2013-10-06sna/gen7: Add a always-stall debug optionChris Wilson1-0/+3
2013-10-05intel: Filter out the control bit from the device minorChris Wilson1-2/+2
2013-10-05compat-api: Map changes of DamageUnregister API in 1.14.99.2Chris Wilson1-0/+4
2013-10-05sna/trapezoids: Do not pass invalid trapezoids to pixmanChris Wilson1-12/+16
2013-10-05sna/trapezoids: Add a precise scan converterChris Wilson5-141/+3541
2013-10-04sna: Start splitting the trapezoids megafile into parseable blocksChris Wilson6-6698/+7125
2013-10-04sna: Fix FillRectangles intersection with complex clipChris Wilson1-5/+1
2013-10-04sna: Tidy up FillRectangles intersection with complex clipChris Wilson1-7/+13
2013-10-04sna/dri: Only move the scanout to the flip cache if destroyedChris Wilson1-5/+5
2013-10-04sna: Add a few more DBG to track refcntsChris Wilson2-1/+7
2013-10-04sna/gen5: Replace pipe-control with full MI_FLUSH for required CS stallChris Wilson1-0/+4
2013-10-04sna: The device fd is marked as non-blocking so beware the busy-waitChris Wilson1-1/+10
2013-10-03intel: Allow opening the device only through platform informationChris Wilson2-3/+3
2013-10-03intel: Handle fallback probing without match_dataChris Wilson3-11/+44
2013-10-03intel: Remove dependence upon having PciInfoChris Wilson13-47/+91
2013-10-03intel: And restore PlatformProbe to working orderChris Wilson1-1/+1
2013-10-03intel: Querying device attributes must be non-NULLChris Wilson1-3/+17
2013-10-03intel: Fix fallout from accident push of ODEV_ATTRIB_FDChris Wilson1-10/+11
2013-10-03sna: Restart timer evaluations if the BlockHandler takes too longChris Wilson1-2/+5
2013-10-02intel: Query platform fdChris Wilson1-1/+23
2013-10-02intel: Pass the platform device along to the open routinesChris Wilson3-5/+25