SDL-mirror/src/video
Bob Pendleton b8101a644e Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
is incorrect. The result is that an illegal access is being made in X_PumpEvents when it tries to look up the windows ID of the source of an event. Taking out that
call does not seem to have any effect on the testgl. But, I would be happy if someone else took a look at this problem and found a fix higher up the stack.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402737
2008-03-01 20:34:36 +00:00
..
ataricommon Formatting update 2006-09-24 15:56:55 +00:00
bwindow make indent 2007-06-14 13:21:29 +00:00
cocoa First pass of new SDL scancode concept for X11. 2008-02-07 15:31:09 +00:00
dc SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
directfb Date: Fri, 17 Aug 2007 01:12:31 +0200 2007-08-17 02:54:50 +00:00
dummy Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
fbcon make indent 2007-06-14 13:21:29 +00:00
gapi SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
gem indent 2007-07-15 16:59:16 +00:00
ipod SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
nanox SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
os2fslib SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
photon SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
ps2gs SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
riscos SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
svga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
vgl SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
win32 Windows also remaps the numeric keypad... grrr 2008-02-11 21:06:32 +00:00
wscons SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
x11 Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in 2008-03-01 20:34:36 +00:00
xbios Disable video extensions atm 2007-07-13 22:52:53 +00:00
Xext This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is 2007-07-12 20:00:50 +00:00
e_log.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
e_pow.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
e_sqrt.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
math_private.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
mmx.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_blit.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit.h Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_0.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_1.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_A.c Christian Walther fixed bug #529 2007-12-29 22:15:39 +00:00
SDL_blit_auto.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_auto.h More work in progress, still doesn't compile... 2007-08-17 06:40:12 +00:00
SDL_blit_copy.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_copy.h Oops, didn't want to rename those files... 2007-08-16 21:54:26 +00:00
SDL_blit_N.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_slow.c Getting ready to add slow blitters. Everyone will love me. :) 2007-08-16 22:56:18 +00:00
SDL_bmp.c SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_fill.c Added notes on the next steps for SDL 1.3 2007-08-16 21:43:19 +00:00
SDL_gamma.c SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_glfuncs.h Added source color and alpha modulation support. 2006-08-28 03:17:39 +00:00
SDL_leaks.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_pixels.c Split out the SDL_rect and SDL_surface functions into their own headers. 2007-09-10 12:20:02 +00:00
SDL_pixels_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_rect.c Split out the SDL_rect and SDL_surface functions into their own headers. 2007-09-10 12:20:02 +00:00
SDL_rect_c.h Split out the SDL_rect and SDL_surface functions into their own headers. 2007-09-10 12:20:02 +00:00
SDL_renderer_gl.c Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob. 2008-01-08 00:10:46 +00:00
SDL_renderer_gl.h Starting on the OpenGL renderer... 2006-07-19 07:18:45 +00:00
SDL_renderer_sw.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_renderer_sw.h Exported the software renderer texture functions to make easier to create 2007-08-11 23:26:03 +00:00
SDL_RLEaccel.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_RLEaccel_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_stretch.c Added source color and alpha modulation support. 2006-08-28 03:17:39 +00:00
SDL_stretch_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_surface.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_sysvideo.h First pass implementation of new SDL scancode concept, as discussed with 2008-02-05 07:19:23 +00:00
SDL_video.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_yuv_mmx.c Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__. 2007-07-14 07:28:45 +00:00
SDL_yuv_sw.c Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__. 2007-07-14 07:28:45 +00:00
SDL_yuv_sw_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
sdlgenblit.pl Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00