summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-06Remove 4k offset checks from Copy & Solid hooks.Jesse Barnes
2007-08-06More tiled rendering fixes: - check for tiling, not just offset in PrepareSol...Jesse Barnes
2007-08-06Add the file mode for bios_dumper output so it doesn't have 000 permissions.Eric Anholt
2007-08-06Quirk away the nonexistent TV connector on the Panasonic CF-Y4.Eric Anholt
2007-08-03Limit Solid & Copy offsets to 4k when rendering to tiled targetsJesse Barnes
2007-08-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video...Jesse Barnes
2007-08-03Tiled rendering & fbc fixes:Jesse Barnes
2007-07-31Legacy backlight changes:Jesse Barnes
2007-07-28Update Lenovo TV quirk infoZhenyu Wang
2007-07-27Add another Lenovo TV output quirkWang Zhenyu
2007-07-27Add quirk supportWang Zhenyu
2007-07-23Fix a typo in i915 renderZhenyu Wang
2007-07-20Fix device id info for 945GME, 965GMEZhenyu Wang
2007-07-19strip out remainder of drmmm code in driverDave Airlie
2007-07-17intel: don't try and use TTM memory manager with old libdrm interfaceDave Airlie
2007-07-13Remove hard-coded CRT blanking frobbing for load detection.fbcKeith Packard
2007-07-13Ensure pipe/output active before doing load detection.Keith Packard
2007-07-13Eliminate bogus (and harmful) blanking adjustment for load detect.Keith Packard
2007-07-11Fix i915 rendering for tiled bufferWang Zhenyu
2007-07-09Fix some physical address handling for >4GB addresses.Eric Anholt
2007-07-07FBC fixes:Jesse Barnes
2007-07-06Fix naming of FBC plane enable bits (mistakenly called them pipes earlier).Jesse Barnes
2007-07-06Fix debug output in fbc enable/disable routines. Add logic to make sure fbcJesse Barnes
2007-07-06Fix tiling and fb compression defaults for 965 (not yet fully supported).Jesse Barnes
2007-07-06FBC and tiling changesJesse Barnes
2007-07-05Merge branch 'master' into fbcJesse Barnes
2007-07-05Re-add tiling kludge, but only for 965.Jesse Barnes
2007-07-05Remove tiling kludge. May need more fixes for 965.Jesse Barnes
2007-07-05Revert discard alpha change, requires other fixes to work.Jesse Barnes
2007-07-05FBC fixes:Jesse Barnes
2007-07-03Fixup line length buffer padding, add kludge for front buffer tileJesse Barnes
2007-07-02Framebuffer compression changes:Jesse Barnes
2007-07-02Fix reversed LVDS dither enabling logic on GM965.Eric Anholt
2007-07-02Bug #11365: Disable the panel fitter unless it's needed for the chosen mode.Eric Anholt
2007-07-02Enable framebuffer compression (use Option "FrameBufferCompression"Jesse Barnes
2007-06-30Fix load detection to use border region instead of blanking.Keith Packard
2007-06-28Handle dual-channel LVDS on i855.Keith Packard
2007-06-28Decode PLL registers in LVDS mode a bit better in debug code.Keith Packard
2007-06-27EXA: fallback mask transform on i965Wang Zhenyu
2007-06-27EXA: don't have to check offscreen sizeWang Zhenyu
2007-06-25Use local structures for vs_state, sf_state, and wm_stateCarl Worth
2007-06-25Use local structure for src_sampler_state and mask_sampler_stateCarl Worth
2007-06-25Use local structure for mask_surf_stateCarl Worth
2007-06-25Use local structure for src_surf_stateCarl Worth
2007-06-25Use local structure for dest_surf_stateCarl Worth
2007-06-25Use local structure for cc_stateCarl Worth
2007-06-25Remove redundant i830WaitSync from i965_prepare_compositeCarl Worth
2007-06-22Bug #11171: Add support for the Ti TFP410 DVO TMDS transmitter.Dave Mueller
2007-06-22Move the ivch's fixed panel mode support to i830_dvo.c for other LVDS drivers.Eric Anholt
2007-06-22I830 needs to have plane/pipe/pll started in mode_set.Keith Packard