summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)Author
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
2009-04-20fix overflow warning on videoRamZhenyu Wang
2009-04-15Fix typo in commentRobert Lowery
2009-04-15Clarify that the default acceleration is UXA if KMS is available.Carl Worth
2009-04-03Fix offset in begin_gtt_access caseJesse Barnes
2009-03-30Tiling fixes, third setJesse Barnes
2009-03-18Create known output configuration at EnterVT timeJesse Barnes
2009-03-16Revert EXA_DRIVER_KNOWN_MAJOR bumpKeith Packard
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard
2009-03-13Use UXA when KMS is activeJesse Barnes
2009-03-11Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt
2009-03-06Remove configurable support for disabling XV.Eric Anholt
2009-03-06Remove configured SW cursor support.Eric Anholt
2009-03-06Remove StolenOnly support.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-03-06remove more page flipping leftovers.Eric Anholt
2009-03-04Use drmSetMaster() and drmDropMaster() in enter/leave VTKristian Høgsberg
2009-02-26Intel video driver patchShaohua Li
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-26Disable fb resizing for DRI1-only server so that DRI1 can initialize.Eric Anholt
2009-02-24Don't do AdjustFrame in KMS mode.Eric Anholt
2009-02-21Move disable_render_standby to EnterVT instead of startup.Helge Bahmann
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg
2009-02-16Safely init SDVO found variableZhenyu Wang
2009-02-13Fix SDVO/HDMI detectZhenyu Wang