summaryrefslogtreecommitdiff
path: root/man/intel.man
AgeCommit message (Collapse)Author
2007-08-16Merge branch 'master' into buffer-objectsEric Anholt
Conflicts: src/i830_dri.c src/i830_memory.c
2007-08-10Enable tiling by default on 965.Jesse Barnes
2007-07-25Fix typo in intel.manBrice Goglin
Reported by A. Costa" <agcosta@gis.net> in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432061
2007-07-25When 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-06Fix manpage to reflect default behavior.Jesse Barnes
2007-07-06Update man page with current behavior.Jesse Barnes
2007-07-05Merge branch 'master' into fbcJesse Barnes
2007-07-02Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0Eric Anholt
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
"true" in your xorg.conf). Should save ~0.5W during typical 2D usage.
2007-05-29Expand manpage description of outputs supported.Eric Anholt
2007-04-30Ignore 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-19Eliminate 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-16Update intel.man with 965GM chipset supportWang Zhenyu
2007-04-03Move a bunch of debugging verbosity under Option "ModeDebug".Eric Anholt
2007-03-26Add Solaris to list of OS'es with agpgart in man pageAlan Coopersmith
2007-03-26Update manpage to remove Rotate option and point at xorg.conf instead.Eric Anholt
While here, update a few other bits as well.
2007-03-06Remove 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-21intel.man: Fix typo.Michel Dänzer
2007-02-20Add 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-20Document Option "PageFlip".Michel Dänzer
2007-02-01Rename driver from i810 to intel. Permit old name for compatibility.modesetting-rotationKeith 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.