summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
2013-03-18sna: Skip processing an all-clipped-out glyphChris Wilson
2013-03-07sna: Remove the unused output and crtc listsChris Wilson
2013-03-07sna: Supply a fake pipe to run completely headlessChris Wilson
2013-03-01sna: Track number of pixmaps allocated whilst counting bo leaksChris Wilson
2013-02-26sna: Ignore SSE4a - not an Intel ISA!Chris Wilson
2013-02-26sna: Print detected CPU featuresChris Wilson
2013-02-25sna: Detect available instruction sets at runtimeChris Wilson
2013-02-11sna: Fix inaccurate use of __attribute__((const))Chris Wilson
2013-02-11sna/dri: Tighten the assertions that we have one DRI2Buffer per PixmapChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-02-08sna/gen4: Split the have_render flag in separate prefer_gpu hintsChris Wilson
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson
2013-01-27sna: Begin sketching out a threaded rasteriser for spansChris Wilson
2013-01-24sna: Use threads for simple mask generationChris Wilson
2013-01-24sna: Refactor to use a common fbComposite fallbackChris Wilson
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson
2013-01-20sna: Make DEBUG_SYNC a configure optionChris Wilson
2013-01-17sna: Remove the confusion of the pixmap->undamagedChris Wilson
2013-01-16sna: Revert use of a separate CAN_CREATE_SMALL flagChris Wilson
2013-01-14sna: Apply PutImage optimisations to move-to-cpuChris Wilson
2013-01-02sna/gen2+: Precompute the affine transformation scale factorsChris Wilson
2013-01-01sna: Remove some obsolete OptionsChris Wilson
2012-12-28sna/gen4+: Tidy emit_spans_affine()Chris Wilson
2012-12-21sna: Refactor test for a rotation matrixChris Wilson
2012-12-16intel: Support debugging through AccelMethodChris Wilson
2012-12-15sna/dri: Honour TripleBuffer OptionChris Wilson
2012-11-30sna: Prevent gen4 from rendering to I915_TILING_YChris Wilson
2012-11-26sna: Disable shadow tracking upon regenChris Wilson
2012-11-12sna: Compile against ancient libdrmChris Wilson
2012-10-31sna: Clamp the drawable box to prevent int16 overflowChris Wilson
2012-10-22sna: Update DRI buffer if attached to the framebuffer for TearFree flipsChris Wilson
2012-10-21sna: Remove the unused inactive evictionChris Wilson
2012-09-25sna: Accommodate changes to the Damage extension not unwrapping the GCChris Wilson
2012-09-21sna: Use inplace X tiling for LLC uploadsChris Wilson
2012-09-10sna: Workaround issue with global glyph privates and shared ZaphodHeadsChris Wilson
2012-09-06sna/prime: Distinguish forms of pinned pixmapChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-08-22sna: Flush before adding any SHM pixmap into the batchChris Wilson
2012-08-20sna/gen3: Convert to sna_drawable_use_bo()Chris Wilson
2012-08-20sna: Flush the batch before preparing for a FlushCallbackChris Wilson
2012-08-12sna: Make the failure to create render caches non-fatalChris Wilson
2012-07-30sna: Export sna_drawable_use_bo() to select target for FillRectanglesChris Wilson
2012-07-30sna: Prefer not to create a GPU bo without RENDER accelerationChris Wilson
2012-07-26sna: Allow DRI to force allocation of a GPU bo and backing pixmapChris Wilson
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson
2012-07-20sna: Remove topmost unused 'flush' attributeChris Wilson
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson
2012-07-16Wrap defines to avoid redefinition warningsChris Wilson
2012-07-14Drop some unused includesChris Wilson