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
2007-03-14
Bump to 1.9.92 for RC2.
xf86-video-intel-1.9.92
Eric Anholt
1
-1
/
+1
2007-03-14
Make sure the legacy texture area is there when needed.
Michel Dänzer
3
-1
/
+12
2007-03-13
Refine the i855 LVDS clock code. In particular, p2 is always 14.
Eric Anholt
2
-34
/
+34
2007-03-13
Get SDVO DPMS working on the Mac Mini by writing SDVOB and SDVOC together.
Eric Anholt
2
-11
/
+78
2007-03-13
Use a POSTING_READ(reg) macro instead of using the (void)INREG(reg) pattern.
Eric Anholt
4
-17
/
+18
2007-03-13
Add PCI write posting protection to i2c putbits.
Eric Anholt
1
-0
/
+1
2007-03-13
Add write posting protection for the SDVO DPMS-on path.
Eric Anholt
1
-0
/
+2
2007-03-13
Replace #if 0ed LVDS register setting with updated comment.
Eric Anholt
1
-6
/
+2
2007-03-13
Add write posting protections to relevant register writes in the mode-set path.
Eric Anholt
1
-14
/
+28
2007-03-13
Fix uninitialized string use in SDVO non-TMDS case.
Eric Anholt
1
-0
/
+1
2007-03-12
Make the 965 use Y-major tiling for the depth buffer, as required by the spec.
Eric Anholt
1
-1
/
+8
2007-03-12
Fix build against released libdrm.
Michel Dänzer
1
-17
/
+17
2007-03-12
Defer flipping pages back to normal until the end of the DRI block handler.
Michel Dänzer
1
-28
/
+32
2007-03-12
Disable page flipping if the DRM is older than 1.9.
Michel Dänzer
1
-0
/
+8
2007-03-12
Fix attempt to flip pages back to normal when the last 3D window disappears.
Michel Dänzer
2
-4
/
+48
2007-03-12
Remove unused have3DWindows from pI830.
Michel Dänzer
2
-4
/
+0
2007-03-11
fixup missing assert includes
Dave Airlie
4
-0
/
+4
2007-03-11
fixup brace alignment for older X.org
Dave Airlie
1
-1
/
+1
2007-03-11
add XMODES flags to the i2c drivers
Dave Airlie
4
-4
/
+4
2007-03-09
Don't crash when the SAREA pointer is NULL.
Michel Dänzer
1
-0
/
+6
2007-03-09
Revert change accidentally included in previous commit.
Michel Dänzer
1
-1
/
+1
2007-03-09
Update SAREA pipe sizes in i830_crtc_dpms instead of i830PipeSetBase.
Michel Dänzer
2
-5
/
+23
2007-03-09
Merge remote branch 'origin/master' into i830-pageflip
Michel Dänzer
3
-3
/
+10
2007-03-09
Merge remote branch 'origin/master' into i830-pageflip
Michel Dänzer
5
-128
/
+18
2007-03-07
Bug #10157: Fix cursor corruption on server regen.
Eric Anholt
1
-0
/
+2
2007-03-07
Add some additional checks when XAA is enabled.
Alan Hourihane
2
-3
/
+8
2007-03-06
Remove usage of 'shadow' module. Use xf86CrtcScreenInit.
Keith Packard
4
-176
/
+8
2007-03-06
Bug #9898: Fix a crash with NoAccel set.
Eric Anholt
1
-2
/
+4
2007-03-06
Remove leftover code that was disabling tiling after we set it up.
Eric Anholt
1
-14
/
+0
2007-03-06
Make the depth buffer X tiled instead of Y, and fix a Y tiling nit on 945.
Eric Anholt
1
-3
/
+5
2007-03-06
Continue to allocate the legacy texture pool by default.
Eric Anholt
1
-2
/
+1
2007-03-06
Fix build failure.
Michel Dänzer
1
-2
/
+3
2007-03-06
Fix reduced DRI memory manager size.
Michel Dänzer
1
-1
/
+1
2007-03-06
Fix some conditionals related to triple buffering.
Michel Dänzer
1
-13
/
+19
2007-03-06
Unify allocation of back buffers.
Michel Dänzer
1
-59
/
+18
2007-03-06
Remove warnings about potential artifacts with page flipping and mixed 2D/3D.
Michel Dänzer
1
-3
/
+3
2007-03-06
Merge remote branch 'origin/master' into i830-pageflip
Michel Dänzer
6
-202
/
+67
2007-03-05
Move EnterVT mode setting code to xf86SetDesiredModes.
Keith Packard
4
-43
/
+9
2007-03-06
Merge branch 'master' of git://proxy.ims.intel.com:9419/git/xorg/driver/xf86-...
Wang Zhenyu
2
-142
/
+1
2007-03-06
EXA: try to always alloc exa i965 state buffer in stolen mem
Wang Zhenyu
1
-11
/
+14
2007-03-05
Merge branch 'modesetting'
Keith Packard
2
-142
/
+1
2007-03-05
Move single mode setting code to X server.
Keith Packard
1
-141
/
+0
2007-03-05
Merge remote branch 'origin/master' into i830-pageflip
Michel Dänzer
59
-8877
/
+3587
2007-03-05
Fix DRM memory manager initialization.
Michel Dänzer
1
-4
/
+8
2007-03-05
Fix handling of new vs. old texture pools.
Michel Dänzer
1
-5
/
+35
2007-03-05
Be more verbose when page flipping can't be enabled for various reasons.
Michel Dänzer
3
-11
/
+31
2007-03-04
Merge branch 'modesetting'
Eric Anholt
98
-14588
/
+20881
2007-03-04
Set version number to 2.0 RC1 (1.9.91).
xf86-video-intel-1.9.91
Keith Packard
1
-1
/
+1
2007-03-04
Support new CRTC/Output prepare/commit hooks.
Keith Packard
7
-0
/
+40
2007-03-04
Fix a crash with XAA and DRI disabled after the allocation rework.
Eric Anholt
1
-2
/
+4
[next]