Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-16 | Merge branch 'master' into buffer-objects | Eric Anholt | |
Conflicts: src/i830_dri.c src/i830_memory.c | |||
2007-08-10 | Enable tiling by default on 965. | Jesse Barnes | |
2007-07-25 | Fix typo in intel.man | Brice Goglin | |
Reported by A. Costa" <agcosta@gis.net> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432061 | |||
2007-07-25 | When TTM is available, use it instead of manual AGP allocations when possible. | Eric Anholt | |
This is a step towards being able to expose buffer objects through the screen private to DRI clients, instead of having them have to use the fake buffer object type. This fails in two ways. First, the kernel memory manager is not currently suitable for doing the physical allocations we need, so we still use AGP for those. Additionally, the DRI lock can't be initialized early enough for us, so these buffer object allocations fail. This will be fixed by improving the DRM interface. | |||
2007-07-06 | Fix manpage to reflect default behavior. | Jesse Barnes | |
2007-07-06 | Update man page with current behavior. | Jesse Barnes | |
2007-07-05 | Merge branch 'master' into fbc | Jesse Barnes | |
2007-07-02 | Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0 | Eric Anholt | |
2007-07-02 | Enable framebuffer compression (use Option "FrameBufferCompression" | Jesse Barnes | |
"true" in your xorg.conf). Should save ~0.5W during typical 2D usage. | |||
2007-05-29 | Expand manpage description of outputs supported. | Eric Anholt | |
2007-04-30 | Ignore VideoRam now that its original purpose is obsolete. | Eric Anholt | |
It had been necessary to allow more than a small amount of memory to be allocated, but now those old small allocations people had configured are getting in the way. | |||
2007-04-19 | Eliminate LinearAlloc option and code. | Keith Packard | |
With the fixes to the 2D frame buffer allocation that allows up to 65536 lines of 2D frame buffer in XAA mode, the old linear allocation hacks are no longer necessary. | |||
2007-04-16 | Update intel.man with 965GM chipset support | Wang Zhenyu | |
2007-04-10 | Bug #10520: i810 manpage not installed despite users expecting it to be there. | Eric Anholt | |
Install it as an alias to intel.4x, since we're letting people load the driver as "i810" still. | |||
2007-04-03 | Move a bunch of debugging verbosity under Option "ModeDebug". | Eric Anholt | |
2007-03-26 | Add Solaris to list of OS'es with agpgart in man page | Alan Coopersmith | |
2007-03-26 | Update manpage to remove Rotate option and point at xorg.conf instead. | Eric Anholt | |
While here, update a few other bits as well. | |||
2007-03-06 | Remove warnings about potential artifacts with page flipping and mixed 2D/3D. | Michel Dänzer | |
The artifacts only seemed to occur when EXA was falling back to software for the front buffer. | |||
2007-02-21 | intel.man: Fix typo. | Michel Dänzer | |
2007-02-20 | Add support for triple buffering using a third static buffer. | Michel Dänzer | |
Need to bump the DRI DDX version minor for the added SAREA fields. | |||
2007-02-20 | Document Option "PageFlip". | Michel Dänzer | |
2007-02-01 | Rename driver from i810 to intel. Permit old name for compatibility.modesetting-rotation | Keith Packard | |
Driver installs as intel_drv.so with symlink to i810_drv.so to ensure existing configurations continue to work. Updated manual page to reflect name change and add attributions for recent work. | |||
2007-02-01 | Remove some more dead options. | Eric Anholt | |
2007-01-11 | Don't limit cachelines to a vertical of 2048, and increase default allocation. | Eric Anholt | |
The cachelines are used for two things: XAA pixmap cache and XV memory. Only XAA pixmap cache is referred to using an offset pointing at the beginning of the front buffer in rendering, and XAA only uses the 2d BLT engine, which actually has a vertical limit of 65536. So, pixmap cache is now limited to that much vertical. Additionally, the previous cachelines allocation was too small for our advertised XV limits, so video at the limits would fail with BadAlloc. Now, XAA allocates the same approximate amount of offscreen memory as EXA: 3 times the screen size, plus one packed HD video. | |||
2006-11-30 | Merge branch 'exa' of ../xf86-video-intel into modesetting | Eric Anholt | |
Conflicts: man/i810.man src/Makefile.am src/i830.h src/i830_driver.c src/i830_rotate.c src/i830_video.c | |||
2006-11-16 | Merge branch 'master' into modesetting | Eric Anholt | |
Conflicts: src/i830.h src/i830_cursor.c src/i830_dri.c src/i830_driver.c src/i830_video.c | |||
2006-10-27 | Add support for the new DRM memory manager. | Thomas Hellstrom | |
Some code are duplicated with the new libdrm. Once this code has been released with xserver, it can be removed. See the man page for new options and backwards 3D driver compatibility. | |||
2006-10-23 | Fix manpage to report 8160 instead of 6144 for LinearAlloc. | Alan Hourihane | |
2006-09-27 | Merge branch 'master' into modesetting | Eric Anholt | |
This reverts most of the mergedfb code. This will instead be done in device- independent RandR code. Conflicts: src/Makefile.am src/i810_driver.c src/i810_reg.h src/i830.h src/i830_cursor.c src/i830_driver.c src/i830_modes.c src/i830_video.c | |||
2006-09-25 | Merge branch 'master' into exa | Wang Zhenyu | |
2006-09-22 | Remove the GetDevicePresence BIOS call which just printed BIOS information. | Eric Anholt | |
Because we aren't using the BIOS to set modes any more, what the BIOS thinks is present is probably even less important than before. | |||
2006-09-22 | Remove the no-longer-connected VBERestore option. | Eric Anholt | |
2006-09-21 | Typo fix in man page (Debian bug #364559). | A Costa | |
2006-08-24 | Merge branch 'master' into exa | Wang Zhenyu | |
Conflicts: man/i810.man src/Makefile.am src/i830_accel.c src/i830_dga.c src/i830_driver.c | |||
2006-08-08 | Update manual page to include i945 and later details. | Keith Packard | |
(cherry picked from 7833d0733bc146cf1ae7f588516c49797886b396 commit) | |||
2006-06-20 | Remove dead DisplayInfo option. | Eric Anholt | |
2006-05-22 | Merge branch 'master' into modesetting | Eric Anholt | |
Conflicts: man/.gitignore | |||
2006-05-18 | Start laying out some of the bits that need to be done for BW textured video. | Eric Anholt | |
Headers taken from TG code drop. | |||
2006-04-28 | Commit what applied from Jesse Barnes's i830-exa-latest.patch. | Eric Anholt | |
2006-04-11 | Replace .cvsignore with .gitignore. | Eric Anholt | |
2006-04-06 | Add the manpage's possible names when generated. | Eric Anholt | |
2006-04-06 | Move .cvsignore to .gitignore | Eric Anholt | |
2006-01-24 | Bump version to 1.5.0.0 | Alan Hourihane | |
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo. | |||
2005-12-19 | Typo fixes, mailing list & url updates, and other changes to prepare for | Alan Coopersmith | |
X11R6.9 & 7.0 releases. | |||
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-10-18 | Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutions | Alan Coopersmith | |
to work better with BSD make | |||
2005-10-17 | More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ↵ | Adam Jackson | |
indirectly | |||
2005-10-17 | Use sed & cpp to substitute variables in driver man pages | Alan Coopersmith | |