summaryrefslogtreecommitdiff
path: root/src/i830_driver.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21Remove dead monitor detect debugger.Eric Anholt1-36/+0
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt1-3/+3
2009-04-21Use a static inline to replace if (0) to an unused stub function.Eric Anholt1-9/+2
2009-04-21Remove unused i830_output_type_namesEric Anholt1-9/+0
2009-04-20fix overflow warning on videoRamZhenyu Wang1-1/+1
2009-04-15Fix typo in commentRobert Lowery1-1/+1
2009-04-15Clarify that the default acceleration is UXA if KMS is available.Carl Worth1-2/+5
2009-04-03Fix offset in begin_gtt_access caseJesse Barnes1-1/+2
2009-03-30Tiling fixes, third setJesse Barnes1-5/+23
2009-03-18Create known output configuration at EnterVT timeJesse Barnes1-2/+20
2009-03-16Revert EXA_DRIVER_KNOWN_MAJOR bumpKeith Packard1-5/+0
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard1-0/+5
2009-03-13Use UXA when KMS is activeJesse Barnes1-6/+2
2009-03-11Drop Legacy3D option, only use fixed texture space with non-gem.Kristian Høgsberg1-9/+0
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt1-2/+1
2009-03-06Remove configurable support for disabling XV.Eric Anholt1-23/+5
2009-03-06Remove configured SW cursor support.Eric Anholt1-26/+11
2009-03-06Remove StolenOnly support.Eric Anholt1-33/+16
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-164/+30
2009-03-06remove more page flipping leftovers.Eric Anholt1-3/+1
2009-03-04Use drmSetMaster() and drmDropMaster() in enter/leave VTKristian Høgsberg1-0/+16
2009-02-26Intel video driver patchShaohua Li1-1/+11
2009-02-26Fix UXA for server 1.4.Eric Anholt1-1/+3
2009-02-26Disable fb resizing for DRI1-only server so that DRI1 can initialize.Eric Anholt1-0/+4
2009-02-24Don't do AdjustFrame in KMS mode.Eric Anholt1-0/+3
2009-02-21Move disable_render_standby to EnterVT instead of startup.Helge Bahmann1-3/+3
2009-02-20Dont allocate overlay registers in KMS mode.Kristian Høgsberg1-6/+0
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg1-1/+1
2009-02-16Safely init SDVO found variableZhenyu Wang1-1/+1
2009-02-13Fix SDVO/HDMI detectZhenyu Wang1-8/+8
2009-02-13SDVO: remove ForceSDVODetect optionZhenyu Wang1-10/+2
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg1-0/+1
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg1-1/+0
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg1-8/+28
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes1-0/+1
2009-01-21Don't run in KD_TEXT mode even with KMSJesse Barnes1-8/+0