Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-06 | Disable I830VESASetVBEMode on restore, since I've removed that code. Note that | Eric Anholt | |
this means that VT switching is broken. We're fine with that for now, but at least now we get a bad display rather than X crashing about an undefined symbol. | |||
2006-04-06 | Re-disable chatty debug code. | Eric Anholt | |
2006-04-06 | Enable -Wall on GCC, and do a cleanup of existing warnings. | Eric Anholt | |
2006-04-06 | Move LVDS panel power state setting to a separate function, and reduce magic | Eric Anholt | |
numbers. | |||
2006-04-06 | Write the ADPA (CRTC) register on mode setup. Obtained from airlied. | Eric Anholt | |
2006-04-06 | Add untested CRT detection code. | Eric Anholt | |
2006-04-06 | Add adjustments of PLL divisor limits for "Almador". | Eric Anholt | |
2006-04-06 | Remove the hacked local xf86SetModeCRTC now that xf86SetCrtcForModes is taking | Eric Anholt | |
effect on all of our modes. | |||
2006-04-06 | Remove more VBE stuff and start using xf86ValidateModes. Guessed some params to | Eric Anholt | |
xf86ValidateModes. | |||
2006-04-06 | Always ErrorF output debugging info when doing BIOS calls, including file/line. | Eric Anholt | |
2006-04-06 | Replace a few magic numbers with symbolic names. Reviewed by md5. | Eric Anholt | |
2006-04-06 | Add untested save/restore code, and starting on not using VBEValidateModes | Eric Anholt | |
2006-04-06 | Change an if statement to a more obvious but equivalent case statement. | Eric Anholt | |
2006-04-06 | Move .cvsignore to .gitignore | Eric Anholt | |
2006-04-06 | Initial add of native CRT modesetting code. | Eric Anholt | |
2006-04-05 | Fix some argument inversions in xf86DrvMsg function calls | Dave Airlie | |
2006-04-04 | Add more missing #include's, in particular assert.h. | Kristian Høgsberg | |
2006-03-22 | Drop libc wrapper; don't include xf86_ansic.h and add includes now missing. | Kristian Høgsberg | |
2006-03-10 | Enable gamma for hw cursor when ARGB cursor in use (Lukas Hejtmanek) | Alan Hourihane | |
2006-03-03 | Check the version of shadow being used and turn off rotation if it isn't the | Alan Hourihane | |
right one. Bump the Xvideo resolution support from 1920x1080 to 1920x1088. | |||
2006-02-20 | Fix a rotation problem when DRI is disabled | Alan Hourihane | |
2006-02-19 | fix another build problem | Alan Hourihane | |
2006-02-17 | fix build failure | Alan Hourihane | |
2006-02-15 | a little more of a workaround until we unplug the frontbuffer from libdri | Alan Hourihane | |
2006-02-10 | temporary workaround until DRI frontbuffer mapping code is removed from | Alan Hourihane | |
libdri.a | |||
2006-01-25 | When going dual head only take a portion of memory for the second head | Alan Hourihane | |
instead of doubling the requirements. | |||
2006-01-25 | Fix a glitch in a dual head fix from #3105 | Alan Hourihane | |
2006-01-24 | Bump version to 1.5.0.0 | Alan Hourihane | |
Add Intel 945GM support Add RandR rotation support (full 3D acceleration, HWcursor & Xvideo rotated too) Remove shadow framebuffer rotation code Add a new LinearAlloc option to allow more offscreen memory to be allocated for XVideo applications. This allows HDTV movies to be played via Xvideo. | |||
2005-11-21 | Add .cvsignores for drivers. | Eric Anholt | |
2005-11-09 | Bump version numbers for X11R6.9/X11R7 RC2. | Kevin E Martin | |
2005-10-21 | Bug #4829: Remove some useless DRI symbol checks. | Adam Jackson | |
2005-10-03 | Bug #4353: Fix lockup when suspend and resume when playing video. | Alan Hourihane | |
Shutdown the overlay on LeaveVT. | |||
2005-09-27 | Put back the print code to display the DDC information, and remove some bogus | Alan Hourihane | |
DDC messages. | |||
2005-09-24 | Disable the {Open,Close}FullScreen DRI protocol. | Adam Jackson | |
Remove empty FullScreen stubs from drivers, comment the non-empty ones. | |||
2005-09-22 | Don't build xvmc module if DRI support is not present | Alan Coopersmith | |
2005-09-08 | fix another possible crash | Alan Hourihane | |
2005-09-08 | Fix a crash situation | Alan Hourihane | |
2005-09-06 | Fix DirectColor visual colormap issues at 16bpp in the i830 driver. | Alan Hourihane | |
2005-09-06 | Sync the accelerator before calling AdjustFrame to avoid lockups. | Alan Hourihane | |
2005-08-29 | Add i810 XvMC support, it passes distcheck for me. | Dave Airlie | |
2005-08-29 | Fix include paths for i810 XvMC add config.h to driDrawable.c | Dave Airlie | |
2005-08-26 | Added i830_io.c, which just includes i810_io.c with BUILD_FOR_I830 set. | Kristian Høgsberg | |
2005-08-21 | Fix typo in debug ErrorF. | Daniel Stone | |
2005-08-15 | Egbert's 64bit fixes for mixed 32/64bit clients | Alan Hourihane | |
2005-08-12 | add missing i830_shadow.c | Alan Hourihane | |
2005-08-08 | Enable gamma correction bit even for 8bit modes. | Alan Hourihane | |
The pipeconf register handles the real enablement. | |||
2005-08-05 | I have resolved this by making all the "Direct rendering disabled" messages | Ian Romanick | |
X_WARNING and all the "Direct rendering enabled" messages X_INFO. Ideally, we need to factor some of this stuff out to common code. There is a *LOT* of duplication among the *_dri.c files under programs/Xserver/hw/xfree86/drivers. I'm trying to clean up as much low hanging fruit as I can and got tired of waiting for ajax. :P | |||
2005-08-02 | Adjust newPipe code for BIOS's starting at 1200 | Alan Hourihane | |
2005-07-31 | Post-merge fixups: | Adam Jackson | |
- Disable building the gamma driver - Fix numerous Imakefiles to get header paths and subdirs right - Symlink client-side GLX lib source from Mesa - Add new shader subdirs to the Mesa core build - Tweak the DDX drivers to not ask for "xf86dri.h"; they don't need it, since they don't generate protocol, and it was breaking the build. | |||
2005-07-26 | Bump the DDX version to 1.4.0 to indicate the removal of drmAddress. | Alan Hourihane | |
Thus allowing 32/64bit clients to cohabit. |