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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-18
Make Xv used a buffer object instead of i830_memory.
Kristian Høgsberg
4
-60
/
+53
2009-02-18
bios_reader: parse driver feature BDB
Zhenyu Wang
2
-0
/
+95
2009-02-18
Fix SDVO mulitiplier setting for 945G
Zhenyu Wang
1
-1
/
+1
2009-02-17
KMS: Hook up crtc::gamma_set.
Kristian Høgsberg
1
-1
/
+12
2009-02-16
Safely init SDVO found variable
Zhenyu Wang
1
-1
/
+1
2009-02-13
Fix SDVO/HDMI detect
Zhenyu Wang
1
-8
/
+8
2009-02-13
SDVO: remove ForceSDVODetect option
Zhenyu Wang
2
-13
/
+2
2009-02-13
SDVO: Switch control bus only before DDC access
Zhenyu Wang
1
-4
/
+4
2009-02-13
SDVO: Fix TV support
Zhenyu Wang
2
-23
/
+65
2009-02-13
SDVO: fix CREATE_PREFERRED_INPUT_TIMING command
Zhenyu Wang
2
-0
/
+6
2009-02-13
SDVO: fix usage for SET_TV_FORMAT and GET_SDTV_RESOLUTION_SUPPORT command
Zhenyu Wang
1
-2
/
+10
2009-02-13
SDVO: fix error in modeline and DTD convert
Zhenyu Wang
1
-21
/
+4
2009-02-13
SDVO: check EDID info for DVI-I
Zhenyu Wang
1
-4
/
+18
2009-02-13
SDVO: Fix for HDMI encode and audio setup (try 5)
Zhenyu Wang
1
-23
/
+66
2009-02-10
uxa: Fix failure to --amend in further changes in previous commit.
Eric Anholt
1
-1
/
+1
2009-02-10
uxa: hook up the fallback debug to the driver's fallback debug option.
Eric Anholt
1
-0
/
+2
2009-02-06
Don't disable vga centering bit.
Ma Ling
1
-4
/
+0
2009-02-04
TV quirk for HP Compaq nx6310
Zhenyu Wang
1
-0
/
+2
2009-02-02
Fix front buffer memset() for non-KMS case.
Kristian Høgsberg
1
-1
/
+1
2009-02-02
Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.
Kristian Høgsberg
6
-27
/
+84
2009-02-02
Fix last-minute "cleanup" that broke the patch.
Kristian Høgsberg
7
-101
/
+59
2009-02-01
Implement front buffer resize for KMS.
Kristian Høgsberg
5
-205
/
+154
2009-01-27
dri2: Use modesetting's master fd instead of opening our own non-master.
Eric Anholt
1
-1
/
+11
2009-01-27
Support tiled back/depth on 915-class hardware with DRI2.
Jesse Barnes
6
-27
/
+84
2009-01-27
Don't forget the new state bos in check_aperture.
Eric Anholt
1
-35
/
+47
2009-01-26
Fixup bogus VBT modes when detected
Jesse Barnes
1
-0
/
+6
2009-01-24
Quirk MSI IM-945GSE-A LVDS, TV outputs.
Bill Nottingham
1
-0
/
+17
2009-01-24
quirk for AOpen MP45
Vincent Mussard
1
-0
/
+2
2009-01-21
Move i965 render sampler state to BOs.
Eric Anholt
3
-122
/
+85
2009-01-21
Move i965 render kernels to BOs.
Eric Anholt
1
-45
/
+30
2009-01-21
Move 965 render unit state to BOs.
Eric Anholt
2
-138
/
+269
2009-01-21
Remove 965 render wm scratch space, which was just unused.
Eric Anholt
1
-10
/
+3
2009-01-21
Fix build with server 1.4.
Eric Anholt
2
-1
/
+6
2009-01-21
Don't run in KD_TEXT mode even with KMS
Jesse Barnes
1
-8
/
+0
2009-01-21
Tear down batchbuffers unconditionally on LeaveVT
Jesse Barnes
1
-1
/
+2
2009-01-20
Use drm_intel_bo_subdata to put render vb data in.
Eric Anholt
1
-11
/
+4
2009-01-20
Move i965 render vb setup to use time, and decouple state emit from it.
Eric Anholt
1
-34
/
+55
2009-01-20
Move i965 render transform setup from emit_composite_state to prepare_composite.
Eric Anholt
1
-28
/
+22
2009-01-20
i965: Pull check_aperture out to a separate function and make it dtrt.
Eric Anholt
1
-62
/
+32
2009-01-20
Move filter computation from emit_batch_header to prepare_composite.
Eric Anholt
1
-21
/
+31
2009-01-20
Use intel_emit_reloc from video to prettify 965 render bind_bo setup.
Eric Anholt
3
-33
/
+33
2009-01-20
Move i965 render state bo setup back to prepare_composite.
Eric Anholt
1
-66
/
+60
2009-01-20
Do check_aperture_space and batch_start_atomic for i965 video.
Eric Anholt
1
-2
/
+27
2009-01-20
Move 965 video setup to a separate function so we can move it around.
Eric Anholt
1
-172
/
+174
2009-01-20
Remove the pageflipping infrastructure.
Owain G. Ainsworth
3
-326
/
+0
2009-01-20
Remove triple-buffering support
Owain G. Ainsworth
6
-59
/
+5
2009-01-20
Support sysfs backlight control for Sony laptops in xf86-video-intel
Kshitij Kulshreshtha
1
-0
/
+1
2009-01-17
Protect i915 textured video against batchbuffer wrapping.
Eric Anholt
1
-4
/
+7
2009-01-17
Fix i915 batch_start_atomic counting.
Eric Anholt
1
-1
/
+1
2009-01-17
intel: fix DRI2 should be DRI_DRI2
Dave Airlie
1
-1
/
+1
[next]