Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-03-04 | Use -f for ln of server source. Otherwise, changing paths didn't take effect. | Eric Anholt | 1 | -2/+2 |
2007-03-04 | Add a little BIOS dumper program. | Eric Anholt | 3 | -1/+109 |
2007-03-04 | Shadow pixmaps use fixed offset of 0. | Keith Packard | 1 | -3/+6 |
2007-03-03 | Merge branch 'modesetting-origin' into modesetting | Keith Packard | 21 | -2480/+2418 |
2007-03-03 | Update for Aaron's xserver changes. | Keith Packard | 1 | -2/+14 |
2007-03-02 | Add a WIP UploadToScreen implementation. This almost displays right. | Eric Anholt | 3 | -0/+130 |
2007-03-02 | Move EXA offscreen memory back after framebuffer to avoid fallbacks. | Eric Anholt | 1 | -15/+15 |
2007-03-02 | Fix a crash when an ARGB cursor allocation had failed. | Eric Anholt | 1 | -1/+1 |
2007-03-01 | Actually add the files for reg_dumper. | Eric Anholt | 5 | -0/+267 |
2007-02-28 | Add a non-installed command line tool using libpciaccess to dump registers. | Eric Anholt | 4 | -1/+24 |
2007-02-28 | Many fixes to mode_get, mode_set, clock limits, and register dumps on i855. | Eric Anholt | 3 | -58/+185 |
2007-02-27 | Revert "EXA: enlarge 965 exa state buffer size" | Wang Zhenyu | 1 | -1/+1 |
2007-02-27 | EXA: enlarge 965 exa state buffer size | Wang Zhenyu | 1 | -1/+1 |
2007-02-27 | Fix typo when assign overlay reg mem pointer | Wang Zhenyu | 1 | -1/+2 |
2007-02-26 | Consolidate shared structure allocation to the start of ScreenInit. | Eric Anholt | 1 | -52/+25 |
2007-02-26 | Fix XV issues on 965 after the allocation rework | Eric Anholt | 2 | -6/+13 |
2007-02-26 | Move the initial EnterVT to after we've set up acceleration. | Eric Anholt | 1 | -2/+3 |
2007-02-26 | Bug #9604: Align the sizes of allocations to page increments as well. | Eric Anholt | 2 | -1/+7 |
2007-02-26 | Fix physical memory allocations, including description in log. | Eric Anholt | 1 | -4/+14 |
2007-02-26 | Fix some texture memory allocation issues. | Eric Anholt | 4 | -29/+33 |
2007-02-26 | Fix a crash in startup monitor detect. | Eric Anholt | 1 | -1/+7 |
2007-02-23 | Always allocate logical_context, since we use it in emitting invariants. | Eric Anholt | 1 | -14/+10 |
2007-02-23 | Improve logging of memory allocation passes, and clean the code up a bit. | Eric Anholt | 2 | -89/+78 |
2007-02-23 | Move memory allocation to ScreenInit rather than PreInit. | Eric Anholt | 5 | -415/+342 |
2007-02-23 | Fix fence allocations on 965. | Eric Anholt | 1 | -2/+6 |
2007-02-23 | Rework the video memory allocation. | Eric Anholt | 12 | -1751/+1162 |
2007-02-22 | Reformat to 4-space indents, no trailing whitespace, and 80 columns. | Eric Anholt | 1 | -1540/+1584 |
2007-02-22 | Remove copied X server headers from driver. | Keith Packard | 2 | -595/+0 |
2007-02-22 | Disable unused functions after configuring the remaining resources. | Keith Packard | 1 | -2/+2 |
2007-02-20 | Pre-965 hardware had fixed pipe 1 for panel fitter. | Keith Packard | 1 | -1/+28 |
2007-02-17 | Make distcheck fixes. Distribute all sources needed even for older servers. | Keith Packard | 2 | -33/+64 |
2007-02-16 | Check for presence of xf86Modes.h file. | Keith Packard | 11 | -56/+71 |
2007-02-16 | Remove common code that has moved to xserver/hw/xfree86/modes | Keith Packard | 11 | -5256/+0 |
2007-02-16 | Change rotation pixmap creation API to permit start-time rotation. | Keith Packard | 6 | -54/+74 |
2007-02-15 | Enable mode setting function renames from shared code. | Keith Packard | 1 | -1/+1 |
2007-02-15 | Use server sources for crtc/output generic code. | Keith Packard | 2 | -13/+51 |
2007-02-15 | Print the correct meaning of bit 30 of pipeconf for 965 in debug output. | Eric Anholt | 2 | -2/+7 |
2007-02-15 | Detect core clock frequencies, to avoid double-wide mode when possible. | Eric Anholt | 2 | -15/+73 |
2007-02-15 | EXA: fix i965 default color (0,0,0,1.0) -> (0,0,0,0) | Wang Zhenyu | 1 | -1/+1 |
2007-02-15 | EXA: mask componentAlpha support | Wang Zhenyu | 5 | -20/+626 |
2007-02-14 | Global namespace cleanups, filename fixes. | Keith Packard | 9 | -19/+28 |
2007-02-14 | Create driver-independent DGA hooks, remove i830 DGA code. | Keith Packard | 7 | -279/+295 |
2007-02-14 | WIP DGA generic support. | root | 5 | -367/+199 |
2007-02-13 | Switch the RECTLIST vertex order to (x2, y2), (x1, y2), (x1, y1). | Eric Anholt | 1 | -12/+12 |
2007-02-13 | Bug #9941: ViewSonic VX2025wm sync polarity quirk to fix mode distortion. | Eric Anholt | 1 | -1/+5 |
2007-02-13 | Fix double free in the case of LVDS disabled through quirks. | Eric Anholt | 1 | -1/+0 |
2007-02-13 | Merge branch 'modesetting-origin' into modesetting | Eric Anholt | 20 | -580/+1067 |