summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-28intel: drop RES_SHARED_VGA not needed anymoreDave Airlie1-33/+29
2009-07-28xserver: fix up for stable buildDave Airlie1-0/+4
2009-07-28intel: since driver depends on newer server don't need to wrap thisDave Airlie1-17/+0
2009-07-28intel: update for resources/RAC API removalDave Airlie1-0/+6
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt1-1/+1
2009-07-11Remove vestiges of NoAccel options from i830_driver.cKeith Packard1-2/+0
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard1-6/+2
2009-07-10Always set screen pixmap data pointer at init and resize timesKeith Packard1-5/+10
2009-07-10Make xorg.conf DRI option work under KMS. Fix name of I830AccelMethodInitKeith Packard1-6/+12
2009-07-10Remove NoAccel supportKeith Packard1-121/+21
2009-07-08Initialize the other argument to drmSetInterfaceVersion.Eric Anholt1-0/+1
2009-07-07non-DRI FB resize failed to assign the screen pixmap devPrivate.ptr (22328)Keith Packard1-1/+8
2009-07-07Check for a valid I830Ptr before closing master.Chris Wilson1-1/+1
2009-07-01Fix 945GM VT switch in UMSZhenyu Wang1-3/+3
2009-07-01Load fbcon too if kernel mode setting is checked onZhenyu Wang1-7/+6
2009-06-30Add a few error messages for DRM initializationJesse Barnes1-2/+7
2009-06-29Only get the VBIOS in non-KMS modeJesse Barnes1-4/+3
2009-06-24Fix i830_crtc_on to only check outputs associated with the given CRTCJesse Barnes1-1/+2
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes1-0/+43
2009-06-23Add option to control swapbuffers behaviorJesse Barnes1-0/+15
2009-06-10Remove fixed MMIO sizeZhenyu Wang1-4/+6
2009-06-10Add new chipsets PCI idsZhenyu Wang1-2/+12
2009-06-04Merge branch 'xvmc-vld'root1-2/+3
2009-05-28Remove useless loader symbol lists.Adam Jackson1-7/+0
2009-05-26Fold GEM detection into DRM master open.Eric Anholt1-1/+16
2009-05-26Open the DRM and keep the handle throughout server startup to finish.Eric Anholt1-19/+63
2009-05-18 DRI2 for XvMCXiang Hai hao1-2/+3
2009-05-13Add new have_gem flagJesse Barnes1-12/+14
2009-05-12Load i915 and fbcon when checking for KMSKeith Packard1-0/+8
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang1-1/+1
2009-05-01Call down to lower CloseScreen before shutting down DRM allocatorKeith Packard1-2/+4
2009-05-01Revert "Leave allocator running until lower-level CloseScreens are done"Keith Packard1-3/+2
2009-05-01Leave allocator running until lower-level CloseScreens are doneKeith Packard1-2/+3
2009-04-28Remove a handful of pointless commentsKristian Høgsberg1-124/+0
2009-04-27Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt1-18/+0
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt1-85/+0
2009-04-27Remove XF86DRM_MODE.Eric Anholt1-11/+0
2009-04-27Remove I830_XV ifdef.Eric Anholt1-13/+0
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt1-22/+1
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt1-11/+2
2009-04-27unifdef I830_USE_UXA.Eric Anholt1-27/+6
2009-04-27Remove EXA support.Eric Anholt1-108/+5
2009-04-27Remove XAA support.Eric Anholt1-122/+1
2009-04-27Remove DRI1 support.Eric Anholt1-185/+6
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt1-12/+9
2009-04-27Fix drmSetMaster/DropMaster error messages.Eric Anholt1-4/+11
2009-04-24Free front buffer bo when X exitShuang He1-0/+6
2009-04-22Revert "fix overflow warning on videoRam"Eric Anholt1-1/+1
2009-04-21Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac1-0/+2
2009-04-21Remove dead xoffset/yoffset from pre-randr.Eric Anholt1-4/+1