summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-16sna: Add VALGRIND_CFLAGS whilst compiling with --enable-valgrindChris Wilson
2013-04-15sna: Only release the scanout cache whilst DRM_MASTERChris Wilson
2013-04-12sna/xvmc: silence a compiler warningChris Wilson
2013-04-12sna: Add missing ';'Chris Wilson
2013-04-12sna: Flush the scanout cache after resizing the displayChris Wilson
2013-04-12sna/gen5: Force a MI_FLUSH between using the BLT and RENDER enginesChris Wilson
2013-04-12sna: Refine assertion about the existence of CPU damage when GPU damagedChris Wilson
2013-04-10sna/gen7: Cache our kernels in L3Chris Wilson
2013-04-10sna: Align uploads to start on page boundariesChris Wilson
2013-04-10sna/xvmc: Wrap each output adaptorChris Wilson
2013-04-10sna: Suppress hotplug events whilst VT switched awayChris Wilson
2013-04-10sna: Add a DBG option for testing userptr more thoroughlyChris Wilson
2013-04-09sna: Document fence limits for gen4+Chris Wilson
2013-04-09sna/video: Textured video passthrough no longer relies upon XvMCChris Wilson
2013-04-09sna/video: Expand passthrough support for overlay planesChris Wilson
2013-04-08sna: Remove assertions for mapped GPU bo if priv->cpu after GPU bo creationChris Wilson
2013-04-06sna: Improve assertions to detect rogue priv->cpu statusChris Wilson
2013-04-04sna: Restore bo->flush status for large boChris Wilson
2013-04-02sna: Adjust userptr structure for implicit paddingChris Wilson
2013-04-02sna: Relax scanline waits on HSW to be emittable from either ringChris Wilson
2013-04-02sna/gen4: Kill stray debugging ErrorF from previous commitChris Wilson
2013-04-02sna/gen4: Break the Video rendering loop into 16 rectangle chunksChris Wilson
2013-04-02DRI2GetMSC: Do not send a bogus ust for when the drawable is not displayedChris Wilson
2013-04-01sna: Try to eliminate pending operations to the bo being replacedChris Wilson
2013-04-01sna: Allow the compiler to inline memcpy for the bitblt routinesChris Wilson
2013-03-28sna/gen7: Refine is_gt2() for Haswell versus IvybridgeChris Wilson
2013-03-27sna/gen7: Resist the temptation to overprogram the number of PS threads for HSWChris Wilson
2013-03-27sna/gen4+: Set read-write allocation mode for the target render cacheChris Wilson
2013-03-27sna/gen7: Fix MOCS for HaswellChris Wilson
2013-03-27sna/gen7: Restore render acceleration for VLV power-on boardChris Wilson
2013-03-27sna/gen7: Prefer spans for GT2 desktop variantsChris Wilson
2013-03-27sna/gen7: Use GT2 values for GT2 variantsChris Wilson
2013-03-26sna: Use a more portable way to determine total RAM sizeMark Kettenis
2013-03-26sna: Add extra '()' around bitwise &/&& for CPU feature detectionChris Wilson
2013-03-26sna/gen4+: Reorder code to compile on squeezeChris Wilson
2013-03-26sna: Check for OS support of AVX/AVX2 before useChris Wilson
2013-03-26sna: Fix AVX2 detectionChris Wilson
2013-03-26sna/gen4+: Add a couple more advanced SSE variants for composite verticesChris Wilson
2013-03-26sna: AVX2 is in the ebx result of cpuidChris Wilson
2013-03-26sna: Trim removed fields from execbuffer2 for OpenBSD supportChris Wilson
2013-03-26sna: Fix OpenBSD backlight control implementationMark Kettenis
2013-03-25Remove the GeneralSocket upon CloseScreenChris Wilson
2013-03-23sna: Convert out-of-bounds sample to CLEARChris Wilson
2013-03-23sna: Fix an assertion to check the correct boChris Wilson
2013-03-22sna: Fix assertions that the pixmap points into the CPU bo for fallbacksChris Wilson
2013-03-22sna: Add backlight control implementationChris Wilson
2013-03-22uxa: Add OpenBSD backlight control implementationMark Kettenis
2013-03-22sna: Fix computation of clip extents for stipplingChris Wilson
2013-03-21sna/dri: Disable assertion and associated bookkeepingChris Wilson
2013-03-19sna: Haswell reintroduces MI_LOAD_SCAN_LINESChris Wilson