Timeline


and

02/22/09:

16:35 Changeset [244] by gstaplin@…
Fix a bug in the CreateContext path that glXCreateNewContext calls. The …
16:33 Changeset [243] by gstaplin@…
Fix a bug with some untested glXPbuffer attributes that a Mesa test …
16:14 Changeset [242] by gstaplin@…
Fix some bugs in apple_xgl_api_read.c that one Mesa demo brought out. The …
16:06 Changeset [241] by gstaplin@…
Correct the currentReadable usage with the apple_xgl_api_read.c code. The …
15:39 Changeset [240] by gstaplin@…
Add some release notes that may help Jeremy with the release announcement.
15:06 Changeset [239] by gstaplin@…
This commit adds the mmap shared mapping tests I wrote. These were used …
12:10 ChangeLog edited by jeremyhu@…
(diff)
12:10 Changeset [238] by jeremyhu@…
More 2.4.0 related updates
11:56 Changeset [237] by jeremyhu@…
Tagging AppleSGLX-51
11:56 Changeset [236] by jeremyhu@…
Updated svn:ignore
11:55 Changeset [235] by jeremyhu@…
Don't install glxinfo and glxgears by default
06:01 Ticket #245 (modifier keys should not repeat) created by exg@…
A change between 1.4.2-apple30 and 1.4.2-apple31 is causing an odd …
04:18 Changeset [234] by gstaplin@…
Add a glthreads test with a compatible license, by Brian Paul. Try …
04:01 Changeset [233] by gstaplin@…
Add a multisampling test to the suite.
03:16 Changeset [232] by gstaplin@…
Re-enable some more extension tags that were commented out. The …

02/21/09:

23:25 Changeset [231] by gstaplin@…
Complete the transition to glXSendError in glxcmds.c.
23:08 Changeset [230] by gstaplin@…
Add the glx_error code.
23:07 Changeset [229] by gstaplin@…
Convert glx_pbuffer.c to use the new glXSendError.
22:55 Changeset [228] by gstaplin@…
Improve error messages for the GLXPixmap code. It seems we will need to …
21:19 Changeset [227] by gstaplin@…
Add a test program that according to the CGL documentation provides the …
21:00 Changeset [226] by gstaplin@…
Update the gl.h. This allows building the X server from scratch with the …
20:59 Changeset [225] by gstaplin@…
Update the API frontend functions (from re-running gen_code.tcl).
20:53 Changeset [224] by gstaplin@…
Upgrade to the latest glext.h from OpenGL.org
20:52 Changeset [223] by gstaplin@…
Fix some gen_funcs.tcl typemap mistakes with the ARB suffix. After …
20:17 Changeset [222] by gstaplin@…
Remove an #if 0 around some glxext.c visual tags. The #if 0 was added …
19:19 Changeset [221] by gstaplin@…
When reporting an error in the glXGetSelectedEvent path use …
17:12 Changeset [220] by gstaplin@…
Add some support code for glXCreateWindow and glXDestroyWindow. They …
17:12 Changeset [219] by gstaplin@…
Fix an error that caused a mkdir to fail due to the directory existing. …
09:37 Ticket #244 (Accessibility API bridging) created by mitch.haile@…
Currently using 2.3.2.1. The X11 windows do not appear in the AX* …
01:50 Changeset [218] by gstaplin@…
Avoid a fault when creating the XError for the case of a NULL GLXContext …

02/20/09:

16:17 Changeset [217] by jeremyhu@…
Fix programs install
16:15 Changeset [216] by jeremyhu@…
Fix cycle in dependencies (kinda... the dir got updated when the programs …
15:58 ChangeLog edited by jeremyhu@…
(diff)
15:43 Changeset [215] by jeremyhu@…
Fix parallel build of tests
14:49 Changeset [214] by gstaplin@…
Add an item about the CGL API major version testing we need.
14:45 Changeset [213] by jeremyhu@…
Simplified dependencies in the Makefile
14:33 Changeset [212] by gstaplin@…
Add the glxpixmap_destroy_invalid to tests.mk.
14:32 Changeset [211] by gstaplin@…
Add a test for the GLXPixmap code that destroys an invalid GLXPixmap id. …
14:27 Changeset [210] by jeremyhu@…
More Makefile cleanup
14:24 Changeset [209] by jeremyhu@…
Makefile cleanup
14:18 Changeset [208] by gstaplin@…
Add one more TODO item to the list for GLXWindows.
14:14 Changeset [207] by gstaplin@…
Mark a few more TODO times DONE.
14:11 Changeset [206] by gstaplin@…
Update the glxext.h to the latest from the OpenGL registry. I seems I was …
14:04 Changeset [205] by gstaplin@…
Restructure the Makefile so that we generate a testbuilds directory, and a …
03:10 Changeset [204] by gstaplin@…
Make the client side libGL set the GLX_PIXMAP_BIT and GLX_PBUFFER_BIT for …
03:07 Changeset [203] by gstaplin@…
Add a drawable_types test. It's used to test for GLX_WINDOW_BIT, …
02:25 Changeset [202] by gstaplin@…
Remove the -Igl from the Makefile. It hasn't been needed since the gl …
02:24 Changeset [201] by gstaplin@…
Delete some old an unnecessary files from the include/GL directory.
01:18 Changeset [200] by gstaplin@…
Fix a bug in the glxinfo.c sources that is due to gl.h header differences. …
01:04 Changeset [199] by gstaplin@…
glxext.c: comment out some EXT we don't support. Makefile: build …
00:58 Changeset [198] by gstaplin@…
Take some of the extensions out of glxcmds.c that we don't support. They …
00:57 Changeset [197] by gstaplin@…
Add more empty functions to the exports list and glx_empty.c.
00:42 Changeset [196] by gstaplin@…
Add a bunch of empty functions for the old glX symbols we used to have. …

02/19/09:

20:24 Changeset [195] by gstaplin@…
mark another item done in the TODO
20:17 Changeset [194] by gstaplin@…
Add a shared context test. It's a test from Mesa by Brian Paul with a …
20:01 Changeset [193] by gstaplin@…
Handle the old context differently in the case of MakeContextCurrent. I …
19:56 Changeset [192] by gstaplin@…
Remove a test for a non-NULL context in MakeContextCurrent. The test was …
19:51 Changeset [191] by gstaplin@…
Avoid a crash if the previous current context was NULL, and the new …
19:41 Changeset [190] by gstaplin@…
Make glXSelectEvent and glXGetSelectedEvent work, by adding calls and …
19:37 Changeset [189] by gstaplin@…
Add an event_mask to the apple_glx_pbuffer structure. Add the getters and …
19:37 Changeset [188] by gstaplin@…
Add functions for getting and setting the event mask for use by …
19:15 Changeset [187] by gstaplin@…
Make glXSelectEvent a no-op. Perhaps in the future it should check if the …
19:06 Changeset [186] by gstaplin@…
Set the GLX minor version to 4/GLX_MINOR_VERSION, so that we are forcing …
18:58 Changeset [185] by gstaplin@…
Set the GLX extensions string to the list of supported GLX extensions.
18:41 Changeset [184] by gstaplin@…
Make glXIsDirect use the requested direct boolean value specified with …
18:15 Changeset [183] by gstaplin@…
Clean up some unused code that was #if 0ed out in glxcmds.c. Use the name …
18:13 Changeset [182] by gstaplin@…
Add support for glXCreatePixmap and glXDestroyPixmap. These are the …
16:09 Changeset [181] by gstaplin@…
Update the Makefile target dependency so that apple_xgl_api_stereo.c …
16:00 Changeset [180] by gstaplin@…
Update the TODO (many more things DONE). I think the apple_xgl_api_read.c …
15:55 Changeset [179] by gstaplin@…
Add gen_api_library.tcl that I missed in the last commit. It's for the …
15:54 Changeset [178] by gstaplin@…
Add support for glXMakeContextCurrent's readable drawable. This basically …
15:09 Changeset [177] by gstaplin@…
Simplify the glXQueryDrawable path and extend it to support windows. …
14:39 Changeset [176] by gstaplin@…
Add apple_glx_pixmap_query. It's used by glXQueryDrawable. Also remove …

02/18/09:

23:15 Changeset [175] by gstaplin@…
The memory leak that I found earlier seems to be in CGL. This is a test …
21:41 Changeset [174] by gstaplin@…
Improve apple_glx_pixmap_destroy error handling in an effort to determine …
21:22 Changeset [173] by gstaplin@…
Rename the drawables global list to drawables_list. Add …
21:08 Changeset [172] by gstaplin@…
Greatly improve the create and destroy GLXPixmap test. This creates and …
20:41 Changeset [171] by gstaplin@…
Add a missing B16 to the length of the AppleDRI DestroyPixmapReq. This …
20:22 Changeset [170] by gstaplin@…
Add create/destroy test for GLXPixmaps.
11:52 Changeset [169] by jeremyhu@…
libXfont 1.4.0
11:50 ChangeLog edited by jeremyhu@…
(diff)
03:28 Changeset [168] by gstaplin@…
If the current CGL context is from a GLXPixmap then set the CGL context to …
03:23 Changeset [167] by gstaplin@…
Make the OffScreen attribute not be enabled for every CGLPixelFormatObj. …
00:07 Changeset [166] by jeremyhu@…
Order our includes before CFLAGS since that might pull in conflicting …
00:03 ChangeLog edited by jeremyhu@…
1.6 branch (diff)
Note: See TracTimeline for information about the timeline view.