summaryrefslogtreecommitdiff
path: root/render
AgeCommit message (Collapse)AuthorFilesLines
2004-03-2664. Patch RenderAddGlyphs to handle multiple glyphs and avoid memory error.Keith Packard1-2/+4
Bugzilla #349. (Stephen McCamant, applied by Keith Packard)
2004-03-0418. Merged in XFree86 code up to 4.4.0 including changes to files that hadEgbert Eich15-15/+15
a changed license. There was only one change which happened to be from me (Egbert Eich).
2004-03-02Removing last bits of kdrive.Egbert Eich1-1/+1
10. Made use system supplied Expat and Freetype2 library the default on Linux (documented in the release notes) (Bugzilla #218,#219) (Egbert Eich). 9. Patched __AMD64__ flags to __amd64__ (Egbert Eich). 8. Added RELNOTES.XORG to collect bits for release notes for this release (Egbert Eich). 7. Removed leftovers from libxml2 (Bugzilla #220)(Egbert Eich).
2004-02-275. Reversed Xinerama changes (Egbert Eich).Egbert Eich2-55/+55
4. Reversed Xutf8* to XFree86utf8* function name changes for the release (Egbert Eich). 3. Removed sources for patch which were included when patch had a bad bug (Egbert Eich). 2. Removed unnecessary fonts (Egbert Eich). 1. Removed XIE and PEX extension files from release tree. The build environment has been gone already (Egbert Eich).
2004-02-25bug #230 Revert to Xinerama 1.1 In order to make a "quick" release it hasXORG-RELEASE-1-BASEXEVIE-MERGEKaleb Keithley2-51/+51
been decided that the priority is to preserve the server's internal API/ABI so that third-party drivers that depend on symbols like noPanoramiXExtension, etc., would not need to be recompiled. Too bad gcc on Linux doesn't support ELF's weak symbols as that would have been a reasonable solution for preserving the ABI. N.B.: While symbols, i.e. functions and variables revert to the old name, I did not revert build names, i.e. -DXINERAMA, to the old -DPANORAMIX. There was no need, and it's just a build issue that has no impact on the binary output of the build.
2003-12-18First pass at "Standard" Xinerama. The sources for this came from HeatherKaleb Keithley2-102/+104
Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to handle previous, non-standard versions of the protocol. Nor has any attempt been made to preserve the ABI of previous versions -- that part will be added at a later time, and then probably only on systems that have nice object/linker semantics, e.g. ELF systems with weak symbols.
2003-11-26merge latest (4.3.99.16) from XFree86 (vendor) branchKaleb Keithley4-25/+402
2003-11-14Initial revisionKaleb Keithley15-0/+7871