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
2008-07-21
Fix GPIO pin usage for DDC on second HDMI port.
lipeng
1
-1
/
+1
2008-07-21
Fix DSPARB setting on 845/865, which have only the AEND field and 96 entries.
Eric Anholt
1
-1
/
+10
2008-07-21
Link the driver with -lpciaccess and -ldrm if needed
Julien Cristau
1
-0
/
+6
2008-07-21
Fix gen4asm rule to work with a build dir
Julien Cristau
1
-1
/
+1
2008-07-21
Use up to 256 separate vertex buffers
Carl Worth
1
-2
/
+3
2008-07-21
Allow for multiple vertex buffers (though only use one for now)
Carl Worth
1
-7
/
+15
2008-07-21
Move VERTEX_BUFFERS setup from prepare_composite to composite
Carl Worth
1
-24
/
+28
2008-07-21
Add VBIOS based TV connector detection
Jesse Barnes
1
-0
/
+4
2008-07-21
Improve VBIOS feature detection, add SSC support
Jesse Barnes
5
-5
/
+203
2008-07-21
Improve FBC size checking
Jesse Barnes
1
-0
/
+14
2008-07-21
Add pipea force enable quirk for another 855GM machine.
Stefan Dirsch
1
-0
/
+2
2008-07-21
Fix official name for GM45 chipset
Zhenyu Wang
9
-37
/
+39
2008-07-21
Give asus and eeepc backlight method higher priority
Zhenyu Wang
1
-0
/
+2
2008-07-21
intel: fix drm check.
Dave Airlie
1
-1
/
+1
2008-07-21
i810: Remove an effectively unused variable (only used in an incorrect free())
Roland Test-tools Bär
1
-2
/
+0
2008-07-21
Fix SDVOC typo
Zhenyu Wang
1
-1
/
+1
2008-07-21
xvmc: fix motion_type dump for frame/field picture
Zhenyu Wang
1
-12
/
+19
2008-07-21
xvmc: Don't copy on xvmc surface in PutImage
Zhenyu Wang
8
-37
/
+59
2008-07-21
xvmc: enlarge batch buffer size
Zhenyu Wang
1
-1
/
+2
2008-07-21
xvmc: only allocate memory requiring physical address on 915G
Zhenyu Wang
2
-29
/
+31
2008-07-21
xvmc: init mc render load indirect command once
Zhenyu Wang
1
-19
/
+28
2008-07-21
xvmc: init dest and reference buffer once
Zhenyu Wang
2
-253
/
+259
2008-07-21
xvmc: init one-time mc context once
Zhenyu Wang
3
-400
/
+423
2008-07-21
xvmc: environ debug option support
Zhenyu Wang
2
-1
/
+11
2008-07-21
xvmc: formalize surface type definition
Zhenyu Wang
3
-5
/
+11
2008-07-21
Add pipea force enable quirk for HP Pavilion ze4944ea
Jesse Barnes
1
-0
/
+2
2008-07-21
Add pipe a force enable quirk for Lenovo T60
Jesse Barnes
1
-0
/
+3
2008-06-26
Fix SDVO HDMI output.
Hong Liu
2
-8
/
+261
2008-06-26
Remove ErrorF debugging from modeset ioctl
Jesse Barnes
1
-2
/
+0
2008-06-26
Add support for keeping vblank counters sane across mode setting
Jesse Barnes
1
-0
/
+36
2008-06-26
Fix a crash in i830_sdvo_init error paths by setting up dev_priv earlier.
Eric Anholt
1
-2
/
+3
2008-06-26
Automatically detect the presence of HDMI.
Eric Anholt
4
-17
/
+25
2008-06-26
Fix hdmi POSTING_READ to use the register number instead of the register value.
Eric Anholt
1
-1
/
+1
2008-06-26
Get HDMI output working.
Eric Anholt
1
-15
/
+3
2008-06-26
Set the sync active bits like we're supposed to, matching the BIOS.
Eric Anholt
2
-2
/
+5
2008-06-26
Add pixel multiplier support for HDMI
Eric Anholt
1
-0
/
+15
2008-06-26
The phase shift its are now reserved, and add HDMI clock limits.
Eric Anholt
2
-1
/
+7
2008-06-26
Initial HDMI work. Not currently hooked up at startup.
Eric Anholt
6
-0
/
+243
2008-06-26
Add DisplayPort registers.
Eric Anholt
2
-0
/
+49
2008-06-17
Add support for Intel 4 series chipsets.
Zhenyu Wang
8
-11
/
+82
2008-06-17
Fix compiling with server master in LVDS backlight patch
Zhenyu Wang
1
-0
/
+2
2008-06-16
Fix compiler warning when disable xvmc config
Zhenyu Wang
1
-0
/
+2
2008-06-16
Fix typo in xvmc block destroy
Shuang He
1
-1
/
+1
2008-06-16
Fix maximum backlight issue
Lukas Hejtmanek
1
-5
/
+23
2008-06-10
Set up/restore PWRCTXA from enter/leavevt not server start/exit.
Eric Anholt
2
-6
/
+11
2008-06-10
Two more Dell quirks
Bryce Harrington
1
-0
/
+4
2008-06-09
Fix TV programming: add vblank wait after TV_CTL writes
Jesse Barnes
1
-0
/
+3
2008-06-05
Fix TV out connection type detection
Robert Lowery
1
-0
/
+1
2008-06-06
Fix compile error in LeaveVT
Tomas Carnecky
1
-0
/
+1
2008-06-05
Move debug clock printout from ErrorF to X_INFO.
Eric Anholt
1
-8
/
+10
[prev]
[next]