Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-03 | Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings. | Daniel Stone | 57 | -29/+320 | |
Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>. | |||||
2005-07-02 | Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere. | Daniel Stone | 2 | -0/+6 | |
2005-06-19 | Build workaround. Add glcontextmodes.[ch] from Mesa. | Adam Jackson | 2 | -0/+548 | |
2005-06-09 | Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug | Ian Romanick | 1 | -6/+0 | |
were fixed by Brian Paul in Mesa version 6.1. The current Mesa version in the X.org tree is 6.2.1. Xorg bug: 762 | |||||
2005-05-30 | Bug #3407: Clean out ancient #ifdef X11R5 conditionals. | Adam Jackson | 2 | -10/+0 | |
2005-04-20 | Fix includes right throughout the Xserver tree: | Alexander Gottwald | 2 | -2/+2 | |
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h | |||||
2005-04-09 | Fix passing of non-RGB visuals. The old code did not initialize theXORG-6_8_99_2 | Alexander Gottwald | 2 | -4/+28 | |
structure properly which lead to a crash in 8bpp mode | |||||
2005-03-01 | If a context is already attached copy it instead of reattaching to keep | Alexander Gottwald | 3 | -289/+429 | |
displaylists and share displaylists Enable tracing of often called functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now | |||||
2005-02-02 | Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) | Alexander Gottwald | 1 | -0/+7 | |
attachment #1819 (https://bugs.freedesktop.org/attachment.cgi?id=1819): Define APIENTRY on windows to prevent <GL/gl.h> from loading <windows.h> removed leftovers from attachment #1818 | |||||
2005-02-02 | Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866) | Alexander Gottwald | 3 | -7/+11 | |
attachment #1818 (https://bugs.freedesktop.org/attachment.cgi?id=1818): Include Xwindows.h before GL/gl.h on windows to prevent loading windows.h which pollutes our namespace with some symbols. | |||||
2005-01-27 | Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can be | Alexander Gottwald | 2 | -13/+13 | |
resolved at linktime. Fixes tuxkart (at least with wine) | |||||
2005-01-13 | Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 1 | -0/+4 | |
Make sure the pixmap is a valid new resource Make sure the context is a legal new resource. Handle null attrib_list. Handle null attrib_list; copy attrib_list to data; actually allocate the new GLXDrawable. | |||||
2004-11-15 | Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added | Alexander Gottwald | 2 | -1/+8 | |
mingw (Win32) port | |||||
2004-09-21 | Add offscreen GLX direct rendering with XDarwin's xpr backend (John | Torrey Lyons | 1 | -49/+45 | |
Harper). | |||||
2004-09-02 | Fix AGL display problems (Bug #1210, Torrey T. Lyons). | Kevin E Martin | 1 | -51/+214 | |
2004-08-13 | Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi | Alexander Gottwald | 2 | -2/+8 | |
from INCLUDES. Rearranged INCLUDES for better readability. Removed mipointrst.h and miscstruct.h from #include since they are not used anymore. | |||||
2004-08-12 | Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fix | Eric Anholt | 1 | -1/+1 | |
bug #1022. | |||||
2004-08-09 | Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339, | Kevin E Martin | 1 | -1/+2 | |
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). | |||||
2004-07-31 | Fix compiler warning | Kevin E Martin | 1 | -4/+0 | |
2004-07-30 | Fix "DoLoadableServer NO" build | Kevin E Martin | 1 | -3/+3 | |
2004-07-27 | Fix XDarwin's broken build of libGL and server side GLX. GL library is only | Torrey Lyons | 3 | -651/+775 | |
known to build correctly on Mac OS X 10.3.4 and still needs some work for earlier versions. | |||||
2004-07-26 | Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules. | Adam Jackson | 7 | -18/+52 | |
2004-06-21 | Bug 782: Merge native OpenGL for Windows from CYGWIN branch | Alexander Gottwald | 5 | -0/+2124 | |
2004-06-16 | Merge DRI-trunk-20040613 changes in programs/Xserver/GL. | Eric Anholt | 13 | -22/+65 | |
2004-06-16 | DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613 | Eric Anholt | 25 | -482/+1064 | |
2004-06-16 | Initial revision | Eric Anholt | 4 | -0/+1295 | |
2004-06-16 | DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-merge | Eric Anholt | 42 | -750/+184 | |
2004-04-23 | Merging XORG-CURRENT into trunk | Egbert Eich | 50 | -68/+234 | |
2004-03-14 | Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1 | Egbert Eich | 50 | -235/+69 | |
2004-03-03 | Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENT | Egbert Eich | 50 | -50/+50 | |
2004-02-26 | readding XFree86's cvs IDsxf86-4_3_99_903 | Egbert Eich | 50 | -50/+50 | |
2004-02-26 | Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 | Egbert Eich | 50 | -50/+50 | |
2004-02-23 | Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_special | Kaleb Keithley | 20 | -150/+704 | |
new license. If we want to, later we can import 4.4RC3 again and pick up the files that have the new license, but for now the vendor branch is "pure." | |||||
2003-11-25 | XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16 | Kaleb Keithley | 24 | -2589/+3123 | |
2003-11-25 | Initial revisionXORG-STABLE | Kaleb Keithley | 2 | -0/+2496 | |
2003-11-14 | Initial revision | Kaleb Keithley | 48 | -0/+29308 | |