summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-19 switch XvMC to gemxvmc-vldLi Shao Hua10-644/+815
2009-05-18 DRI2 for XvMCXiang Hai hao18-1222/+481
2009-05-18Merge branch 'master' into xvmc-vldZou Nan hai81-5486/+1243
2009-05-15Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard2-1/+7
2009-05-15Add --enable-debug flag to configureJesse Barnes1-1/+9
2009-05-14If DRM can't figure out which pipe to sync on, then don't sync at all.Keith Packard2-21/+23
2009-05-14Use libdrm to lookup pipe for tear-free sync of XVCarl Worth3-7/+22
2009-05-14README: kill an evil dotWu Fengguang1-1/+1
2009-05-14Remove dead "avail" variable from XAA stuff.Eric Anholt1-2/+1
2009-05-13Add new have_gem flagJesse Barnes6-17/+21
2009-05-12Load i915 and fbcon when checking for KMSKeith Packard1-0/+8
2009-05-12Add DP link and GMCH M and N registersKeith Packard2-0/+50
2009-05-12Fallback when VT inactiveKeith Packard1-0/+3
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang3-6/+5
2009-05-12RELEASING: Better instructions for where to send announcementsCarl Worth1-1/+12
2009-05-10Fix "Unkown" typo in two FatalError messagesAlan Coopersmith2-2/+2
2009-05-05Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen2-4/+4
2009-05-04Restore CFLAGS after tests.Arkadiusz Miśkiewicz1-0/+1
2009-05-01Split i915 textured video commands to fit into batch buffers.Keith Packard1-3/+15
2009-05-01Call down to lower CloseScreen before shutting down DRM allocatorKeith Packard1-2/+4
2009-05-01Revert "Leave allocator running until lower-level CloseScreens are done"Keith Packard1-3/+2
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-30Allow cursors to roam past 2048x2048 limit.Keith Packard1-4/+4
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-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