summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
2009-11-29batch: Track pixmap domains.Chris Wilson
2009-11-29Cleanup a few compiler warnings.Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-10-15Enable XVMC by default on gen4.Eric Anholt
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
2009-10-08Rename pScreen to screen.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt
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