summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2013-03-03sna: Undo preferred depth for gen3Chris Wilson
2013-03-03sna: Probe for kernel support of framebuffer formatsChris Wilson
2013-03-03sna/dri: Guard against failed batch submissionChris Wilson
2013-03-03sna: Eliminate a few used-once local variablesChris Wilson
2013-03-01sna: Chain up CloseScreenChris Wilson
2013-03-01sna: Assert that inplace operations are done on coherent mapsChris Wilson
2013-03-01sna: Assert that when caching a pixmap header the pScreen matchChris Wilson
2013-03-01sna: Assert that we do not resurrect stale pixmap across a server regenChris Wilson
2013-03-01sna: Assert that the ScrnInfo and ScreenPtr relationship is correctChris Wilson
2013-03-01sna: Move some conditional code out-of-lineChris Wilson
2013-03-01sna: Use depth-15 rather than depth-16 for reduced bw devicesChris Wilson
2013-03-01sna: Track number of pixmaps allocated whilst counting bo leaksChris Wilson
2013-02-28sna/video: Correct scaling of source offsetsChris Wilson
2013-02-27sna: Fix syntax for __get_cpuid()Chris Wilson
2013-02-27sna/dri: Fix use of uninitialised pipe along error pathChris Wilson
2013-02-27sna: Prettify GCC version detection in headersChris Wilson
2013-02-27sna: Improve compatibility of cpuid.h detectionChris Wilson
2013-02-27sna: Remove the trailing '.' from the previous commitChris Wilson
2013-02-27sna: Migrate dirty tracking across ScreenPixmap updatesChris Wilson
2013-02-26sna/gen2: Add SSE2 fast paths for vertex emissionChris Wilson
2013-02-26sna: Force GCC to use the SSE unit for SSE2 routinesChris Wilson
2013-02-26sna: Flatten the glyph emittersChris Wilson
2013-02-26sna/gen3: Expand the number of SSE2 routines for basic composite opsChris Wilson
2013-02-26sna/trapezoids: Add a pair of unlikely hints for forced box emissionChris Wilson
2013-02-26sna: Improve handling of migrated userptr boChris Wilson
2013-02-26sna: Flatten unaligned box emissionChris Wilson
2013-02-26sna: Bump required GCC for sse2Chris Wilson
2013-02-26sna: Conditionally compile sse2 routinesChris Wilson
2013-02-26sna: Conditionally compile sse4_2 routinesChris Wilson
2013-02-26sna: Conditionally compile avx routinesChris Wilson
2013-02-26sna/gen4: Cluster ISAChris Wilson
2013-02-26sna/gen4+: All associated CPUs have sse2 at leastChris Wilson
2013-02-26sna: Only use the GPU bo after migratingChris Wilson
2013-02-26sna: Mention if compiled as 64bit as part of the CPU feature detectionChris Wilson
2013-02-26sna: Ignore SSE4a - not an Intel ISA!Chris Wilson
2013-02-26sna/gen3: Allow conditional use of SSE2Chris Wilson
2013-02-26sna: Print detected CPU featuresChris Wilson
2013-02-26sna: Fix build on older GCC for cpuid()Chris Wilson
2013-02-26sna: Reverse inverted assertionsChris Wilson
2013-02-26sna/gen4+: Begin specialising vertex programs for ISAChris Wilson
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson
2013-02-25sna/gen3+: Restart vertex space checks after lock contentionChris Wilson
2013-02-25sna/gen3+: Assert that nbox is not 0Chris Wilson
2013-02-25sna/trapezoids: Instruct the compiler to flatten the callees whilst rasterisingChris Wilson
2013-02-24sna/gen3: Factor out the per-vertex divide for gradientsChris Wilson
2013-02-24sna: Reduce DefaultDepth to 16 on older chipsetsChris Wilson
2013-02-23sna: Tidy a call to set the gamma before setting up a CRTCChris Wilson
2013-02-22sna: Refuse to create larger than max temporary upload boChris Wilson
2013-02-22sna: Retire before looking for a large 2D bufferChris Wilson
2013-02-22sna: Allow search_linear_cache() to reuse large buffersChris Wilson