summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-04-28Remove a handful of pointless commentsKristian Høgsberg29-329/+8
2009-04-27Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt1-18/+0
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt17-447/+12
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt2-26/+15
2009-04-27Remove XF86DRM_MODE.Eric Anholt4-23/+2
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt4-32/+30
2009-04-27Remove I830_XV ifdef.Eric Anholt4-25/+1
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt6-41/+10
2009-04-27Now that video destination pixmaps are always in BOs, no more MarkSync.Eric Anholt2-10/+4
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt4-25/+3
2009-04-27unifdef I830_USE_UXA.Eric Anholt6-58/+11
2009-04-27Remove EXA support.Eric Anholt9-548/+17
2009-04-27Remove XAA support.Eric Anholt7-1079/+9
2009-04-27Remove DRI1 support.Eric Anholt8-2083/+21
2009-04-27Remove pre-server-1.5 support.Eric Anholt2-41/+0
2009-04-27Fix assert at startup with DRI initialiation failure.Eric Anholt2-12/+10
2009-04-27Don't clear the framebuffer if it isn't currently bound.Eric Anholt1-1/+1
2009-04-27Don't initialize DRI2 if the fd we get is not master-capable.Eric Anholt1-1/+15
2009-04-27Fix drmSetMaster/DropMaster error messages.Eric Anholt1-4/+11
2009-04-27format == 0 means "use default" in I830DRI2CreateBufferPierre Willenbrock1-1/+1
2009-04-27Don't try to do anything for I830Sync when VT switched.Eric Anholt1-1/+1
2009-04-24Free front buffer bo when X exitShuang He2-2/+10
2009-04-24Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith1-1/+1
2009-04-24DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick1-1/+133
2009-04-24SDVO: switch bus once for i2c transferZhenyu Wang1-2/+10
2009-04-24Disable FBC on IGD for UMSShaohua Li1-0/+2
2009-04-22Revert "fix overflow warning on videoRam"Eric Anholt1-1/+1
2009-04-21Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac3-1/+5
2009-04-21free allocated name inside sdvo_destroyZdenek Kabelac1-0/+1
2009-04-21Unreference allocated bos in i965 render error pathsZdenek Kabelac1-1/+4
2009-04-21Fix leak of some 965 render state on VT switch.Zdenek Kabelac1-15/+8
2009-04-21Fix crash with XV with large virtual displayAlbert Damen1-0/+1
2009-04-21Remove dead xoffset/yoffset from pre-randr.Eric Anholt2-8/+1
2009-04-21Remove dead monitor detect debugger.Eric Anholt1-36/+0
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt5-44/+30
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt15-49/+37
2009-04-21Use a static inline to replace if (0) to an unused stub function.Eric Anholt2-12/+9
2009-04-21Remove unused i830_output_type_namesEric Anholt2-11/+0
2009-04-21Remove dead mono cursor load code.Eric Anholt2-14/+0
2009-04-21Rename EXA rendering functions to UXA, since we're keeping them post-EXA.Eric Anholt1-21/+21
2009-04-21Remove some dead i830.h struct members.Eric Anholt1-8/+0
2009-04-21Require xserver 1.3Julien Cristau8-52/+7
2009-04-20fix overflow warning on videoRamZhenyu Wang1-1/+1
2009-04-17DRI2: Respect the src and dst parameters of CopyRegion.Ian Romanick1-6/+12
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-13Turn on front buffer tiling in KMS.Li Peng1-2/+0
2009-04-13set broadcast RGB mode for integrated HDMI output.Ma Ling1-0/+90
2009-04-13set broadcast RGB mode for HDMI and TMDS from SDVOX outputMa Ling2-0/+94
2009-04-08Silence warning in i830_dmi_store_fieldJesse Barnes1-1/+2