summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-13Increment version to 2.7.99.9022.7.99.902Carl Worth1-1/+1
2009-07-13RELEASING: Fix typo in instructionsCarl Worth1-1/+1
2009-07-13NEWS: Add notes for 2.7.99.902Carl Worth1-0/+7
2009-07-11Remove vestiges of NoAccel options from i830_driver.cKeith Packard1-2/+0
2009-07-11intel.man: Mark NoAccel option as i810/i815 onlyKeith Packard1-5/+5
2009-07-10i830_uxa_prepare_access: Flush and wait for idle for non-bo pixmapsKeith Packard1-5/+6
2009-07-10KMS: Keep screen pixmap devPrivate.ptr NULL during init and resizeKeith Packard1-3/+0
2009-07-10i830_bind_memory: Under UMS: Bind GEM bos with dri_bo_pin, else through the GARTKeith Packard1-8/+6
2009-07-10Allocate GTT space for GEM only under UMSKeith Packard2-71/+72
2009-07-10Always set screen pixmap data pointer at init and resize timesKeith Packard1-5/+10
2009-07-10Make xorg.conf DRI option work under KMS. Fix name of I830AccelMethodInitKeith Packard1-6/+12
2009-07-10Remove NoAccel supportKeith Packard7-184/+54
2009-07-09Remove bad comment about 3DSTATE_DRAWING_RECTANGLE size.Eric Anholt1-1/+1
2009-07-09Fix lols in trying to figure out whether this is a 64-bit build.Eric Anholt1-1/+1
2009-07-08Refuse to allocate giant BOs on 32-bit systems.Eric Anholt1-0/+16
2009-07-08Initialize the other argument to drmSetInterfaceVersion.Eric Anholt1-0/+1
2009-07-08enable sdvo lvds scaling functionling.ma@intel.com2-12/+83
2009-07-07Raise XV limit to 2048x2048 to match hardware limits.Simon Farnsworth1-12/+4
2009-07-07non-DRI FB resize failed to assign the screen pixmap devPrivate.ptr (22328)Keith Packard1-1/+8
2009-07-07Check for a valid I830Ptr before closing master.Chris Wilson1-1/+1
2009-07-06Handle DRI2INFOREC version 3Keith Packard1-2/+8
2009-07-06Update to multi-API DRI2 interfaceKeith Packard1-14/+14
2009-07-06remove unused shader programRĂ©mi Cardona1-143/+0
2009-07-06Disable FBC on IGDNGZhenyu Wang1-0/+2
2009-07-02Fix segv for clipped movie windowBarry Scott1-6/+16
2009-07-02Clear the bo on the rotate scratch pixmapJesse Barnes2-2/+6
2009-07-02Xv i830_display_video splitup: extract i830_update_scaling_factorsDaniel Vetter1-83/+86
2009-07-02Xv i830_display_video splitup: extract i830_update_polyphase_coeffsDaniel Vetter1-38/+56
2009-07-02Xv i830_display_video splitup: extract i830_update_dst_box_to_crtc_coordsDaniel Vetter1-42/+53
2009-07-01Xv: kill !textured conditionDaniel Vetter1-2/+1
2009-07-01Xv overlay: implement GAMMA5 errataDaniel Vetter1-6/+21
2009-07-01Xv: kill unneeded indirectionDaniel Vetter1-24/+4
2009-06-30uxa: Fix segfault on source-only picture usage with FallbackDebug.Eric Anholt1-0/+5
2009-07-01Fix 945GM VT switch in UMSZhenyu Wang2-3/+4
2009-07-01Load fbcon too if kernel mode setting is checked onZhenyu Wang1-7/+6
2009-06-30Don't try to pin buffers in KMS modeJesse Barnes1-2/+2
2009-06-30Make KMS set_resource function return TRUEJesse Barnes1-2/+2
2009-06-30Use DVO timing block instead of fp_timing when parsing LFP dataJesse Barnes1-3/+3
2009-06-30Add a few error messages for DRM initializationJesse Barnes1-2/+7
2009-06-30Remove unused packed yuv sampler shader programsZhenyu Wang7-464/+0
2009-06-30Xv: fix domain usage for binding table on i965+ chipsZhenyu Wang1-1/+1
2009-06-30Add XV support on IGDNGZhenyu Wang1-46/+142
2009-06-30Enable 2D composite on IGDNGXiang Haihao3-69/+298
2009-06-30Add new compiled shader program for IGDNGZhenyu Wang21-3/+266
2009-06-30Move shader programs under its own subdirectoryZhenyu Wang45-66/+69
2009-06-29Only get the VBIOS in non-KMS modeJesse Barnes1-4/+3
2009-06-29Output error info if we fail to get DRM resourcesJesse Barnes1-1/+6
2009-06-29Use swapbuffers_wait controlJesse Barnes1-1/+1
2009-06-29Disable XvMC on 915G/GM in KMSZhenyu Wang1-0/+4
2009-06-24Fix i830_crtc_on to only check outputs associated with the given CRTCJesse Barnes1-1/+2