summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-10DRI2 copyregion: don't wait for scanlines that won't happenLukasz Kurylo
2009-06-10 add missing files for previous commitZou Nan hai
2009-06-10 enable MC on g45 for player without vld patchZou Nan hai
2009-06-10Add new chipset register dumpsZhenyu Wang
2009-06-10Disable composite on new chipset for nowZhenyu Wang
2009-06-10Add new register definitionsZhenyu Wang
2009-06-10Update intel_gtt utility for new chipset GTT checkZhenyu Wang
2009-06-10Remove fixed MMIO sizeZhenyu Wang
2009-06-10Add new chipsets PCI idsZhenyu Wang
2009-06-09Rename i830_exa.c to i830_uxa.cCarl Worth
2009-06-09Fall back to fb pixmaps for backing glyph picturesKristian Høgsberg
2009-06-09xvmc: don't include xf86dri.hXiang, Haihao
2009-06-04Merge branch 'xvmc-vld'root
2009-06-03Fix segfault in DRI2 vblank syncing if the region isn't onscreen.Eric Anholt
2009-06-03Fix some drawable abuse in i830_dri.cEric Anholt
2009-06-03Replace some pixmap-related idioms with inline functions to do so.Eric Anholt
2009-06-03Provide mode line from VBT to xorg.Ma Ling
2009-06-03Fetch mode line from VBT, then keep it.Ma Ling
2009-06-03Wait doubled regis to be stable for load pipe detectionMa Ling
2009-06-03Set activation periods as 64 cdclk sync up with KMSMa Ling
2009-06-02Sync DRI2 CopyRegion to vertical retraceJesse Barnes
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-05-26Revert "Rely on BO pixmaps being present in acceleration paths."Carl Worth
2009-05-26Fold GEM detection into DRM master open.Eric Anholt
2009-05-26Open the DRM and keep the handle throughout server startup to finish.Eric Anholt
2009-05-26Fix backwards logic on whether to sync to vblank or not.Eric Anholt
2009-05-20Only return FALSE when dri_bo_map() failsKristian Høgsberg
2009-05-19Don't do GTT maps on objects bigger than half the available aperture size.Eric Anholt
2009-05-19 switch XvMC to gemLi Shao Hua
2009-05-18Only sync XV to vblank when drawing to the frontbuffer.Eric Anholt
2009-05-18 DRI2 for XvMCXiang Hai hao
2009-05-18Merge branch 'master' into xvmc-vldZou Nan hai
2009-05-15Use drm_intel_bo_disable_reuse API to flag scanout and cursor buffersKeith Packard
2009-05-14If DRM can't figure out which pipe to sync on, then don't sync at all.Keith Packard
2009-05-14Use libdrm to lookup pipe for tear-free sync of XVCarl Worth
2009-05-14Remove dead "avail" variable from XAA stuff.Eric Anholt
2009-05-13Add new have_gem flagJesse Barnes
2009-05-12Load i915 and fbcon when checking for KMSKeith Packard
2009-05-12Add DP link and GMCH M and N registersKeith Packard
2009-05-12Fallback when VT inactiveKeith Packard
2009-05-12Remove the offset parameter from i830_allocator_init()Wu Fengguang
2009-05-10Fix "Unkown" typo in two FatalError messagesAlan Coopersmith
2009-05-05Fix typo in (unused) INTEL_BIOS_32 macroStijn van Drongelen
2009-05-01Split i915 textured video commands to fit into batch buffers.Keith Packard
2009-05-01Call down to lower CloseScreen before shutting down DRM allocatorKeith Packard
2009-05-01Revert "Leave allocator running until lower-level CloseScreens are done"Keith Packard
2009-05-01Hold reference to video binding table until all rects are painted.Keith Packard
2009-05-013D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.Keith Packard
2009-05-01Don't bother to enable VF statistics during 965 video playbackKeith Packard
2009-05-01Leave allocator running until lower-level CloseScreens are doneKeith Packard