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
/
i830_driver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-15
Initialize gen4 render code under XAA too
2.4
Keith Packard
1
-2
/
+2
2008-11-11
Fix broken stolen memory counting on G4X.
Eric Anholt
1
-2
/
+2
2008-09-11
Disable render standby
Zhenyu Wang
1
-0
/
+19
2008-08-15
Make skip_panel_detect clear for its meaning
Zhenyu Wang
1
-2
/
+2
2008-08-15
Reorganize VBIOS code
Jesse Barnes
1
-2
/
+6
2008-08-11
Disable display clock gating for 4 series chips
Zhenyu Wang
1
-1
/
+1
2008-08-01
Don't program dsparb on new Intel chip
Zhenyu Wang
1
-3
/
+5
2008-07-22
Bug #16801: fix X crash when NoAccel on 965
Zhenyu Wang
1
-2
/
+2
2008-07-22
only check pipe underrun if vtSema is true.
Zhenyu Wang
1
-6
/
+8
2008-07-22
Check underrun on enabled pipe
Zhenyu Wang
1
-2
/
+6
2008-07-21
Choose a split for DSPARB based on the configured modes for both planes.
Jesse Barnes
1
-58
/
+0
2008-07-21
Only initialize integrated TV encoder for mobile chips
Zhenyu Wang
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
Fix official name for GM45 chipset
Zhenyu Wang
1
-10
/
+12
2008-07-21
Fix SDVOC typo
Zhenyu Wang
1
-1
/
+1
2008-06-26
Automatically detect the presence of HDMI.
Eric Anholt
1
-7
/
+13
2008-06-26
Initial HDMI work. Not currently hooked up at startup.
Eric Anholt
1
-0
/
+5
2008-06-17
Add support for Intel 4 series chipsets.
Zhenyu Wang
1
-2
/
+35
2008-06-10
Set up/restore PWRCTXA from enter/leavevt not server start/exit.
Eric Anholt
1
-6
/
+10
2008-06-06
Fix compile error in LeaveVT
Tomas Carnecky
1
-0
/
+1
2008-06-05
Remove SVG_WORK_CONTROL init.
Eric Anholt
1
-7
/
+0
2008-06-05
Initialize clock gating from EnterVT and save/restore it appropriately.
Eric Anholt
1
-9
/
+17
2008-06-05
Move BIOS scratch register setup to EnterVT instead of PreInit.
Eric Anholt
1
-23
/
+16
2008-06-05
Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that.
Eric Anholt
1
-2
/
+0
2008-06-05
Move the remaining two lines of SetHWOperatingState to the caller.
Eric Anholt
1
-17
/
+3
2008-06-05
Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT().
Eric Anholt
1
-3
/
+0
2008-06-05
Move DSPARB setup into a separate function, and save/restore it at VT switch.
Eric Anholt
1
-17
/
+36
2008-06-05
Replace a couple of wait-for-ring-idles with a single function to do so.
Eric Anholt
1
-3
/
+3
2008-06-05
Just remove the mprotect kludge.
Eric Anholt
1
-5
/
+0
2008-06-04
Fix DSPARB change on 965G
Hong Liu
1
-4
/
+4
2008-05-28
Fixup DSPARB for 855 & 945
Jesse Barnes
1
-1
/
+10
2008-05-26
Fixup FIFO comment
Jesse Barnes
1
-2
/
+2
2008-05-26
Handle display FIFOs better
Jesse Barnes
1
-0
/
+44
2008-05-26
Fixup power saving registers
Jesse Barnes
1
-17
/
+46
2008-05-21
Revert "Disable FBC by default on 965GM"
Jesse Barnes
1
-2
/
+1
2008-05-08
Implement option to ignore external fixed mode settings
Mike Isely
1
-0
/
+8
2008-05-07
Save/restore cursor registers
Jesse Barnes
1
-0
/
+21
2008-05-06
Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching.
Eric Anholt
1
-1
/
+1
2008-04-29
Add a new quirk for BIOSes that reprogram regs at lid close/open time
Jesse Barnes
1
-0
/
+3
2008-04-29
Use new xf86RotateFreeShadow function to clean up shadow buffers.
Keith Packard
1
-0
/
+6
2008-04-17
Add a kludge-around to fix cd/wt bits in fb ptes on linux.
Keith Packard
1
-0
/
+10
2008-04-17
fix possible segfault in I830FreeScreen
Hong Liu
1
-1
/
+1
2008-04-10
Keep static copies of the 965 render programs in video memory.
Eric Anholt
1
-0
/
+6
2008-04-09
Implement support for 24 bit pixel format
Mike Isely
1
-0
/
+8
2008-03-28
Disable DRI earlier if fb width > 2048
Zhenyu Wang
1
-6
/
+6
2008-03-28
Disable overlay on new mobile chipset
Zhenyu Wang
1
-1
/
+1
2008-03-25
Fix 965+ rendering issues with DRI disabled.
Eric Anholt
1
-0
/
+9
2008-03-24
Revert "Use mprotect on unbound AGP memory to attempt to catch use while unbo...
Eric Anholt
1
-10
/
+0
2008-03-24
Disable a bunch of clock gating disables on IGD_GM, which doesn't need them.
Eric Anholt
1
-1
/
+5
2008-03-18
Merge branch 'master' into xvmc
Zhenyu Wang
1
-14
/
+24
[next]