summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Deal with I2C over DP AUX DEFER/NACK statusdisplay-portKeith Packard2-14/+35
2009-05-01Hold reference to video binding table until all rects are painted.Keith Packard1-1/+3
2009-05-013D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.Keith Packard1-2/+4
2009-05-01Don't bother to enable VF statistics during 965 video playbackKeith Packard1-2/+1
2009-05-01Leave allocator running until lower-level CloseScreens are doneKeith Packard1-2/+3
2009-05-01intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)Keith Packard1-1/+1
2009-04-30Merge branch 'master' into display-portKeith Packard31-334/+52
2009-04-30Allow cursors to roam past 2048x2048 limit.Keith Packard1-4/+4
2009-04-30Merge commit 'origin/master' into display-portKeith Packard53-4949/+435
2009-04-28Add doltlibtool to DISTCLEANFILESCarl Worth1-1/+1
2009-04-28NEWS: Add notes for 2.7.99.1 snapshot2.7.99.1Carl Worth1-0/+39
2009-04-28Remove a handful of pointless commentsKristian Høgsberg29-329/+8
2009-04-27Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt2-30/+0
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt18-462/+13
2009-04-27Rely on BO pixmaps being present in acceleration paths.Eric Anholt2-26/+15
2009-04-27Remove XF86DRM_MODE.Eric Anholt5-30/+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 Anholt10-556/+17
2009-04-27Remove XAA support.Eric Anholt8-1085/+13
2009-04-27Remove DRI1 support.Eric Anholt9-2087/+25
2009-04-27Remove pre-server-1.5 support.Eric Anholt9-176/+1
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-27Add hard-coded PLL values for Display PortKeith Packard1-0/+77
2009-04-27Verbose training process under debug_modesKeith Packard2-5/+47
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 Coopersmith2-1/+11
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