summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Collapse)AuthorFilesLines
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone57-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-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2-0/+6
2005-06-19Build workaround. Add glcontextmodes.[ch] from Mesa.Adam Jackson2-0/+548
2005-06-09Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bugIan Romanick1-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-30Bug #3407: Clean out ancient #ifdef X11R5 conditionals.Adam Jackson2-10/+0
2005-04-20Fix includes right throughout the Xserver tree:Alexander Gottwald2-2/+2
apply changes to windows specific includes Fix includes right throughout the Xserver tree: apply changes to Xdmcp.h
2005-04-09Fix passing of non-RGB visuals. The old code did not initialize theXORG-6_8_99_2Alexander Gottwald2-4/+28
structure properly which lead to a crash in 8bpp mode
2005-03-01If a context is already attached copy it instead of reattaching to keepAlexander Gottwald3-289/+429
displaylists and share displaylists Enable tracing of often called functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now
2005-02-02Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)Alexander Gottwald1-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-02Bugzilla #1866 (https://bugs.freedesktop.org/show_bug.cgi?id=1866)Alexander Gottwald3-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-27Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can beAlexander Gottwald2-13/+13
resolved at linktime. Fixes tuxkart (at least with wine)
2005-01-13Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-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-15Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald2-1/+8
mingw (Win32) port
2004-09-21Add offscreen GLX direct rendering with XDarwin's xpr backend (JohnTorrey Lyons1-49/+45
Harper).
2004-09-02Fix AGL display problems (Bug #1210, Torrey T. Lyons).Kevin E Martin1-51/+214
2004-08-13Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/miAlexander Gottwald2-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-12Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fixEric Anholt1-1/+1
bug #1022.
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-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-31Fix compiler warningKevin E Martin1-4/+0
2004-07-30Fix "DoLoadableServer NO" buildKevin E Martin1-3/+3
2004-07-27Fix XDarwin's broken build of libGL and server side GLX. GL library is onlyTorrey Lyons3-651/+775
known to build correctly on Mac OS X 10.3.4 and still needs some work for earlier versions.
2004-07-26Bug #377: Make lib{glx,GLcore,dri} work when compiled as dlloader modules.Adam Jackson7-18/+52
2004-06-21Bug 782: Merge native OpenGL for Windows from CYGWIN branchAlexander Gottwald5-0/+2124
2004-06-16Merge DRI-trunk-20040613 changes in programs/Xserver/GL.Eric Anholt13-22/+65
2004-06-16DRI trunk-20040613 importDRI-trunk-20040721DRI-trunk-20040613Eric Anholt25-482/+1064
2004-06-16Initial revisionEric Anholt4-0/+1295
2004-06-16DRI XFree86-4_3_99_12-merge importDRI-XFree86-4_3_99_12-mergeEric Anholt42-750/+184
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich50-68/+234
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich50-235/+69
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0STSF-CURRENTEgbert Eich50-50/+50
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich50-50/+50
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich50-50/+50
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley20-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-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley24-2589/+3123
2003-11-25Initial revisionXORG-STABLEKaleb Keithley2-0/+2496
2003-11-14Initial revisionKaleb Keithley48-0/+29308