summaryrefslogtreecommitdiff
path: root/src/sna/sna.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-30sna: Prefer not to create a GPU bo without RENDER accelerationChris Wilson1-0/+5
2012-07-26sna: Allow DRI to force allocation of a GPU bo and backing pixmapChris Wilson1-0/+1
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson1-1/+1
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson1-1/+3
2012-07-20sna: Remove topmost unused 'flush' attributeChris Wilson1-1/+0
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson1-1/+1
2012-07-16Wrap defines to avoid redefinition warningsChris Wilson1-0/+9
2012-07-14Drop some unused includesChris Wilson1-7/+3
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson1-12/+12
2012-07-13sna: Split CloseScreen into two phasesChris Wilson1-0/+1
2012-07-13sna: Only try to enable DRI2 if the module is available at runtimeChris Wilson1-1/+2
2012-07-12sna: Fix build without DRI2Chris Wilson1-2/+12
2012-07-09sna: Check for overlapping glyphs within each list, then overlapping listsChris Wilson1-1/+1
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-20/+4
2012-07-08sna: Remove function for force-to-gpuChris Wilson1-4/+11
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson1-2/+1
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson1-0/+1
2012-07-08sna: Fixup fb wrapperChris Wilson1-17/+5
2012-07-06sna: Refactor a common function: is_clipped()Chris Wilson1-0/+8
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson1-1/+1
2012-07-04sna: Simplify timer executionChris Wilson1-4/+2
2012-07-03sna: Guess when the client is attempting to read back the whole pixmapChris Wilson1-1/+2
2012-07-01sna: After an operation on the CPU, prefer not to use the GPUChris Wilson1-0/+1
2012-06-29sna: Install the ModeSet handler as the base handlerChris Wilson1-1/+0
2012-06-29sna: Use currentTime rather than GetTimeInMillis()Chris Wilson1-1/+0
2012-06-28sna: Force use of per-crtc scanout if the offset is too largeChris Wilson1-0/+1
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson1-13/+23
2012-06-14sna: Specialise the self-copy blitter to handle vertically overlapping copiesChris Wilson1-9/+4
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson1-0/+1
2012-06-14sna: Supporting overlapping copies for fallback blitsChris Wilson1-0/+10
2012-06-14sna: Explicitly disable the CRTC so that xserver/kernel agree after VT switchChris Wilson1-2/+0
2012-06-12sna: Hook up AdjustFrame()Chris Wilson1-0/+1
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson1-1/+12
2012-06-07sna: Actually create Y-tiled source pixmapsChris Wilson1-1/+1
2012-06-05sna: drop using block/wakeup data.Dave Airlie1-2/+0
2012-06-01sna: Drop return value from 3D point transformChris Wilson1-1/+1
2012-05-29sna: Trim the set of includesChris Wilson1-6/+3
2012-05-28sna/dri: Enable handling for Option "SwapBuffersWait"Chris Wilson1-0/+2
2012-05-27sna: Validate all CRTCs after updating oneChris Wilson1-1/+1
2012-05-25sna: Trust the crtc-is-bound determination after modeset and hotplugChris Wilson1-1/+1
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov1-15/+0
2012-05-24sna: Query CRTC states following a hotplug eventChris Wilson1-0/+1
2012-05-23intel: convert to new screen conversion APIsDave Airlie1-1/+1
2012-05-23intel: add compat header file for conversion fnsDave Airlie1-0/+1
2012-05-08sna: Throttle independently of scanout updatesChris Wilson1-0/+1
2012-05-07sna: Update select timeout when installing a timer in the block handlerChris Wilson1-1/+2
2012-05-06sna: Replace timerfd with OsTimerChris Wilson1-1/+3
2012-05-06sna/dri: Only track a single pending flip across all pipesChris Wilson1-1/+1
2012-05-06sna: Cache the framebuffer idChris Wilson1-2/+0
2012-05-04sna/dri: pageflip unref debuggingChris Wilson1-1/+2