summaryrefslogtreecommitdiff
path: root/src/i830.h
AgeCommit message (Expand)Author
2009-09-09i915: Restore nearest samplingChris Wilson
2009-09-05i830/i915: Set the sample position to the pixel center.Chris Wilson
2009-08-25KMS: allocate one bo per crtc for cursorKeith Packard
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt
2009-07-24XvMC: pin XvMC buffers under KMS.Xiang, Haihao
2009-07-16Really fix i915 render. Fail at commit --amend.Eric Anholt
2009-07-16Fix 915-class Render after the 8xx-class Render fix.Eric Anholt
2009-07-15Use batch_start_atomic to fix batchbuffer wrapping problems with 8xx render.Eric Anholt
2009-07-10Remove NoAccel supportKeith Packard
2009-07-06Disable FBC on IGDNGZhenyu Wang
2009-06-24Treat disabled CRTCs as "not covering" for scanline wait purposesJesse Barnes
2009-06-23Add option to control swapbuffers behaviorJesse Barnes
2009-06-15parse general definition block to get the SDVO device infoZhao Yakui
2009-06-10Remove fixed MMIO sizeZhenyu Wang
2009-06-03Replace some pixmap-related idioms with inline functions to do so.Eric Anholt
2009-06-03Fetch mode line from VBT, then keep it.Ma Ling
2009-06-02Sync DRI2 CopyRegion to vertical retraceJesse Barnes
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt
2009-05-15Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard
2009-05-14Use libdrm to lookup pipe for tear-free sync of XVCarl Worth
2009-05-13Add new have_gem flagJesse Barnes
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang
2009-04-28Remove a handful of pointless commentsKristian Høgsberg
2009-04-27unifdef LIBPCIACCESS and XSERVER_LIBPCIACCESS.Eric Anholt
2009-04-27Remove XF86DRM_MODE.Eric Anholt
2009-04-27Replace I830Sync's irq emit/wait code with bufmgr use.Eric Anholt
2009-04-27Remove I830_XV ifdef.Eric Anholt
2009-04-27Replace i830WaitSync with just I830Sync(), as nearly all callers had it wrong.Eric Anholt
2009-04-27Remove can_resize, which is now always true (except when a bug interfered)Eric Anholt
2009-04-27unifdef I830_USE_UXA.Eric Anholt
2009-04-27Remove EXA support.Eric Anholt
2009-04-27Remove XAA support.Eric Anholt
2009-04-27Remove DRI1 support.Eric Anholt
2009-04-27Remove pre-server-1.5 support.Eric Anholt
2009-04-24Disable FBC on IGD for UMSShaohua Li
2009-04-21Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac
2009-04-21Remove dead xoffset/yoffset from pre-randr.Eric Anholt
2009-04-21Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt
2009-04-21Staticize a bunch of functions and variables in the driver.Eric Anholt
2009-04-21Remove unused i830_output_type_namesEric Anholt
2009-04-21Remove some dead i830.h struct members.Eric Anholt
2009-03-16Revert EXA_DRIVER_KNOWN_MAJOR bumpKeith Packard
2009-03-13Use CopyArea to load glyphs from per-glyph pixmap to cache pixmapKeith Packard
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