Bug #1252, #1253, #1255, #1256: Various typo fixes from Dave Jones. |
|
More...
|
about 21 years ago
|
Convert the ATI drivers to ANSI function prototypes. |
|
More...
|
about 21 years ago
|
Bugzilla #1170: Fix an overcounting of DMA in BEGIN_RING that wasn't harmful. Bugzilla #1169: Add counting for BEGIN_RING/OUT_RING/ADVANCE_RING to avoid these sorts of problems in the future. |
|
More...
|
about 21 years ago
|
Bug #1192: Remove cfb support from drivers where its use is an option. Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb. |
|
More...
|
about 21 years ago
|
Update comment |
|
More...
|
about 21 years ago
|
Updated release notes for bug #999. Update Radeon man page to note that RenderAccel is now enabled by default on certain chips. |
|
More...
|
about 21 years ago
|
Hotfix for Eric Anholt's fix for bug #1156 : Clear the RADEON_NONSURF_AP0_SWP_16BPP bit for 4 bpp data, otherwise it breaks at depth 16. |
|
More...
|
about 21 years ago
|
Back out my last change, dupe. |
|
More...
|
about 21 years ago
|
Bug #1061 (documentation-only update): Document the RenderAccel option in the radeon manpage. |
|
More...
|
about 21 years ago
|
Bug #1156: Fix the build on PPC by splitting the byte-order-setting code into a separate routine. While here, fix the byte swapping in the 32bpp case. (Michel Daenzer) |
|
More...
|
about 21 years ago
|
Bug #1157: Fix Radeon line acceleration in the DMA case (Michel Daenzer). |
|
More...
|
about 21 years ago
|
Fix Radeon compilation without Xinerama (Bug #1179, Simon Schubert). |
|
More...
|
about 21 years ago
|
Fix hangs during startup with Radeon driver (Bug #1007, Sjoerd Simons). Fix i810 driver startup on Sony VAIO laptop (Bug #1084, Dave Airlie). Fix several library build problem (Bug #1147). Fix build problems (Bugs #1148 and #1149). |
|
More...
|
about 21 years ago
|
Reenable Radeon Render acceleration now that interactions with 3D clients should be resolved. |
|
More...
|
about 21 years ago
|
Fix unresolved symbol warnings in r128 driver (Adam Jackson) |
|
More...
|
about 21 years ago
|
Fix context switching on Radeons and build problem when XF86DRI is not defined (Bug #922, Eric Anholt). |
|
More...
|
about 21 years ago
|
oops, these didn't added somehow. |
|
More...
|
about 21 years ago
|
Factor out R{128,ADEON}Chipsets into their own headers so they can be sanely included in both the ati core and the r128/radeon submodules; r128 and radeon can now be directly loaded under dlloader. Teach imstt about the dlloader- frendly way to talk to fbdevhw. (Partial for bugs #393 and #400.) |
|
More...
|
about 21 years ago
|
Bug #978: Silence more unresolved symbol warnings from the ati driver. Patch from Stefan Dirsch. |
|
More...
|
about 21 years ago
|
Fix Radeon build problem with #define DoLoadableServer NO |
|
More...
|
about 21 years ago
|
Bug #978: Silence unresolved symbol warnings from the ati driver. Reported by Michel Daenzer. |
|
More...
|
about 21 years ago
|
Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, Harold L. Hunt II, Alexander Gottwald). Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao, David Dawes). Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson). HP-PA build fix (Bug #828, Guy Martin, Paul Anderson). Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine). Fix attempt to read video ROM before enabling it (Bug #843, Ivan Kokshaysky, Mike A. Harris). Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A. Harris). Clarify xset man page description of how to use the keyboard repeat rate settings (Bug #846, Mike A. Harris). Fix problem where print-screen key would get remapped to sys-req in certain keymaps, which broke GNOME printscreen functionality (Bug #847, Owen Taylor). Fix several render problems: - MMIO mode support - Hang on IGP chips - VT switching hang - 3D render corruption (Bug #922, Hui Yu). |
|
More...
|
about 21 years ago
|
Disable Render acceleration in Radeon driver temporarily until it no longer conflicts with the 3D code. |
|
More...
|
about 21 years ago
|
Use info->ModeReg.surface_cntl to restore byte swapping for the framebuffer aperture on big endian machines, remove superfluous local variables and register reads. Adapt framebuffer aperture byte swapping to texture format before copying data to offscreen area and restore it afterwards on big endian machines, fixes Render acceleration there. reviewed by: Hui Yu <[email protected]>, Kevin E. Martin <[email protected]> |
|
More...
|
about 21 years ago
|
- Add two new XAA hooks, SetupForCPUToScreenTexture2 and SetupForCPUToScreenAlphaTexture2. These add a dstFormat argument after the previous format argument, which the driver needs to use to properly set up the destination format. Two new arrays are added for the list of destination formats supported that correspond to the previous format arrays for sources. - Make Render acceleration only occur when the new hook for that acceleration type is supplied and the dst format list is set, along with the src format list being set. Without knowing the destination format, the Render acceleration couldn't properly support all the destinations it might encounter. - Bump XAA module minor version. - Update the Radeon Render acceleration to use the new hooks when the XAA module is sufficiently new. Fix a bug in the src/dst alpha booleans for ops, and use them to set blend_cntl to support destinations without alpha. Add missing PICT_a1r5g5b5 texture format, and add list terminator. (!) |
|
More...
|
about 21 years ago
|
programs/Xserver/hw/xfree86/drivers/ati/radeon_merged_fb.c Add missing argument to xf86DrvMsg(). |
|
More...
|
about 21 years ago
|
programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c programs/Xserver/hw/xfree86/drivers/ati/r128_probe.h programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c programs/Xserver/hw/xfree86/drivers/ati/radeon_probe.h Fix Constification problems. |
|
More...
|
about 21 years ago
|
Fix Radeon crash on server exit or generation |
|
More...
|
about 21 years ago
|
Change several LoaderSymbol calls introduced by the bug #400 patch to *Weak() resolver functions. |
|
More...
|
about 21 years ago
|
Support for New radeon chips: R420/M18, R423, RV370/M22, RV380/M24, RS300. Add special handlings for DELL triple-head server (RV100). Misc. bug fixes for flat panel, host aperture, etc (Bug #946) |
|
More...
|
about 21 years ago
|