summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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
2009-04-27unifdef I830_USE_UXA.Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-04-27Remove XAA support.Eric Anholt
2009-04-27Remove DRI1 support.Eric Anholt
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt
2009-04-27Fix drmSetMaster/DropMaster error messages.Eric Anholt
2009-04-24Free front buffer bo when X exitShuang He
2009-04-22Revert "fix overflow warning on videoRam"Eric Anholt
2009-04-21Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac
2009-04-21Remove dead xoffset/yoffset from pre-randr.Eric Anholt
2009-04-21Remove dead monitor detect debugger.Eric Anholt
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-04-21Use a static inline to replace if (0) to an unused stub function.Eric Anholt
2009-04-21Remove unused i830_output_type_namesEric Anholt