summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Quirk away the nonexistent TV connector on the Panasonic CF-Y4.Eric Anholt2007-08-061-0/+2
* Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes2007-08-031-0/+8
* Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes2007-08-031-0/+1
|\
| * Update Lenovo TV quirk infoZhenyu Wang2007-07-281-0/+1
* | Tiled rendering & fbc fixes:Jesse Barnes2007-08-036-119/+186
* | Legacy backlight changes:Jesse Barnes2007-07-313-26/+61
|/
* Add another Lenovo TV output quirkWang Zhenyu2007-07-271-0/+1
* Add quirk supportWang Zhenyu2007-07-276-21/+112
* Fix typo in intel.manBrice Goglin2007-07-251-1/+1
* Fix a typo in i915 renderZhenyu Wang2007-07-231-1/+1
* Fix device id info for 945GME, 965GMEZhenyu Wang2007-07-201-2/+10
* strip out remainder of drmmm code in driverDave Airlie2007-07-191-12/+0
* intel: oops I commited pixman local workaround - undo itDave Airlie2007-07-171-1/+1
* intel: actually 2.3.1 should be good enoughDave Airlie2007-07-171-1/+1
* intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie2007-07-173-90/+2
* Remove hard-coded CRT blanking frobbing for load detection.Keith Packard2007-07-132-4/+4
* Ensure pipe/output active before doing load detection.Keith Packard2007-07-135-70/+94
* Eliminate bogus (and harmful) blanking adjustment for load detect.Keith Packard2007-07-132-50/+94
* Fix i915 rendering for tiled bufferWang Zhenyu2007-07-111-5/+2
* Fix some physical address handling for >4GB addresses.Eric Anholt2007-07-092-28/+33
* FBC fixes:Jesse Barnes2007-07-072-15/+30
* Fix manpage to reflect default behavior.Jesse Barnes2007-07-061-2/+2
* Fix naming of FBC plane enable bits (mistakenly called them pipes earlier).Jesse Barnes2007-07-062-6/+6
* Update man page with current behavior.Jesse Barnes2007-07-061-2/+7
* Fix debug output in fbc enable/disable routines. Add logic to make sure fbcJesse Barnes2007-07-061-2/+11
* Fix tiling and fb compression defaults for 965 (not yet fully supported).Jesse Barnes2007-07-062-3/+5
* FBC and tiling changesJesse Barnes2007-07-066-19/+59
* Merge branch 'master' into fbcJesse Barnes2007-07-055-25/+37
|\
| * Update documentation and bump driver version to 2.1.0.xf86-video-intel-2.1.0Eric Anholt2007-07-023-17/+23
| * Fix reversed LVDS dither enabling logic on GM965.Eric Anholt2007-07-021-2/+2
| * Bug #11365: Disable the panel fitter unless it's needed for the chosen mode.Eric Anholt2007-07-021-6/+12
* | Re-add tiling kludge, but only for 965.Jesse Barnes2007-07-051-0/+5
* | Remove tiling kludge. May need more fixes for 965.Jesse Barnes2007-07-051-2/+0
* | Revert discard alpha change, requires other fixes to work.Jesse Barnes2007-07-051-4/+1
* | FBC fixes:Jesse Barnes2007-07-051-10/+38
* | Fixup line length buffer padding, add kludge for front buffer tileJesse Barnes2007-07-033-6/+9
* | Framebuffer compression changes:Jesse Barnes2007-07-025-26/+48
* | Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes2007-07-025-2/+171
|/
* Fix load detection to use border region instead of blanking.Keith Packard2007-06-304-14/+46
* Add *~ to .gitignore to skip emacs & patch backup filesAlan Coopersmith2007-06-281-0/+1
* Add AM_PROG_CC_C_O to configure.acAlan Coopersmith2007-06-281-0/+1
* Handle dual-channel LVDS on i855.Keith Packard2007-06-281-4/+3
* Decode PLL registers in LVDS mode a bit better in debug code.Keith Packard2007-06-281-32/+84
* EXA: fallback mask transform on i965Wang Zhenyu2007-06-271-0/+2
* EXA: don't have to check offscreen sizeWang Zhenyu2007-06-271-10/+3
* Use local structures for vs_state, sf_state, and wm_stateCarl Worth2007-06-251-6/+15
* Use local structure for src_sampler_state and mask_sampler_stateCarl Worth2007-06-251-6/+10
* Use local structure for mask_surf_stateCarl Worth2007-06-251-4/+5
* Use local structure for src_surf_stateCarl Worth2007-06-251-2/+5
* Use local structure for dest_surf_stateCarl Worth2007-06-251-2/+5