summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2009-03-06clean up arguments to i830_allocate_framebuffer since zaphod removal.Eric Anholt
2009-03-06Remove configured SW cursor support.Eric Anholt
2009-03-06Remove StolenOnly support.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-02-27Only allocate pixmaps aligned for tiling when requested by DRI2 GetBuffers.Eric Anholt
2009-02-26Fix UXA for server 1.4.Eric Anholt
2009-02-26Fix up i915 composite and common solid/copy code to use check_aperture.Eric Anholt
2009-02-25Use LVDS config in Driver feature BDB for integrated LVDS checkZhenyu Wang
2009-02-13SDVO: remove ForceSDVODetect optionZhenyu Wang
2009-02-02Un-revert the I915_SETPARAM_NUM_USED_FENCES commit reverted by accident.Kristian Høgsberg
2009-02-02Fix last-minute "cleanup" that broke the patch.Kristian Høgsberg
2009-02-01Implement front buffer resize for KMS.Kristian Høgsberg
2009-01-27Support tiled back/depth on 915-class hardware with DRI2.Jesse Barnes
2009-01-21Move i965 render sampler state to BOs.Eric Anholt
2009-01-21Move 965 render unit state to BOs.Eric Anholt
2009-01-21Fix build with server 1.4.Eric Anholt
2009-01-20Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt
2009-01-20Remove the pageflipping infrastructure.Owain G. Ainsworth
2009-01-20Remove triple-buffering supportOwain G. Ainsworth
2009-01-16Re-emit i915 composite setup when the batchbuffer wraps.Eric Anholt
2009-01-06Resize framebuffer on screen size change (requires UXA and DRI2)Keith Packard
2009-01-06Make i830_allocate_memory take tiling parameters.Keith Packard
2008-12-29Remove logical context setup.Eric Anholt
2008-12-29Remove old mergedfb includes and defines, which bother spatch.Eric Anholt
2008-12-29Bug #19239: Add a quirk for broken ACPI lid stateZhenyu Wang
2008-12-11bug #17395: Quirk CRT for Sony VGC-LT71DBZhenyu Wang
2008-12-08i965: Add batch_flush_notify hook to create new vertex-buffer boCarl Worth
2008-12-04Move remaining i965 video programs to BOs.Eric Anholt
2008-12-04Move i965 video wm and sampler state to BOs.Eric Anholt
2008-12-04Move i965 video vs/sf state to BOs.Eric Anholt
2008-12-04Move i965 video cc state to BOs.Eric Anholt
2008-11-17Merge commit 'origin/master' into dri2Kristian Høgsberg
2008-11-05Make I830FALLBACK debugging a runtime instead of compile-time option.Eric Anholt
2008-11-05Add an option to make the overlay be the first XV adaptor.Maxim Levitsky
2008-11-04Remove the CheckDevices timer.Eric Anholt
2008-10-17Handle differently tiled front/back/depth/third in DRI window managementKeith Packard
2008-10-14Update to DRI2 changes.dri2Kristian Høgsberg
2008-10-14Merge commit 'origin/master' into HEADKristian Høgsberg
2008-10-09Disable frame buffer compression by default for GM965.Carl Worth
2008-10-01Eliminate INT10 call to get BIOS contentsKeith Packard
2008-09-28Bug #16631: add option for SDVO force detectZhenyu Wang
2008-09-10Merge branch 'master' into dri2Eric Anholt
2008-09-09Track move of bufmgr functions to libdrm_intel.Eric Anholt
2008-08-29Add DRI2 support.Kristian Høgsberg
2008-08-26Fix X exit crash in NoAccelZhenyu Wang
2008-08-21Merge branch 'modesetting-gem'Jesse Barnes
2008-08-20Add more panel debugging info to register dump & vbios readerJesse Barnes
2008-08-20Merge branch 'master' into modesetting-gemJesse Barnes
2008-08-19Add quirk for pre-915s with working PFIT regsJesse Barnes
2008-08-13Make EXA & UXA share bo getting functionJesse Barnes