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-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
2009-01-16
Re-emit i915 composite setup when the batchbuffer wraps.
Eric Anholt
5
-16
/
+109
2009-01-15
Fix invarient state emits for DRI2 (do it per batch, since there's no lock).
Eric Anholt
1
-0
/
+6
2009-01-14
Fix ioctl type.
Owain G. Ainsworth
1
-1
/
+1
2009-01-14
use ifdef __linux__ where needed.
Owain G. Ainsworth
1
-0
/
+4
2009-01-14
Disable VGA plane reliably
Ma Ling
1
-2
/
+32
2009-01-13
Assign rotation memory dri_bo to rotation pixmap.
Keith Packard
1
-0
/
+3
2009-01-13
bios_reader: make mode timing output friendlier
Jesse Barnes
1
-9
/
+19
2009-01-13
set continuous-frequency flag in get modes function
Ma Ling
1
-7
/
+49
2009-01-13
Fix LVDS EDID to match all possible default modes
Keith Packard
1
-0
/
+30
2009-01-07
Prevent redefinitions of CARD8 and friends. Fixes build.
Ian Romanick
1
-3
/
+1
2009-01-06
Fix pin leakage with EXA GTT-mapping shortcut, and crash with UXA on KMS.
Eric Anholt
1
-8
/
+11
2009-01-06
Disable DRI2 buffer tiling on non-965, as those need fence regs for 2D blits.
Eric Anholt
1
-0
/
+9
2009-01-06
FatalError on batchbuffer map failure
Keith Packard
1
-1
/
+3
2009-01-06
Handle drm_bo_map failure in 965 video and composite paths.
Keith Packard
2
-60
/
+130
2009-01-06
Resize framebuffer on screen size change (requires UXA and DRI2)
Keith Packard
6
-153
/
+184
2009-01-06
Make i830_allocate_memory take tiling parameters.
Keith Packard
5
-190
/
+189
2008-12-31
UXA: Fallback to dri_bo_map() if pin failed
Zhenyu Wang
1
-6
/
+13
2008-12-30
Don't touch the pipestat regs for detecting FIFO underrun. The kernel owns them.
Eric Anholt
2
-29
/
+0
2008-12-29
warning fix.
Eric Anholt
1
-1
/
+0
2008-12-29
Add support for SDVO LVDS.
Henry unbongo
1
-0
/
+8
2008-12-29
Fix compile failure after 45f45c73469f1bd46a1b6fb206f2e9e5e4fd66b3
Eric Anholt
1
-1
/
+0
2008-12-29
Remove logical context setup.
Eric Anholt
3
-22
/
+0
2008-12-29
Add PCI write posting to LeaveVT path when we're about to wait on write results.
Eric Anholt
1
-0
/
+6
2008-12-29
Add SDVO LVDS register definitions.
Eric Anholt
1
-0
/
+55
2008-12-29
Remove old mergedfb includes and defines, which bother spatch.
Eric Anholt
1
-6
/
+0
2008-12-30
Bug #18004: Add Aopen 915GM LVDS quirk
Zhenyu Wang
1
-0
/
+1
2008-12-29
Don't count vertex buffer in second aperture size check
Zhenyu Wang
1
-6
/
+5
2008-12-29
intel/kms: disable overlay when it needs physical address
Dave Airlie
1
-1
/
+4
2008-12-29
intel: don't call enter/leave VT for KMS enabled systems
Dave Airlie
1
-2
/
+2
2008-12-29
exa: fix map gtt call to use current API
Dave Airlie
1
-1
/
+1
2008-12-29
Bug #19239: Add a quirk for broken ACPI lid state
Zhenyu Wang
3
-0
/
+14
2008-12-29
modeset: transformPresent is a new API member
Dave Airlie
1
-0
/
+2
2008-12-29
modeset: fix xf86CrtcRotate API change across server versions
Dave Airlie
1
-2
/
+8
2008-12-22
SDVO: reset pixel repeat in avi frame
Ma Ling
1
-1
/
+0
2008-12-19
[965-xvmc] remove the vblank wait code, drm not support mutlple client
Zou Nan hai
1
-7
/
+0
2008-12-18
uxa: Do a hack to use the aperture mapping instead of bo_map in sw fallbacks.
Eric Anholt
1
-12
/
+5
2008-12-19
xvmc: fix up needed libs
Peter Alfredsen
1
-2
/
+2
2008-12-17
wait vblank before render to fix tearing
Zou Nan hai
1
-1
/
+1
2008-12-17
Fix drmOpen for non-linux 965 XvMC
Robert Noland
1
-8
/
+10
2008-12-15
Quiet some KMS warnings.
Kristian Høgsberg
1
-11
/
+7
2008-12-16
Revert " [965 xvmc] update dual prime g4b files"
Zhenyu Wang
2
-1386
/
+3184
[next]