summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch XvMC to gemxvmc-vldLi Shao Hua2009-05-1910-644/+815
* DRI2 for XvMCXiang Hai hao2009-05-1818-1222/+481
* Merge branch 'master' into xvmc-vldZou Nan hai2009-05-1881-5486/+1243
|\
| * Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard2009-05-152-1/+7
| * Add --enable-debug flag to configureJesse Barnes2009-05-151-1/+9
| * If DRM can't figure out which pipe to sync on, then don't sync at all.Keith Packard2009-05-142-21/+23
| * Use libdrm to lookup pipe for tear-free sync of XVCarl Worth2009-05-143-7/+22
| * README: kill an evil dotWu Fengguang2009-05-141-1/+1
| * Remove dead "avail" variable from XAA stuff.Eric Anholt2009-05-141-2/+1
| * Add new have_gem flagJesse Barnes2009-05-136-17/+21
| * Load i915 and fbcon when checking for KMSKeith Packard2009-05-121-0/+8
| * Add DP link and GMCH M and N registersKeith Packard2009-05-122-0/+50
| * Fallback when VT inactiveKeith Packard2009-05-121-0/+3
| * Remove the offset parameter from i830_allocator_init()Wu Fengguang2009-05-123-6/+5
| * RELEASING: Better instructions for where to send announcementsCarl Worth2009-05-121-1/+12
| * Fix "Unkown" typo in two FatalError messagesAlan Coopersmith2009-05-102-2/+2
| * Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen2009-05-052-4/+4
| * Restore CFLAGS after tests.Arkadiusz Miśkiewicz2009-05-041-0/+1
| * Split i915 textured video commands to fit into batch buffers.Keith Packard2009-05-011-3/+15
| * Call down to lower CloseScreen before shutting down DRM allocatorKeith Packard2009-05-011-2/+4
| * Revert "Leave allocator running until lower-level CloseScreens are done"Keith Packard2009-05-011-3/+2
| * Hold reference to video binding table until all rects are painted.Keith Packard2009-05-011-1/+3
| * 3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.Keith Packard2009-05-011-2/+4
| * Don't bother to enable VF statistics during 965 video playbackKeith Packard2009-05-011-2/+1
| * Leave allocator running until lower-level CloseScreens are doneKeith Packard2009-05-011-2/+3
| * intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)Keith Packard2009-05-011-1/+1
| * Allow cursors to roam past 2048x2048 limit.Keith Packard2009-04-301-4/+4
| * Add doltlibtool to DISTCLEANFILESCarl Worth2009-04-281-1/+1
| * NEWS: Add notes for 2.7.99.1 snapshot2.7.99.1Carl Worth2009-04-281-0/+39
| * Remove a handful of pointless commentsKristian Høgsberg2009-04-2829-329/+8
| * Remove checks for xf86RotateFreeShadow, introduced in server 1.4.Eric Anholt2009-04-272-30/+0
| * unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt2009-04-2718-462/+13
| * Rely on BO pixmaps being present in acceleration paths.Eric Anholt2009-04-272-26/+15
| * Remove XF86DRM_MODE.Eric Anholt2009-04-275-30/+2
| * Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt2009-04-274-32/+30
| * Remove I830_XV ifdef.Eric Anholt2009-04-274-25/+1
| * Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt2009-04-276-41/+10
| * Now that video destination pixmaps are always in BOs, no more MarkSync.Eric Anholt2009-04-272-10/+4
| * Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt2009-04-274-25/+3
| * unifdef I830_USE_UXA.Eric Anholt2009-04-276-58/+11
| * Remove EXA support.Eric Anholt2009-04-2710-556/+17
| * Remove XAA support.Eric Anholt2009-04-278-1085/+13
| * Remove DRI1 support.Eric Anholt2009-04-279-2087/+25
| * Remove pre-server-1.5 support.Eric Anholt2009-04-279-176/+1
| * Fix assert at startup with DRI initialiation failure.Eric Anholt2009-04-272-12/+10
| * Don't clear the framebuffer if it isn't currently bound.Eric Anholt2009-04-271-1/+1
| * Don't initialize DRI2 if the fd we get is not master-capable.Eric Anholt2009-04-271-1/+15
| * Fix drmSetMaster/DropMaster error messages.Eric Anholt2009-04-271-4/+11
| * format == 0 means "use default" in I830DRI2CreateBufferPierre Willenbrock2009-04-271-1/+1
| * Don't try to do anything for I830Sync when VT switched.Eric Anholt2009-04-271-1/+1