Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-19 | Fix the texture map pitch setting as documented, and as used by the 3d driver. | Eric Anholt | |
2006-07-19 | Fix the alignment padding fix (didn't bump BEGIN_LP_RING count). | Eric Anholt | |
2006-07-19 | Force texture alpha channels to 1 if not present. | Eric Anholt | |
2006-07-19 | Add a trailing MI_NOOP to frag shader output for alignment if necessary. | Eric Anholt | |
2006-07-19 | The map bits per pixel must come from the drawable, not the visible screen. | Eric Anholt | |
2006-07-19 | Correct the DWORD count of several 3D instructions. | Eric Anholt | |
2006-07-19 | Replace hand register setting with new i915 fragmet program API. | Eric Anholt | |
2006-07-19 | Merge branch 'master' into exa | Eric Anholt | |
Conflicts: src/Makefile.am | |||
2006-07-18 | Re-convert i915 video to new fragment shader API. | Eric Anholt | |
Although in the history of this branch it had happened before, this time it's for real. | |||
2006-07-18 | Merge branch 'master' into textured-video | Eric Anholt | |
This moves the i915 textured video implementation into i915_video.c to avoid conflicts in register definitions with i830_reg.h when we use i915_reg.h. This also means that i810_reg.h's i915 3D regs definitions are removed and replaced with i915_reg.h usage. Conflicts: src/i830_rotate.c | |||
2006-07-18 | Convert i915 rotate code to the new fragment program API. | Eric Anholt | |
2006-07-18 | Add an API for programming i915 fragment programs. | Eric Anholt | |
2006-07-18 | Convert magic numbers to symbolic names in i915 rotate code. | Eric Anholt | |
This doesn't cover the fragment shader yet, which we need to make a sensible set of macros for (at least the basic bits). Reviewed by: md5 | |||
2006-07-18 | Fix several size error with STATE3D_LOAD_STATE_IMMEDIATE cmd. | Wang Zhenyu | |
Issue texture coord set with proper scale value. | |||
2006-07-18 | fallback in 'repeat' case for now | Wang Zhenyu | |
2006-07-17 | Disable spread spectrum clock usage. | Keith Packard | |
The spread spectrum clock generator that improves EMI characteristics for laptop screens lives in an external chip that is programmed over an i2c bus. Without correct programming, attempts to use this mode for the LVDS can result in a DC signal being sent to the panel. Until we find programming information for this external chip, we should leave this mode disabled. | |||
2006-07-16 | whoops, reverse part of that. | Alan Hourihane | |
2006-07-16 | move ContextMem out of XF86DRI | Alan Hourihane | |
2006-07-14 | Bug #7404: Only save/restore VGA fonts and not other VGA regs. | Eric Anholt | |
This fixes a hang on the i945 during restore. It appears that saving/restoring the VGA registers is not important, as we're correctly saving/restoring the registers we touch within the driver anyway. | |||
2006-07-14 | Add a register restore implementation so we don't crash on LeaveVT. | Eric Anholt | |
We shouldn't ever need to save/restore the hi/lo frequency regs, as they're read-only. | |||
2006-07-14 | Don't try to probe on more pipes than we really have. | Eric Anholt | |
2006-07-14 | Current exa render implement for i830 and i915, test on | Wang Zhenyu | |
865GM and 915G. There is issue in picture 'repeat' support. And also stop recursive behavior in I830WaitLpRing to allow server to abort instead of system hang. | |||
2006-07-13 | In I830xf86SortModes, catch cases where two modes are equal in only one | Adam Jackson | |
dimension, by comparing the areas of the modes. Otherwise, 800x600 would sort before 1024x600 if it was added later. | |||
2006-07-13 | Fix a thinko; would only inject the FP native mode if a mode list was already | Adam Jackson | |
found, which is never the case when there's no xorg.conf. | |||
2006-07-11 | Avoid NULL dereference if cursor position changes during a mode change. | Eric Anholt | |
2006-07-11 | Bug #7443: Respect the user's Modes configuration, and make it more useful. | Eric Anholt | |
Now, mode names generated by DDC get names of the form "WIDTHxHEIGHTxREFRESH". The matching for user Modes lines takes the user Modes as the prefix that needs to match, rather than an exact string match or "WIDTHxHEIGHT" match. So one can, for example, specify "1024x768" to get any old 1024x768, or 1024x768x60 to get one of the modes named 1024x768x60. | |||
2006-07-11 | Fix crash with DDC when there are no user modes to add. | Eric Anholt | |
2006-07-11 | Make gamma settings apply to the cursor as well, and fix clone-mode gamma. | Luká\u0161 Hejtmánek | |
2006-07-11 | Add support for adjusting saturation value of overlay video. | Luká\u0161 Hejtmánek | |
2006-07-11 | whoops, revert some unnecessary changes | Alan Hourihane | |
2006-07-11 | Merge branch 'master' of ↵ | Alan Hourihane | |
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-video-intel | |||
2006-07-11 | Add an additional check before rotating | Alan Hourihane | |
2006-07-10 | Clean up warnings in sil164 module. | Eric Anholt | |
2006-07-10 | Hook up SiI164 mode setting (just a matter of turning the chip on). | Eric Anholt | |
Also adds register dumping in case this turns out to not be enough, and fixes a couple of prototypes. | |||
2006-07-10 | Fix prototype for SaveRegs. | Eric Anholt | |
2006-07-10 | Move to 4-space indents in sil164. | Eric Anholt | |
2006-07-10 | Make DVO code light up my sil164-based DVI output, when already set up by BIOS. | Eric Anholt | |
2006-07-10 | Fix modelist with a configured monitor to not begin with all unvalidated modes. | Eric Anholt | |
2006-07-10 | Fix validation when the first mode is thrown out, and print hsync in modelines. | Eric Anholt | |
2006-07-10 | Merge branch 'dvo-merge' into modesetting | Eric Anholt | |
Conflicts: src/i830_driver.c | |||
2006-07-10 | Supply proper NULL-terminated symbol lists to avoid crashing. | Eric Anholt | |
2006-07-08 | Improve output bus setup to include LVDS setup for pre-i915. | Eric Anholt | |
2006-07-07 | Initial add of DVO support code. Probes my sil164. | Eric Anholt | |
This is a mostly-untested merge of airlied's work. The I2C modules are intended to be moved into the core server or a separate driver module when they're functional and we're happy with the API. | |||
2006-07-05 | Don't try to probe modes on an SDVO device with NULL sdvo_drv. | Eric Anholt | |
2006-07-05 | More fixes to "choose closest mode for the pipe" code to select correct refresh. | Eric Anholt | |
2006-07-03 | Bug #7375: Don't double-free the current XF86 mode after a randr reprobe. | Eric Anholt | |
2006-07-03 | Only override display size with the XFree86 mode's for actual panel scaling. | Eric Anholt | |
2006-06-28 | Replace i830InjectModes with i830DuplicateModes usage. | Eric Anholt | |
The remaining functionality of DuplicateModes was OBE, and the name was bad. | |||
2006-06-28 | Validate and insert user and VESA standard modes for DDC or configured fallback. | Eric Anholt | |
This isn't really tested because I lack a good CRT to test against currently. | |||
2006-06-28 | Replace xf86ValidateModes usage with a set of custom validators and pruning. | Eric Anholt | |
This moves us to maintaining MonPtrs per pipe instead of using the EDID structure "xf86MonPtr", which is closer to what we want to be looking at when doing validation. The new validation isn't enough yet -- particularly, we aren't importing and validating the custom modelines to the pipes when applicable, but this will be easier than (for example) trying to make flat panel modes pass xf86ValidateModes through various gross hacks. Hotplug turn-on/off also happens at SwitchMode time now, instead of at randr probe time. |