summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-10-05Remove error state dumping code.Eric Anholt
2009-10-05Implement drmmode overlayDaniel Vetter
2009-09-21Remove DGA support from the driver.Keith Packard
2009-09-21Remove vestigial internal rotation which broke KMS DGA/VidMode modesetting.Keith Packard
2009-09-17Don't destroy bufmgr at CloseScreen timeKeith Packard
2009-09-08Add B43 chipset supportZhenyu Wang
2009-09-02Make DGA optionalZhenyu Wang
2009-08-11Fix the chip names printed in the log to be less obnoxious.Adam Jackson
2009-07-28intel: drop RES_SHARED_VGA not needed anymoreDave Airlie
2009-07-28xserver: fix up for stable buildDave Airlie
2009-07-28intel: since driver depends on newer server don't need to wrap thisDave Airlie
2009-07-28intel: update for resources/RAC API removalDave Airlie
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt
2009-07-11Remove vestiges of NoAccel options from i830_driver.cKeith Packard
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard
2009-07-10Always set screen pixmap data pointer at init and resize timesKeith Packard
2009-07-10Make xorg.conf DRI option work under KMS. Fix name of I830AccelMethodInitKeith Packard
2009-07-10Remove NoAccel supportKeith Packard
2009-07-08Initialize the other argument to drmSetInterfaceVersion.Eric Anholt
2009-07-07non-DRI FB resize failed to assign the screen pixmap devPrivate.ptr (22328)Keith Packard
2009-07-07Check for a valid I830Ptr before closing master.Chris Wilson
2009-07-01Fix 945GM VT switch in UMSZhenyu Wang
2009-07-01Load fbcon too if kernel mode setting is checked onZhenyu Wang
2009-06-30Add a few error messages for DRM initializationJesse Barnes
2009-06-29Only get the VBIOS in non-KMS modeJesse Barnes
2009-06-24Fix i830_crtc_on to only check outputs associated with the given CRTCJesse Barnes
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes
2009-06-23Add option to control swapbuffers behaviorJesse Barnes
2009-06-10Remove fixed MMIO sizeZhenyu Wang
2009-06-10Add new chipsets PCI idsZhenyu Wang
2009-06-04Merge branch 'xvmc-vld'root
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-05-26Fold GEM detection into DRM master open.Eric Anholt
2009-05-26Open the DRM and keep the handle throughout server startup to finish.Eric Anholt
2009-05-18 DRI2 for XvMCXiang Hai hao
2009-05-13Add new have_gem flagJesse Barnes
2009-05-12Load i915 and fbcon when checking for KMSKeith Packard
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang
2009-05-01Call down to lower CloseScreen before shutting down DRM allocatorKeith Packard
2009-05-01Revert "Leave allocator running until lower-level CloseScreens are done"Keith Packard
2009-05-01Leave allocator running until lower-level CloseScreens are doneKeith Packard
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-27Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
2009-04-27Remove XF86DRM_MODE.Eric Anholt
2009-04-27Remove I830_XV ifdef.Eric Anholt
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt