summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)Author
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
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-13sna: Split CloseScreen into two phasesChris Wilson
2012-07-13sna: Only try to enable DRI2 if the module is available at runtimeChris Wilson
2012-07-12sna: Fix build without DRI2Chris Wilson
2012-07-09sna: Check for overlapping glyphs within each list, then overlapping listsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-08sna: Remove function for force-to-gpuChris Wilson
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-06sna: Refactor a common function: is_clipped()Chris Wilson
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson
2012-07-04sna: Simplify timer executionChris Wilson
2012-07-03sna: Guess when the client is attempting to read back the whole pixmapChris Wilson
2012-07-01sna: After an operation on the CPU, prefer not to use the GPUChris Wilson
2012-06-29sna: Install the ModeSet handler as the base handlerChris Wilson
2012-06-29sna: Use currentTime rather than GetTimeInMillis()Chris Wilson
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson
2012-06-14sna: Specialise the self-copy blitter to handle vertically overlapping copiesChris Wilson
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson
2012-06-14sna: Supporting overlapping copies for fallback blitsChris Wilson
2012-06-14sna: Explicitly disable the CRTC so that xserver/kernel agree after VT switchChris Wilson
2012-06-12sna: Hook up AdjustFrame()Chris Wilson
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson
2012-06-07sna: Actually create Y-tiled source pixmapsChris Wilson
2012-06-05sna: drop using block/wakeup data.Dave Airlie
2012-06-01sna: Drop return value from 3D point transformChris Wilson