summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-01Split i915 textured video commands to fit into batch buffers.Keith Packard
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-01Hold reference to video binding table until all rects are painted.Keith Packard
2009-05-013D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.Keith Packard
2009-05-01Don't bother to enable VF statistics during 965 video playbackKeith Packard
2009-05-01Leave allocator running until lower-level CloseScreens are doneKeith Packard
2009-05-01intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)Keith Packard
2009-04-30Allow cursors to roam past 2048x2048 limit.Keith Packard
2009-04-28Add doltlibtool to DISTCLEANFILESCarl Worth
2009-04-28NEWS: Add notes for 2.7.99.1 snapshot2.7.99.1Carl Worth
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