summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-17sna: Promote pinned-batches to run-time detectionChris Wilson
2012-12-17uxa: Fix copy'n'paste of false not FALSEChris Wilson
2012-12-17sna/video: Pass along the video source offsetChris Wilson
2012-12-17sna: Limit the default upload buffer size to half the cpu cacheChris Wilson
2012-12-16sna: Enable support for opting out of the kernel CS workaroundChris Wilson
2012-12-16sna: Try to reuse pinned batches by inspecting the kernel busy statusChris Wilson
2012-12-16sna: Precompute the base set of batch-flagsChris Wilson
2012-12-16sna: Only flush at the low fence wm if idleChris Wilson
2012-12-16intel: Support debugging through AccelMethodChris Wilson
2012-12-16sna: Tweak the idle SHM CopyArea path to also replace a busy GPU boChris Wilson
2012-12-16sna: Do not force use of the GPU for a copy from a SHM pixmapChris Wilson
2012-12-16sna/gen6+: Tweak prefer-blt-boChris Wilson
2012-12-16sna/gen6+: Keep the bo on its current ringChris Wilson
2012-12-16sna/gen6+: Apply the is_scanout to the key not value in the binding cacheChris Wilson
2012-12-16sna/trapezoids: Add another inline hintChris Wilson
2012-12-16sna: Include shm hint in render placementChris Wilson
2012-12-15sna/dri: Fallback to a blit after a failed flipChris Wilson
2012-12-15sna/dri: Honour TripleBuffer OptionChris Wilson
2012-12-14sna/dri: Store and check size of front/back bo attached to a DRI2 drawableChris Wilson
2012-12-14sna: Reduce fence watermarksChris Wilson
2012-12-14sna/gen2+: Experiment with not forcing migration to GPU after CPU rasterisationChris Wilson
2012-12-14sna/gen3: Don't combine primitives if beginning a ca 2-passChris Wilson
2012-12-14sna/gen3: Remove stray setting of vertex_startChris Wilson
2012-12-13sna/gen2: Reorder reuse_source() to avoid NULL dereference for solidsChris Wilson
2012-12-13sna/gen2: Initialise channel->is_affine for solidChris Wilson
2012-12-13sna/gen2: AssertionsChris Wilson
2012-12-13sna/gen3: Remove incorrect optimisation of an opaque source for CAChris Wilson
2012-12-13sna/gen2: Program solid mask using the DIFFUSE componentChris Wilson
2012-12-13sna/gen2: Align surface sizes to an even tileChris Wilson
2012-12-13sna: Fix up BLT overwrite detection to use target_handleChris Wilson
2012-12-13sna: Fix typo for 830/845 genChris Wilson
2012-12-13sna: Only flush the batch after an actual relocationChris Wilson
2012-12-12sna: Improve the initialisation failure path for pinned batchesChris Wilson
2012-12-12sna: Fix the error path in kgem_init_pinned_batches() to use the right iterChris Wilson
2012-12-12sna: Pin some batches to avoid CS incoherence on 830/845Chris Wilson
2012-12-12sna/gen2: STIPPLE requires an argumentChris Wilson
2012-12-12sna/gen3+: Use nearest for unscaled videosChris Wilson
2012-12-12sna/gen4: Use the single-threaded SF w/a for spans as wellChris Wilson
2012-12-11sna/dri: Fix handling of current_msc > target_mscChris Wilson
2012-12-11sna/dri: Query current msc before useChris Wilson
2012-12-10sna/dri: Disable name exchanges for SwapBuffersChris Wilson
2012-12-10sna/dri: Only special case 'divisor && msc-passed' for immediate flippingChris Wilson
2012-12-10dri2: don't schedule a flip prematurely at ScheduleSwap timeJesse Barnes
2012-12-10sna: Try installing a fallback config on VT enter in case full desiredMode failsChris Wilson
2012-12-10sna: Avoid reusing the same 'busy' bit for two different meanings.Chris Wilson
2012-12-10sna: Compromise and only flush a split batch if writing to scanoutChris Wilson
2012-12-10sna: Immediately flush a split batchChris Wilson
2012-12-09sna/sprite: Add a DBG to report whether the kernel supports spritesChris Wilson
2012-12-09sna: Move source to CPU prior to referencing for inplace trapezoidsChris Wilson
2012-12-09sna/gen4+: Refine test for preferring GPU spansChris Wilson