Age | Commit message (Expand) | Author |
2007-03-02 | Move EXA offscreen memory back after framebuffer to avoid fallbacks. | Eric Anholt |
2007-03-02 | Fix a crash when an ARGB cursor allocation had failed. | Eric Anholt |
2007-03-02 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-03-01 | Actually add the files for reg_dumper. | Eric Anholt |
2007-03-01 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-02-28 | Add a non-installed command line tool using libpciaccess to dump registers. | Eric Anholt |
2007-02-28 | Many fixes to mode_get, mode_set, clock limits, and register dumps on i855. | Eric Anholt |
2007-02-28 | Update vblank pipe setup when setting a mode. | Michel Dänzer |
2007-02-28 | I830DRIClipNotify: Fix initialization of crtcBox[1].[xy]2. | Michel Dänzer |
2007-02-28 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-02-27 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-02-27 | Revert "EXA: enlarge 965 exa state buffer size" | Wang Zhenyu |
2007-02-27 | EXA: enlarge 965 exa state buffer size | Wang Zhenyu |
2007-02-27 | Fix typo when assign overlay reg mem pointer | Wang Zhenyu |
2007-02-26 | Consolidate shared structure allocation to the start of ScreenInit. | Eric Anholt |
2007-02-26 | Fix XV issues on 965 after the allocation rework | Eric Anholt |
2007-02-26 | Move the initial EnterVT to after we've set up acceleration. | Eric Anholt |
2007-02-26 | Bug #9604: Align the sizes of allocations to page increments as well. | Eric Anholt |
2007-02-26 | Fix physical memory allocations, including description in log. | Eric Anholt |
2007-02-26 | Fix some texture memory allocation issues. | Eric Anholt |
2007-02-26 | Fix a crash in startup monitor detect. | Eric Anholt |
2007-02-26 | for merge with external tree | Zou Nan hai |
2007-02-26 | fix conflict with external branch | Zou Nan hai |
2007-02-25 | Merge branch 'modesetting' of git://proxy01.pd.intel.com:9419/git/xorg/driver... | Nian Wu |
2007-02-23 | Always allocate logical_context, since we use it in emitting invariants. | Eric Anholt |
2007-02-23 | Improve logging of memory allocation passes, and clean the code up a bit. | Eric Anholt |
2007-02-23 | Move memory allocation to ScreenInit rather than PreInit. | Eric Anholt |
2007-02-23 | Fix fence allocations on 965. | Eric Anholt |
2007-02-23 | Rework the video memory allocation. | Eric Anholt |
2007-02-22 | Reformat to 4-space indents, no trailing whitespace, and 80 columns. | Eric Anholt |
2007-02-22 | Remove copied X server headers from driver. | Keith Packard |
2007-02-22 | Disable unused functions after configuring the remaining resources. | Keith Packard |
2007-02-22 | I830DRISwapContext: Some cleanups. | Michel Dänzer |
2007-02-22 | Do not sync DRI windows between pages when possible. | Michel Dänzer |
2007-02-21 | intel.man: Fix typo. | Michel Dänzer |
2007-02-20 | Pre-965 hardware had fixed pipe 1 for panel fitter. | Keith Packard |
2007-02-20 | Add support for triple buffering using a third static buffer. | Michel Dänzer |
2007-02-20 | Don't mark page flipping as active when it really isn't. | Michel Dänzer |
2007-02-20 | Document Option "PageFlip". | Michel Dänzer |
2007-02-17 | Make distcheck fixes. Distribute all sources needed even for older servers. | Keith Packard |
2007-02-16 | Check for presence of xf86Modes.h file. | Keith Packard |
2007-02-16 | Remove common code that has moved to xserver/hw/xfree86/modes | Keith Packard |
2007-02-16 | Change rotation pixmap creation API to permit start-time rotation. | Keith Packard |
2007-02-15 | Enable mode setting function renames from shared code. | Keith Packard |
2007-02-15 | Use server sources for crtc/output generic code. | Keith Packard |
2007-02-15 | Print the correct meaning of bit 30 of pipeconf for 965 in debug output. | Eric Anholt |
2007-02-15 | Detect core clock frequencies, to avoid double-wide mode when possible. | Eric Anholt |
2007-02-15 | EXA: fix i965 default color (0,0,0,1.0) -> (0,0,0,0) | Wang Zhenyu |
2007-02-15 | EXA: mask componentAlpha support | Wang Zhenyu |
2007-02-14 | Global namespace cleanups, filename fixes. | Keith Packard |