b588bdfe2a 
								
							 
						 
						
							
							
								
								programs/Xserver/GL/mesa/X/xf86glx.c: Missing initializer in xf86glx.c  
							
							... 
							
							
							
							spotted while debugging something else. 
							
						 
						
							2005-10-22 04:38:50 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f5a5817834 
								
							 
						 
						
							
							
								
								Make sure that the __gl*_size prototypes are seen in all the places that  
							
							... 
							
							
							
							they need to be seen. 
							
						 
						
							2005-10-20 23:24:47 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1859c62607 
								
							 
						 
						
							
							
								
								include/dix-config.h.in Add support for more extensions  
							
							... 
							
							
							
							Add missing files to EXTRA_DIST 
							
						 
						
							2005-10-17 07:18:59 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								61cd478b54 
								
							 
						 
						
							
							
								
								Bug  #3652 : Server-side GLX support for GLX_SGIX_swap_barrier and  
							
							... 
							
							
							
							GLX_SGIX_hyperpipe extensions. (Eric Kunze, SGI) 
							
						 
						
							2005-10-05 22:39:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2c82429f89 
								
							 
						 
						
							
							
								
								Refactors __glXImageSize and __glXImage3DSize into a single function. It  
							
							... 
							
							
							
							replaces all calls to the old functions with calls to __glXImageSize
    with the new parameter list.
I have also added 'target' as a parameter. This is a stepping stone to the
    code in patch #2410 . Basically, if the texture target is one of
    GL_PROXY_*, the image size is always zero. This gathers all the checks
    for that into a single place. I have *not* modified the existing
    callers to take this into account. They still do their own checks for
    GL_PROXY_*. However, when the generated versions of those functions are
    added to the tree, they *will* rely on that.
The code growth is mainly due to the new 40 line comment before
    __glXImageSize.
I have tested this with a few of the texture using demos and tests from
    Mesa, including tunnel, texdown, and drawpix.
Reviewed by: Adam Jackson, Eric Anholt, and Brian Paul. 
							
						 
						
							2005-10-01 22:25:13 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e27b3e4ea1 
								
							 
						 
						
							
							
								
								Remove some more incorrect prototypes for the __gl*_size functions.  
							
							
							
						 
						
							2005-10-01 22:19:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								940158a6f2 
								
							 
						 
						
							
							
								
								Replace all uses of __glEvalComputeK (and the doubly redundant  
							
							... 
							
							
							
							EvalComputeK) with calls to one of __glMap[12][df]_size. This was
    tested with progs/samples/eval (from Mesa). 
							
						 
						
							2005-09-28 03:37:22 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								30ff9e2619 
								
							 
						 
						
							
							
								
								Fix some problems that caused incorrectly annotated prototypes for  
							
							... 
							
							
							
							__gl*_size functions to be used. The result was that, on x86, the code
    would be compiled with FASTCALL semantics, but the callers would not.
    This should fix GLX protocol errors that people are seeing. There
    doesn't appear to be a bugzilla associated with this problem. 
							
						 
						
							2005-09-27 00:04:40 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								691669c012 
								
							 
						 
						
							
							
								
								xorg-server.h -> dix-config.h (thinko).  
							
							
							
						 
						
							2005-09-03 07:08:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								854010d71d 
								
							 
						 
						
							
							
								
								Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.  
							
							
							
						 
						
							2005-09-02 03:22:01 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b47535bd66 
								
							 
						 
						
							
							
								
								programs/Xserver/GL/windows/glwrap.c Wrap PointParameteriNV &  
							
							... 
							
							
							
							PointParameterivNV for Windows builds. 
							
						 
						
							2005-08-24 08:49:31 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								a402c876a4 
								
							 
						 
						
							
							
								
								Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh  
							
							... 
							
							
							
							in our builddir, not our srcdir. 
							
						 
						
							2005-08-20 18:11:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								370b111f48 
								
							 
						 
						
							
							
								
								Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRM  
							
							... 
							
							
							
							includes. This matches the way drivers are built in the Mesa tree and
    fixes a build problem in the Savage driver.
Convert uses of __glPointParameterfvARB_size to
    __glPointParameterfvEXT_size and uses of __glPointParameteriv_size to
    __glPointParameterivNV_size. This eliminates the need to hand-edit
    indirect_size.c after it is generated. 
							
						 
						
							2005-08-12 16:30:57 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								39a80312e0 
								
							 
						 
						
							
							
								
								- Bug  #3960 : Add remaining GLX and pci.ids stuff to DIST (Cha Young-Ho,  
							
							... 
							
							
							
							Olli Helenius)
- Fix some distcheck problems for non-solaris systems
- Change server version number from the Xorg rev to an independent one
- _POSIX_SOURCE and _XOPEN_SOURCE defined to the right values 
							
						 
						
							2005-08-04 22:31:20 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e62be6d272 
								
							 
						 
						
							
							
								
								- Check for vsnprintf  
							
							... 
							
							
							
							- Don't build the Xorg DDX on darwin
- Workaround for gcc defining __ppc__ but not __powerpc__ 
							
						 
						
							2005-08-04 18:45:46 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9802106864 
								
							 
						 
						
							
							
								
								dist fixes for cw and GL (Donnie Berkholz, me)  
							
							
							
						 
						
							2005-08-03 01:41:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d31de217e6 
								
							 
						 
						
							
							
								
								distcheck fixes  
							
							
							
						 
						
							2005-08-02 03:36:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0285804811 
								
							 
						 
						
							
							
								
								GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcore  
							
							
							
						 
						
							2005-08-01 18:41:54 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								86529c07d6 
								
							 
						 
						
							
							
								
								Fix distcheck for server  
							
							
							
						 
						
							2005-07-28 23:28:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f331a32544 
								
							 
						 
						
							
							
								
								Add the symlink script for the Mesa source.  
							
							
							
						 
						
							2005-07-23 19:29:58 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								525d663ec5 
								
							 
						 
						
							
							
								
								glapi build (forgot this one somehow)  
							
							
							
						 
						
							2005-07-23 02:02:18 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6aaceef323 
								
							 
						 
						
							
							
								
								Fix the build system to reflect the rest of the Mesa core. Almost links,  
							
							... 
							
							
							
							needs a code fix to Mesa though. 
							
						 
						
							2005-07-23 02:00:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								d7e2cadb13 
								
							 
						 
						
							
							
								
								GLX needs gl.h from Mesa too  
							
							
							
						 
						
							2005-07-21 02:29:05 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								4913316f25 
								
							 
						 
						
							
							
								
								Switch to MESA_SOURCE which we're already AC_SUBSTing  
							
							
							
						 
						
							2005-07-16 04:29:28 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								7facb209a7 
								
							 
						 
						
							
							
								
								Hook in the GLcore build  
							
							
							
						 
						
							2005-07-16 04:24:21 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								2f9a7c6ee1 
								
							 
						 
						
							
							
								
								Hey look, GLcore links  
							
							
							
						 
						
							2005-07-16 04:13:33 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6ce3743948 
								
							 
						 
						
							
							
								
								start the GLcore build system  
							
							
							
						 
						
							2005-07-16 00:51:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								419448ea7b 
								
							 
						 
						
							
							
								
								Pull libdri out of the build for now until I get something better worked  
							
							... 
							
							
							
							out 
							
						 
						
							2005-07-12 03:03:16 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								f054bf2ff6 
								
							 
						 
						
							
							
								
								build fix  
							
							
							
						 
						
							2005-07-12 01:29:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								3fe6b5bb30 
								
							 
						 
						
							
							
								
								GLX server support  
							
							
							
						 
						
							2005-07-12 01:17:39 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								377e3bddd4 
								
							 
						 
						
							
							
								
								Forgot to add these for some reason  
							
							
							
						 
						
							2005-07-12 00:55:43 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								baa99be190 
								
							 
						 
						
							
							
								
								Put the correct value in the length field of the reply. Previously, the  
							
							... 
							
							
							
							number of tag/date pairs was specified. This was incorrect. The correct
    value is the number of values (one for the tag and one for the value).
Xorg bug: #3210  
							
						 
						
							2005-07-06 07:16:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								b0d80e76d2 
								
							 
						 
						
							
							
								
								Add missing include paths.  
							
							
							
						 
						
							2005-07-03 12:17:04 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e03198972c 
								
							 
						 
						
							
							
								
								Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.  
							
							... 
							
							
							
							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-03 07:02:09 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								826a6f029f 
								
							 
						 
						
							
							
								
								Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.  
							
							
							
						 
						
							2005-07-02 18:59:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5e863851a6 
								
							 
						 
						
							
							
								
								Build workaround. Add glcontextmodes.[ch] from Mesa.  
							
							
							
						 
						
							2005-06-19 01:30:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9f81ce9456 
								
							 
						 
						
							
							
								
								Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bug  
							
							... 
							
							
							
							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-06-09 21:48:45 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								547c47aaea 
								
							 
						 
						
							
							
								
								Bug  #3407 : Clean out ancient #ifdef X11R5 conditionals.  
							
							
							
						 
						
							2005-05-30 18:36:19 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								db5bd04097 
								
							 
						 
						
							
							
								
								Fix includes right throughout the Xserver tree:  
							
							... 
							
							
							
							apply changes to windows specific includes
Fix includes right throughout the Xserver tree:
apply changes to Xdmcp.h 
							
						 
						
							2005-04-20 16:40:52 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9af443f597 
								
							 
						 
						
							
							
								
								Fix passing of non-RGB visuals. The old code did not initialize the  
							
							... 
							
							
							
							structure properly which lead to a crash in 8bpp mode 
							
						 
						
							2005-04-09 19:20:03 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								6c6151b233 
								
							 
						 
						
							
							
								
								If a context is already attached copy it instead of reattaching to keep  
							
							... 
							
							
							
							displaylists and share displaylists Enable tracing of often called
    functions with GLWIN_ENABLE_TRACE ForceCurrent is a no-op now 
							
						 
						
							2005-03-01 18:58:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								e8d3da3c75 
								
							 
						 
						
							
							
								
								Bugzilla  #1866  ( https://bugs.freedesktop.org/show_bug.cgi?id=1866 )  
							
							... 
							
							
							
							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 17:17:56 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								81b862509c 
								
							 
						 
						
							
							
								
								Bugzilla  #1866  ( https://bugs.freedesktop.org/show_bug.cgi?id=1866 )  
							
							... 
							
							
							
							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-02-02 15:03:44 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								1562ec5cc3 
								
							 
						 
						
							
							
								
								Functions like glGenTextures and glBindTexture are in OpenGL 1.1 and can be  
							
							... 
							
							
							
							resolved at linktime. Fixes tuxkart (at least with wine) 
							
						 
						
							2005-01-27 20:33:34 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								61b3c3aef5 
								
							 
						 
						
							
							
								
								Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com>  
							
							... 
							
							
							
							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. 
							
						 
						
							2005-01-13 23:07:41 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								9826b83826 
								
							 
						 
						
							
							
								
								Bufzilla  #1802 ,  http://freedesktop.org/bugzilla/show_bug.cgi?id=1802  Added  
							
							... 
							
							
							
							mingw (Win32) port 
							
						 
						
							2004-11-15 15:06:51 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								269012e601 
								
							 
						 
						
							
							
								
								Add offscreen GLX direct rendering with XDarwin's xpr backend (John  
							
							... 
							
							
							
							Harper). 
							
						 
						
							2004-09-21 22:01:14 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								0e56515aa3 
								
							 
						 
						
							
							
								
								Fix AGL display problems (Bug  #1210 , Torrey T. Lyons).  
							
							
							
						 
						
							2004-09-02 01:38:17 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								922fd3a2e5 
								
							 
						 
						
							
							
								
								Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi  
							
							... 
							
							
							
							from INCLUDES. Rearranged INCLUDES for better readability.
Removed mipointrst.h and miscstruct.h from #include since they are not used
    anymore. 
							
						 
						
							2004-08-13 19:18:29 +00:00 
							 
					 
				
					
						
							
							
								 
						
							
							
							
							
								
							
							
								5825e4559e 
								
							 
						 
						
							
							
								
								Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fix  
							
							... 
							
							
							
							bug #1022 . 
							
						 
						
							2004-08-12 23:14:50 +00:00