summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deal with I2C over DP AUX DEFER/NACK statusdisplay-portKeith Packard2009-05-072-14/+35
* 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
* Merge branch 'master' into display-portKeith Packard2009-04-3031-334/+52
|\
| * 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
* | Merge commit 'origin/master' into display-portKeith Packard2009-04-3053-4949/+435
|\ \ | |/
| * 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
| * Free front buffer bo when X exitShuang He2009-04-242-2/+10
| * Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith2009-04-242-1/+11
| * DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick2009-04-241-1/+133
| * SDVO: switch bus once for i2c transferZhenyu Wang2009-04-241-2/+10
| * Disable FBC on IGD for UMSShaohua Li2009-04-241-0/+2
| * Revert "fix overflow warning on videoRam"Eric Anholt2009-04-221-1/+1
| * Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac2009-04-213-1/+5
| * free allocated name inside sdvo_destroyZdenek Kabelac2009-04-211-0/+1
| * Unreference allocated bos in i965 render error pathsZdenek Kabelac2009-04-211-1/+4
| * Fix leak of some 965 render state on VT switch.Zdenek Kabelac2009-04-211-15/+8
| * Fix crash with XV with large virtual displayAlbert Damen2009-04-211-0/+1
| * Remove dead xoffset/yoffset from pre-randr.Eric Anholt2009-04-212-8/+1
| * Remove dead monitor detect debugger.Eric Anholt2009-04-211-36/+0
| * Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt2009-04-215-44/+30
| * Staticize a bunch of functions and variables in the driver.Eric Anholt2009-04-2115-49/+37
| * Use a static inline to replace if (0) to an unused stub function.Eric Anholt2009-04-212-12/+9
| * Remove unused i830_output_type_namesEric Anholt2009-04-212-11/+0
| * Remove dead mono cursor load code.Eric Anholt2009-04-212-14/+0