summaryrefslogtreecommitdiff
path: root/src/sna/sna_driver.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-29Don't disable acceleration on 830/845g by defaultChris Wilson1-0/+7
2012-07-28sna: Honour the Option "DRI"Chris Wilson1-1/+3
2012-07-23sna: Remove a surplus functionChris Wilson1-16/+2
2012-07-23intel: Refactor the common chipset detection/overrideChris Wilson1-30/+3
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson1-6/+6
2012-07-13sna: Split CloseScreen into two phasesChris Wilson1-25/+35
2012-07-13sna: Only try to enable DRI2 if the module is available at runtimeChris Wilson1-6/+6
2012-07-12sna: Fix build without DRI2Chris Wilson1-2/+0
2012-07-12sna: Check for failure to initialize the sprite pointersChris Wilson1-1/+2
2012-07-10sna: Disable periodic scanout refresh if all outputs are disconnectedChris Wilson1-3/+0
2012-07-09sna: Improve the check for assertionsChris Wilson1-2/+6
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-5/+0
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson1-18/+9
2012-07-08sna/dri: Replace the DRI2 drawable type with a devPrivateChris Wilson1-0/+5
2012-07-08sna: Fixup fb wrapperChris Wilson1-30/+44
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson1-0/+4
2012-07-04sna: Simplify timer executionChris Wilson1-1/+1
2012-07-03sna: Allow booting on older kernels by disabling HW accelerationChris Wilson1-14/+1
2012-06-29sna: Install the ModeSet handler as the base handlerChris Wilson1-9/+2
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson1-9/+33
2012-06-19sna: Check results from syscallsChris Wilson1-3/+11
2012-06-14sna: Make the disable-unused after vt switch distinct from DPMS offChris Wilson1-0/+2
2012-06-13sna: Valgrind updatesZdenek Kabelac1-0/+2
2012-06-12sna: Hook up AdjustFrame()Chris Wilson1-0/+3
2012-06-11sna: Instrument memory/bo allocations for monitoring over timeChris Wilson1-1/+5
2012-06-08sna: Remove option to disable vmapChris Wilson1-8/+0
2012-06-05sna: port to compat apiDave Airlie1-29/+33
2012-06-05sna: drop using block/wakeup data.Dave Airlie1-8/+6
2012-06-04sna: Be paranoid and guard against xf86GetPciInfoForEntityChris Wilson1-1/+1
2012-06-02sna: Prevent NULL deref with early termination and DBG enabledChris Wilson1-2/+6
2012-05-30sna: Convert remaining drmCommands to drmIoctlChris Wilson1-2/+1
2012-05-29sna: Trim the set of includesChris Wilson1-0/+1
2012-05-28sna/dri: Enable handling for Option "SwapBuffersWait"Chris Wilson1-0/+26
2012-05-27sna: Validate all CRTCs after updating oneChris Wilson1-1/+1
2012-05-25sna: Perform the selftest after probingChris Wilson1-2/+2
2012-05-25sna: Check the bus type before declaring probe successChris Wilson1-3/+2
2012-05-25Only create a single instance of the intel_options arrayChris Wilson1-9/+2
2012-05-24Allow runtime switching of AccelMethod between uxa/sna and even glamorChris Wilson1-1/+6
2012-05-24Unify options handling between UXA and SNAEugeni Dodonov1-22/+3
2012-05-24sna: Query CRTC states following a hotplug eventChris Wilson1-0/+1
2012-05-24sna: Add some more DBG tracepoints around modesettingChris Wilson1-1/+3
2012-05-23sna: Suppress modesetting errors on return from VT switchChris Wilson1-9/+7
2012-05-23intel: convert to new screen conversion APIsDave Airlie1-2/+2
2012-05-22sna: Force config restoration after VT switchChris Wilson1-1/+1
2012-05-07sna: Update select timeout when installing a timer in the block handlerChris Wilson1-1/+1
2012-05-06sna: Cache the framebuffer idChris Wilson1-3/+0
2012-03-19sna: Declare videoRam correctly on gen2 devicesChris Wilson1-2/+7
2012-03-09sna: Emit a INFO when compiled with debugging enabledChris Wilson1-0/+4
2012-03-08sna: Mark the pixmap for writing when creating the screen resourcesChris Wilson1-1/+1
2012-03-02sna: Silence an assertion failure during shutdownChris Wilson1-0/+3