Age | Commit message (Expand) | Author |
2007-09-19 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang |
2007-09-12 | Remove unused plane->pipe mappings from SAREA private | Jesse Barnes |
2007-09-11 | Fix plane/pipe mapping compat code | Jesse Barnes |
2007-09-10 | Fix crash in ScreenInit | Jesse Barnes |
2007-09-10 | Only swap planes and pipes if DRM supports it | Jesse Barnes |
2007-09-06 | Switch to pci_device_map_range/pci_device_unmap_range APIs. | Keith Packard |
2007-09-05 | Fix G33 GTT stolen mem range | Zhenyu Wang |
2007-08-26 | i830_driver.c changes for libpciaccess. | Keith Packard |
2007-08-17 | Replace AA allocator usage with i830_memory.c for RandR rotation. | Eric Anholt |
2007-08-16 | Disambiguate plane and pipe mapping, use plane A on pipe B on pre-965 LVDS | Jesse Barnes |
2007-08-16 | Merge branch 'master' into buffer-objects | Eric Anholt |
2007-08-10 | Save/restore tile-mode offset registers DSPATILEOFF and DSPBTILEOFF | Keith Packard |
2007-08-10 | Don't force tiling on if it is disabled in configuration but fbc is possible. | Eric Anholt |
2007-08-10 | Cleanup tiling and FBC driver output. | Jesse Barnes |
2007-08-10 | Enable tiling by default on 965. | Jesse Barnes |
2007-08-10 | Merge branch 'master' into xvmc-i915 | Zhenyu Wang |
2007-08-07 | code cleanups | Zhenyu Wang |
2007-07-27 | Pin some buffer objects at creation time, which can't be moved yet. | Eric Anholt |
2007-07-27 | Delay the first screen pixmap update to CreateScreenResources. | Eric Anholt |
2007-07-27 | Add quirk support | Wang Zhenyu |
2007-07-26 | Use new drmBOSetPin interface instead of NO_EVICT/NO_MOVE buffers. | Eric Anholt |
2007-07-25 | When TTM is available, use it instead of manual AGP allocations when possible. | Eric Anholt |
2007-07-23 | only enable xvmc for 915/945/G33 | Xiang, Haihao |
2007-07-20 | don't initialize XvMC if xv is disabled. | Xiang, Haihao |
2007-07-19 | enable XvMC for i915 | Xiang, Haihao |
2007-07-19 | strip out remainder of drmmm code in driver | Dave Airlie |
2007-07-17 | intel: don't try and use TTM memory manager with old libdrm interface | Dave Airlie |
2007-07-07 | FBC fixes: | Jesse Barnes |
2007-07-06 | Fix tiling and fb compression defaults for 965 (not yet fully supported). | Jesse Barnes |
2007-07-06 | FBC and tiling changes | Jesse Barnes |
2007-07-02 | Framebuffer compression changes: | Jesse Barnes |
2007-07-02 | Enable framebuffer compression (use Option "FrameBufferCompression" | Jesse Barnes |
2007-06-12 | Fix context switching between DRI and X. | Eric Anholt |
2007-06-05 | Add support for the G33, Q33, and Q35 chipsets. | Wang Zhenyu |
2007-05-31 | Add pci ids for 945GME | Wang Zhenyu |
2007-05-31 | Add pci ids for 965GME/GLE chip | Wang Zhenyu |
2007-05-25 | Xv does not require directRendering | Keith Packard |
2007-05-17 | Make each output control clones/crtcs. Split DVO into LVDS, TMDS, TV. | Keith Packard |
2007-05-12 | Deal with i830 CRT load detection which cannot use FORCE_BORDER. | Keith Packard |
2007-05-02 | Fix typo s/i/index/ in LoadPalette for depth 16. | Eric Anholt |
2007-05-02 | Disable non-working GTT decoding on i830, and fix map/unmap of GTT. | Eric Anholt |
2007-05-02 | disable all outputs on EnterVT | Dave Airlie |
2007-04-30 | Ignore VideoRam now that its original purpose is obsolete. | Eric Anholt |
2007-04-30 | Allow physical-memory allocations within stolen memory. | Eric Anholt |
2007-04-30 | Disable some clock gating functions documented to work incorrectly. | Eric Anholt |
2007-04-19 | Eliminate LinearAlloc option and code. | Keith Packard |
2007-04-19 | Fix mismatching braces when XF86DRI_MM is not defined. | Keith Packard |
2007-04-17 | Don't try to init the XAA linear region unless we allocated memory for it. | Eric Anholt |
2007-04-09 | Avoid a magic number and correct a (currently harmless) ifdef in ResetState(). | Eric Anholt |
2007-04-03 | Move a bunch of debugging verbosity under Option "ModeDebug". | Eric Anholt |