summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-13Return failure when the enum-type output property values are not foundZhao Yakui
2009-10-13Drop frontbuffer from crtc in I830CloseScreenAlbert Damen
2009-10-13drmmode: with 1.7 server, set mode major doesn't get gamma setup.Dave Airlie
2009-10-12DRI2 compat build fix: it's drawable->pScreen not drawable->screenJesse Barnes
2009-10-08Clean up more i830_memory.c madness.Eric Anholt
2009-10-08Rename pScreen to screen.Eric Anholt
2009-10-08Rename pGC to gc.Eric Anholt
2009-10-08Rename pDraw to plain old drawable.Eric Anholt
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08de-pCamelHungarian the Render pictures and pixmaps.Eric Anholt
2009-10-08Share several render fields between render implementations.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Remove more dead UMS code.Eric Anholt
2009-10-06Remove the reg_dumper code, now that it's been moved to intel_gpu_tools.Eric Anholt
2009-10-06Remove the stepping debug app, replaced by version in intel_gpu_tools.Eric Anholt
2009-10-06Trim down the hotplug debug app.Eric Anholt
2009-10-06Remove intel_idle, replaced by intel_gpu_top in intel_gpu_tools.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-06Remove UMS support.Eric Anholt
2009-10-05Remove UMS overlay support.Eric Anholt
2009-10-05Remove error state dumping code.Eric Anholt
2009-10-05Implement drmmode overlayDaniel Vetter
2009-10-05Xv: introduce an overlay halDaniel Vetter
2009-10-05Xv: rework overlay buffer managementDaniel Vetter
2009-10-05Xv: create xvmc_passthrough helperDaniel Vetter
2009-10-05Xv: scrap overlay offscreen pixmap supportDaniel Vetter
2009-10-05Xv: small cleanups in I830PutImageDaniel Vetter
2009-10-05Xv I830PutImage splitup: extract i830_wait_for scanlineDaniel Vetter
2009-10-05Xv I830PutImage splitup: extract i830_copy_video_dataDaniel Vetter
2009-10-05Xv I830PutImage splitup: extract i830_setup_video_bufferDaniel Vetter
2009-10-05Xv I830PutImage splitup: extract i830_dst_pitch_and_sizeDaniel Vetter
2009-10-05Xv: kill destId in I830PutImageDaniel Vetter
2009-10-05Xv: kill hw double buffering logicDaniel Vetter
2009-10-05Xv: use is_planar_fourcc helper some moreDaniel Vetter
2009-10-05Xv: introduce planar memcpy helperDaniel Vetter
2009-10-05Xv: rename i830_display_video to i830_display_overlayDaniel Vetter
2009-10-05Xv i830_display_video splitup: extract i830_overlay_cmdDaniel Vetter
2009-10-05Xv i830_display_video splitup: extract i830_calc_src_regsDaniel Vetter
2009-09-22Add new backlight driver "samsung".Matthias Hopf
2009-09-22Skip setting tv format property if output crtc is NULLZhao Yakui
2009-09-22Check whether the DVI-I/D is connected or disconnected based on EDIDZhao Yakui
2009-09-22Revert "8xx: Fallback for any non-affine transformation."Chris Wilson
2009-09-22i8xx: Format projective texture coordinates correctly.Keith Packard
2009-09-21Split i915/i830 composite_emit_primitive into two functions.Keith Packard
2009-09-21Remove DGA support from the driver.Keith Packard
2009-09-21Remove vestigial internal rotation which broke KMS DGA/VidMode modesetting.Keith Packard
2009-09-218xx: Fallback for any non-affine transformation.Carl Worth