index
:
~anholt/xf86-video-intel
2.1
2.2
2.3
2.4
2.5
2.6
2.7
2.8
XORG-6_8-branch
compositing-fix
display-port
dri2-swapbuffers
dri3
exa
exa-i965
glamor-dri3
glucose
i810_texman_0_1_branch
i945-zone-rendering
intel-batchbuffer
intel-kernelmode
jbarnes-cleanup
keithp-glamor-rewrite
master
modesetting-airlied
modesetting-multihead
modesetting-sdvo-stuffing
randr-1.2-rotation
renames
wooooooo
xf86-video-i810-1_5-branch
xorg-7.0-branch
xvmc-i915
xvmc-vld
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-07
Deal with I2C over DP AUX DEFER/NACK status
display-port
Keith Packard
2
-14
/
+35
2009-05-01
Hold reference to video binding table until all rects are painted.
Keith Packard
1
-1
/
+3
2009-05-01
3D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.
Keith Packard
1
-2
/
+4
2009-05-01
Don't bother to enable VF statistics during 965 video playback
Keith Packard
1
-2
/
+1
2009-05-01
Leave allocator running until lower-level CloseScreens are done
Keith Packard
1
-2
/
+3
2009-05-01
intel_batch_start_atomic: fix size passed to intel_batch_require_space (*4)
Keith Packard
1
-1
/
+1
2009-04-30
Merge branch 'master' into display-port
Keith Packard
31
-334
/
+52
2009-04-30
Allow cursors to roam past 2048x2048 limit.
Keith Packard
1
-4
/
+4
2009-04-30
Merge commit 'origin/master' into display-port
Keith Packard
53
-4949
/
+435
2009-04-28
Add doltlibtool to DISTCLEANFILES
Carl Worth
1
-1
/
+1
2009-04-28
NEWS: Add notes for 2.7.99.1 snapshot
2.7.99.1
Carl Worth
1
-0
/
+39
2009-04-28
Remove a handful of pointless comments
Kristian Høgsberg
29
-329
/
+8
2009-04-27
Remove checks for xf86RotateFreeShadow, introduced in server 1.4.
Eric Anholt
2
-30
/
+0
2009-04-27
unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.
Eric Anholt
18
-462
/
+13
2009-04-27
Rely on BO pixmaps being present in acceleration paths.
Eric Anholt
2
-26
/
+15
2009-04-27
Remove XF86DRM_MODE.
Eric Anholt
5
-30
/
+2
2009-04-27
Replace I830Sync's irq emit/wait code with bufmgr use.
Eric Anholt
4
-32
/
+30
2009-04-27
Remove I830_XV ifdef.
Eric Anholt
4
-25
/
+1
2009-04-27
Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.
Eric Anholt
6
-41
/
+10
2009-04-27
Now that video destination pixmaps are always in BOs, no more MarkSync.
Eric Anholt
2
-10
/
+4
2009-04-27
Remove can_resize, which is now always true (except when a bug interfered)
Eric Anholt
4
-25
/
+3
2009-04-27
unifdef I830_USE_UXA.
Eric Anholt
6
-58
/
+11
2009-04-27
Remove EXA support.
Eric Anholt
10
-556
/
+17
2009-04-27
Remove XAA support.
Eric Anholt
8
-1085
/
+13
2009-04-27
Remove DRI1 support.
Eric Anholt
9
-2087
/
+25
2009-04-27
Remove pre-server-1.5 support.
Eric Anholt
9
-176
/
+1
2009-04-27
Fix assert at startup with DRI initialiation failure.
Eric Anholt
2
-12
/
+10
2009-04-27
Don't clear the framebuffer if it isn't currently bound.
Eric Anholt
1
-1
/
+1
2009-04-27
Don't initialize DRI2 if the fd we get is not master-capable.
Eric Anholt
1
-1
/
+15
2009-04-27
Fix drmSetMaster/DropMaster error messages.
Eric Anholt
1
-4
/
+11
2009-04-27
Add hard-coded PLL values for Display Port
Keith Packard
1
-0
/
+77
2009-04-27
Verbose training process under debug_modes
Keith Packard
2
-5
/
+47
2009-04-27
format == 0 means "use default" in I830DRI2CreateBuffer
Pierre Willenbrock
1
-1
/
+1
2009-04-27
Don't try to do anything for I830Sync when VT switched.
Eric Anholt
1
-1
/
+1
2009-04-24
Free front buffer bo when X exit
Shuang He
2
-2
/
+10
2009-04-24
Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)
Alan Coopersmith
2
-1
/
+11
2009-04-24
DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfaces
Ian Romanick
1
-1
/
+133
2009-04-24
SDVO: switch bus once for i2c transfer
Zhenyu Wang
1
-2
/
+10
2009-04-24
Disable FBC on IGD for UMS
Shaohua Li
1
-0
/
+2
2009-04-22
Revert "fix overflow warning on videoRam"
Eric Anholt
1
-1
/
+1
2009-04-21
Remember allocated offscreenImages memory for freeing it in CloseScreen()
Zdenek Kabelac
3
-1
/
+5
2009-04-21
free allocated name inside sdvo_destroy
Zdenek Kabelac
1
-0
/
+1
2009-04-21
Unreference allocated bos in i965 render error paths
Zdenek Kabelac
1
-1
/
+4
2009-04-21
Fix leak of some 965 render state on VT switch.
Zdenek Kabelac
1
-15
/
+8
2009-04-21
Fix crash with XV with large virtual display
Albert Damen
1
-0
/
+1
2009-04-21
Remove dead xoffset/yoffset from pre-randr.
Eric Anholt
2
-8
/
+1
2009-04-21
Remove dead monitor detect debugger.
Eric Anholt
1
-36
/
+0
2009-04-21
Replace a bunch of #ifdef debug flushing/syncing with a single function.
Eric Anholt
5
-44
/
+30
2009-04-21
Staticize a bunch of functions and variables in the driver.
Eric Anholt
15
-49
/
+37
2009-04-21
Use a static inline to replace if (0) to an unused stub function.
Eric Anholt
2
-12
/
+9
[next]