summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Free front buffer bo when X exitShuang He2009-04-242-2/+10
| * Fix UXA to build with Sun compilers (use __func__ instead of __FUNCTION__)Alan Coopersmith2009-04-242-1/+11
| * DRI2: If the SDK supports it, use the DRI2GetBuffersWithFormat interfacesIan Romanick2009-04-241-1/+133
| * SDVO: switch bus once for i2c transferZhenyu Wang2009-04-241-2/+10
| * Disable FBC on IGD for UMSShaohua Li2009-04-241-0/+2
| * Revert "fix overflow warning on videoRam"Eric Anholt2009-04-221-1/+1
| * Remember allocated offscreenImages memory for freeing it in CloseScreen()Zdenek Kabelac2009-04-213-1/+5
| * free allocated name inside sdvo_destroyZdenek Kabelac2009-04-211-0/+1
| * Unreference allocated bos in i965 render error pathsZdenek Kabelac2009-04-211-1/+4
| * Fix leak of some 965 render state on VT switch.Zdenek Kabelac2009-04-211-15/+8
| * Fix crash with XV with large virtual displayAlbert Damen2009-04-211-0/+1
| * Remove dead xoffset/yoffset from pre-randr.Eric Anholt2009-04-212-8/+1
| * Remove dead monitor detect debugger.Eric Anholt2009-04-211-36/+0
| * Replace a bunch of #ifdef debug flushing/syncing with a single function.Eric Anholt2009-04-215-44/+30
| * Staticize a bunch of functions and variables in the driver.Eric Anholt2009-04-2115-49/+37
| * Use a static inline to replace if (0) to an unused stub function.Eric Anholt2009-04-212-12/+9
| * Remove unused i830_output_type_namesEric Anholt2009-04-212-11/+0
| * Remove dead mono cursor load code.Eric Anholt2009-04-212-14/+0
| * Rename EXA rendering functions to UXA, since we're keeping them post-EXA.Eric Anholt2009-04-211-21/+21
| * Remove some dead i830.h struct members.Eric Anholt2009-04-211-8/+0
| * Require xserver 1.3Julien Cristau2009-04-2110-106/+8
| * fix overflow warning on videoRamZhenyu Wang2009-04-201-1/+1
| * DRI2: Respect the src and dst parameters of CopyRegion.Ian Romanick2009-04-171-6/+12
| * Increment version to 2.7.99.1Carl Worth2009-04-151-1/+1
| * RELEASING: Note that --with-xserver-source is needed for make distcheckCarl Worth2009-04-151-0/+4
| * README: Fix typos in chipset list, and point to how_to_report_bug web pageCarl Worth2009-04-151-9/+5
| * AUTHORS: Add Robert Lowery to the authors fileCarl Worth2009-04-151-0/+1
| * Fix typo in commentRobert Lowery2009-04-151-1/+1
| * RELEASING: Update instructions to reflect some minor process improvementsCarl Worth2009-04-151-13/+21
| * NEWS: Add note about broken PAT code in some kernelsCarl Worth2009-04-151-0/+10
| * Add AUTHORS and NEWS to EXTRA_DISTCarl Worth2009-04-151-1/+1
| * Add a NEWS files with release-notes for 2.7.0Carl Worth2009-04-151-0/+107
| * Clarify that the default acceleration is UXA if KMS is available.Carl Worth2009-04-152-3/+6
| * Add a new AUTHORS fileCarl Worth2009-04-151-0/+62
| * README: Remove almost all time-sensitive informationCarl Worth2009-04-151-92/+37
| * Turn on front buffer tiling in KMS.Li Peng2009-04-131-2/+0
| * update manpage for BROADCAST_RGB propertyMa Ling2009-04-131-0/+8
| * set broadcast RGB mode for integrated HDMI output.Ma Ling2009-04-131-0/+90
| * set broadcast RGB mode for HDMI and TMDS from SDVOX outputMa Ling2009-04-132-0/+94
| * Add a RELEASING file documenting the release processCarl Worth2009-04-101-0/+32
| * Silence warning in i830_dmi_store_fieldJesse Barnes2009-04-081-1/+2
| * Don't enable kernel execbuf fencing w/EXAJesse Barnes2009-04-081-8/+9
| * Fix value for MI_WAIT_FOR_PIPEA_SCAN_LINE_WINDOWShuang He2009-04-071-1/+1
| * Don't clip video to CRTC in the case of textured videoCarl Worth2009-04-071-1/+2
| * quirk LVDS on ibase MB890 855GM boardZhenyu Wang2009-04-071-0/+14
| * Fix new video sync-to-blank code for multi-headCarl Worth2009-04-061-2/+5
| * Remove support for 'auto'(-1) value of XV_SYNC_TO_VBLANKCarl Worth2009-04-062-22/+6
| * Use WAIT_FOR_SCAN_LINE instead of WAIT_FOR_VBLANKCarl Worth2009-04-062-22/+33
| * Fix offset in begin_gtt_access caseJesse Barnes2009-04-032-2/+4
| * SDVO: fix output flag dumping for unknown typeZhenyu Wang2009-04-011-1/+1