Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-09 | Track move of bufmgr functions to libdrm_intel. | Eric Anholt | |
2008-09-09 | Bug #17446: Don't try to manage IRQs in GEM mode. | Eric Anholt | |
The kernel told us that it was already doing so, resulting in failure. | |||
2008-09-09 | Add some MCHBAR registers for debugging tile swizzling issues. | Eric Anholt | |
2008-09-09 | mode: fix missing comma | Dave Airlie | |
2008-09-05 | i830: Fix timer leak | Daniel Stone | |
TimerCancel just cancels the timer: it still leaves the TimerRec intact and unfreed. | |||
2008-09-04 | DRI2: Move pixmap pitch alignment for use with depth to pixmap create. | Eric Anholt | |
The previous location for pitch fixup would have only worked when depth was used with the backbuffer, and no page flipping or other adventures occurred. | |||
2008-09-04 | DRI2: Emit the MI_FLUSH before flushing batch in swapbuffers. | Eric Anholt | |
Should fix issues with swapbuffers flushing to front buffer on 965. | |||
2008-09-03 | UXA: Re-enable non-965 render. | Eric Anholt | |
2008-09-03 | Don't set up sarea or drm mappings in DRI2 mode. | Eric Anholt | |
2008-09-03 | Fix broken test for DRI1 in DRI2 conversion. | Kristian Høgsberg | |
2008-09-03 | Pipe A force quirk for Toshiba Satellite A30. | Stefan Dirsch | |
2008-08-29 | Add DRI2 support. | Kristian Høgsberg | |
2008-08-29 | Merge branch 'master' of ↵ | Jesse Barnes | |
ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2008-08-29 | Fix build when using kernel DRM headers | Jesse Barnes | |
Unfortunate mismatch between kernel and DRM master headers. Kernel: typedef struct _drm_i915_batchbuffer { ... } drm_i915_batchbuffer_t; DRM master: typedef struct drm_i915_batchbuffer { ... } drm_i915_batchbuffer_t; so use the typedef rather than the morphing structure name. | |||
2008-08-29 | [965-xvmc] There is some issue with uv half pixel, remove it till fix | Zou Nan hai | |
2008-08-29 | [965-xvmc] some shader optimize | Zou Nan hai | |
2008-08-28 | [965-xvmc] half-pixel bug fix | Zou Nan hai | |
2008-08-27 | [965-xvmc] add missing g4a file | Zou Nan hai | |
2008-08-27 | [965-xvmc] support field prediction and dct type, optimize in GPU | Zou Nan hai | |
2008-08-26 | Change uxa private keys to integer variables. | Eamon Walsh | |
Prepares for a devPrivates system that will store an index. | |||
2008-08-26 | Remove unused exa_pixmap_key. | Eamon Walsh | |
2008-08-26 | Fix typo in last commit | Robert Noland | |
2008-08-26 | Check for drm before calling modeset ioctl. | Robert Noland | |
2008-08-26 | Fix X exit crash in NoAccel | Zhenyu Wang | |
NoAccel should still be needed for performance evaluation, so don't crash me when exit. | |||
2008-08-26 | Destroy bufmgr after allocation finish | Zhenyu Wang | |
Fixed X exit crash for me, allocation reset will unreference bo which still requires bufmgr to be live. | |||
2008-08-25 | Fix UXA build for distcheck | Jesse Barnes | |
Was missing proper path info in CFLAGS. | |||
2008-08-21 | Hide kernel mode setting EXA code behind XF86DRM_MODE | Jesse Barnes | |
Prevents compiler warnings in the non-kms case. | |||
2008-08-21 | Fix compiler warnings in VBIOS utils | Jesse Barnes | |
2008-08-21 | Merge branch 'modesetting-gem' | Jesse Barnes | |
2008-08-20 | Don't disable planes in i830_update_dsparb | Jesse Barnes | |
We need to program DSPARB with only one plane enabled at most, and that's guaranteed to be the case when we're called during mode set, so just assert that case but otherwise leave the planes alone to avoid flicker on active displays during output detection for example. Fixes bug #17050. | |||
2008-08-20 | Don't allocate a pipe for hotplug detection | Jesse Barnes | |
It shouldn't be needed... | |||
2008-08-20 | Add more panel debugging info to register dump & vbios reader | Jesse Barnes | |
2008-08-20 | Merge branch 'master' into modesetting-gem | Jesse Barnes | |
Conflicts: configure.ac | |||
2008-08-19 | Add swf_dumper to .gitignore | Jesse Barnes | |
2008-08-19 | Merge branch 'master' into modesetting-gem | Jesse Barnes | |
Conflicts: src/i830_driver.c | |||
2008-08-19 | Use GTT mapping for EXA PrepareAccess function | Jesse Barnes | |
Makes software fallbacks *much* faster. | |||
2008-08-19 | Don't allocate EXA offscreen space if kernel mode setting is active | Jesse Barnes | |
We'll use GEM alloc & free routines in that case. | |||
2008-08-19 | Bail out if kernel mode setting is active but DRI fails | Jesse Barnes | |
2008-08-19 | Add quirk for pre-915s with working PFIT regs | Jesse Barnes | |
The regs are undocumented, but on some machines they work fine, so add this quirk to indicate it. | |||
2008-08-19 | Add VBIOS software flags dumper program | Jesse Barnes | |
Still need to actually print all the flags & test on various platforms, but at least the bits are documented now. | |||
2008-08-19 | Fix from He Shuang(shuang.he@intel.com), | Zou Nan hai | |
XvMCDestroyContext to check pointer valid | |||
2008-08-19 | Fix from He Shuang(shuang.he@intel.com), | Zou Nan hai | |
XvMCDestroyContext to check pointer valid | |||
2008-08-18 | Remove unused VBIOS flag defines | Jesse Barnes | |
We just use the structure definitions now. | |||
2008-08-18 | Pack bdb_general_definitions block | Jesse Barnes | |
More correct & consistent with other definitions. | |||
2008-08-19 | Fix reverted LVDS bios capability dword definition | Zhenyu Wang | |
Issue found by Peter Clifton. | |||
2008-08-18 | [PATCH] avoid duplicate mode set in lvds | Shaohua Li | |
xf86SetDesiredModes() already sets lvds to full mode. later when xf86CrtcScreenInit() initialized randr12, i830_lvds_set_property will recall xf86CrtcSetMode and set mode to full. This patch is to remove the duplication. In my test, this can save about 0.2 - 0.4s x startup time. | |||
2008-08-16 | Remove last TTM bits | Jesse Barnes | |
Makes it build again with drm#modesetting-gem. | |||
2008-08-15 | Don't touch pScrn->monitor->DDC directly. | Adam Jackson | |
2008-08-15 | Always check and free driver private in LVDS destroy | Zhenyu Wang | |
2008-08-15 | Make skip_panel_detect clear for its meaning | Zhenyu Wang | |