summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt
2009-04-27Remove XF86DRM_MODE.Eric Anholt
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.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-27Now that video destination pixmaps are always in BOs, no more MarkSync.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-27Remove pre-server-1.5 support.Eric Anholt
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt
2009-04-27Don't clear the framebuffer if it isn't currently bound.Eric Anholt
2009-04-27Don't initialize DRI2 if the fd we get is not master-capable.Eric Anholt
2009-04-27Fix drmSetMaster/DropMaster error messages.Eric Anholt
2009-04-27format == 0 means "use default" in I830DRI2CreateBufferPierre Willenbrock
2009-04-27Don't try to do anything for I830Sync when VT switched.Eric Anholt
2009-04-24Free front buffer bo when X exitShuang He
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith
2009-04-24DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick
2009-04-24SDVO: switch bus once for i2c transferZhenyu Wang
2009-04-24Disable FBC on IGD for UMSShaohua Li
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-21free allocated name inside sdvo_destroyZdenek Kabelac
2009-04-21Unreference allocated bos in i965 render error pathsZdenek Kabelac
2009-04-21Fix leak of some 965 render state on VT switch.Zdenek Kabelac
2009-04-21Fix crash with XV with large virtual displayAlbert Damen
2009-04-21Remove dead xoffset/yoffset from pre-randr.Eric Anholt
2009-04-21Remove dead monitor detect debugger.Eric Anholt
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.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-21Remove dead mono cursor load code.Eric Anholt
2009-04-21Rename EXA rendering functions to UXA, since we're keeping them post-EXA.Eric Anholt
2009-04-21Remove some dead i830.h struct members.Eric Anholt
2009-04-21Require xserver 1.3Julien Cristau
2009-04-20fix overflow warning on videoRamZhenyu Wang
2009-04-17DRI2: Respect the src and dst parameters of CopyRegion.Ian Romanick
2009-04-15Fix typo in commentRobert Lowery
2009-04-15Clarify that the default acceleration is UXA if KMS is available.Carl Worth
2009-04-13Turn on front buffer tiling in KMS.Li Peng
2009-04-13set broadcast RGB mode for integrated HDMI output.Ma Ling
2009-04-13set broadcast RGB mode for HDMI and TMDS from SDVOX outputMa Ling
2009-04-08Silence warning in i830_dmi_store_fieldJesse Barnes