Timeline
02/22/09:
- 16:35 Changeset [244] by
- Fix a bug in the CreateContext path that glXCreateNewContext calls. The …
- 16:33 Changeset [243] by
- Fix a bug with some untested glXPbuffer attributes that a Mesa test …
- 16:14 Changeset [242] by
- Fix some bugs in apple_xgl_api_read.c that one Mesa demo brought out. The …
- 16:06 Changeset [241] by
- Correct the currentReadable usage with the apple_xgl_api_read.c code. The …
- 15:39 Changeset [240] by
- Add some release notes that may help Jeremy with the release announcement.
- 15:06 Changeset [239] by
- This commit adds the mmap shared mapping tests I wrote. These were used …
- 12:10 ChangeLog edited by
- (diff)
- 12:10 Changeset [238] by
- More 2.4.0 related updates
- 11:56 Changeset [237] by
- Tagging AppleSGLX-51
- 11:56 Changeset [236] by
- Updated svn:ignore
- 11:55 Changeset [235] by
- Don't install glxinfo and glxgears by default
- 06:01 Ticket #245 (modifier keys should not repeat) created by
- A change between 1.4.2-apple30 and 1.4.2-apple31 is causing an odd …
- 04:18 Changeset [234] by
- Add a glthreads test with a compatible license, by Brian Paul. Try …
- 04:01 Changeset [233] by
- Add a multisampling test to the suite.
- 03:16 Changeset [232] by
- Re-enable some more extension tags that were commented out. The …
02/21/09:
- 23:25 Changeset [231] by
- Complete the transition to glXSendError in glxcmds.c.
- 23:08 Changeset [230] by
- Add the glx_error code.
- 23:07 Changeset [229] by
- Convert glx_pbuffer.c to use the new glXSendError.
- 22:55 Changeset [228] by
- Improve error messages for the GLXPixmap code. It seems we will need to …
- 21:19 Changeset [227] by
- Add a test program that according to the CGL documentation provides the …
- 21:00 Changeset [226] by
- Update the gl.h. This allows building the X server from scratch with the …
- 20:59 Changeset [225] by
- Update the API frontend functions (from re-running gen_code.tcl).
- 20:53 Changeset [224] by
- Upgrade to the latest glext.h from OpenGL.org
- 20:52 Changeset [223] by
- Fix some gen_funcs.tcl typemap mistakes with the ARB suffix. After …
- 20:17 Changeset [222] by
- Remove an #if 0 around some glxext.c visual tags. The #if 0 was added …
- 19:19 Changeset [221] by
- When reporting an error in the glXGetSelectedEvent path use …
- 17:12 Changeset [220] by
- Add some support code for glXCreateWindow and glXDestroyWindow. They …
- 17:12 Changeset [219] by
- Fix an error that caused a mkdir to fail due to the directory existing. …
- 09:37 Ticket #244 (Accessibility API bridging) created by
- Currently using 2.3.2.1. The X11 windows do not appear in the AX* …
- 01:50 Changeset [218] by
- Avoid a fault when creating the XError for the case of a NULL GLXContext …
02/20/09:
- 16:17 Changeset [217] by
- Fix programs install
- 16:15 Changeset [216] by
- Fix cycle in dependencies (kinda... the dir got updated when the programs …
- 15:58 ChangeLog edited by
- (diff)
- 15:43 Changeset [215] by
- Fix parallel build of tests
- 14:49 Changeset [214] by
- Add an item about the CGL API major version testing we need.
- 14:45 Changeset [213] by
- Simplified dependencies in the Makefile
- 14:33 Changeset [212] by
- Add the glxpixmap_destroy_invalid to tests.mk.
- 14:32 Changeset [211] by
- Add a test for the GLXPixmap code that destroys an invalid GLXPixmap id. …
- 14:27 Changeset [210] by
- More Makefile cleanup
- 14:24 Changeset [209] by
- Makefile cleanup
- 14:18 Changeset [208] by
- Add one more TODO item to the list for GLXWindows.
- 14:14 Changeset [207] by
- Mark a few more TODO times DONE.
- 14:11 Changeset [206] by
- Update the glxext.h to the latest from the OpenGL registry. I seems I was …
- 14:04 Changeset [205] by
- Restructure the Makefile so that we generate a testbuilds directory, and a …
- 03:10 Changeset [204] by
- Make the client side libGL set the GLX_PIXMAP_BIT and GLX_PBUFFER_BIT for …
- 03:07 Changeset [203] by
- Add a drawable_types test. It's used to test for GLX_WINDOW_BIT, …
- 02:25 Changeset [202] by
- Remove the -Igl from the Makefile. It hasn't been needed since the gl …
- 02:24 Changeset [201] by
- Delete some old an unnecessary files from the include/GL directory.
- 01:18 Changeset [200] by
- Fix a bug in the glxinfo.c sources that is due to gl.h header differences. …
- 01:04 Changeset [199] by
- glxext.c: comment out some EXT we don't support. Makefile: build …
- 00:58 Changeset [198] by
- Take some of the extensions out of glxcmds.c that we don't support. They …
- 00:57 Changeset [197] by
- Add more empty functions to the exports list and glx_empty.c.
- 00:42 Changeset [196] by
- Add a bunch of empty functions for the old glX symbols we used to have. …
02/19/09:
- 20:24 Changeset [195] by
- mark another item done in the TODO
- 20:17 Changeset [194] by
- Add a shared context test. It's a test from Mesa by Brian Paul with a …
- 20:01 Changeset [193] by
- Handle the old context differently in the case of MakeContextCurrent. I …
- 19:56 Changeset [192] by
- Remove a test for a non-NULL context in MakeContextCurrent. The test was …
- 19:51 Changeset [191] by
- Avoid a crash if the previous current context was NULL, and the new …
- 19:41 Changeset [190] by
- Make glXSelectEvent and glXGetSelectedEvent work, by adding calls and …
- 19:37 Changeset [189] by
- Add an event_mask to the apple_glx_pbuffer structure. Add the getters and …
- 19:37 Changeset [188] by
- Add functions for getting and setting the event mask for use by …
- 19:15 Changeset [187] by
- Make glXSelectEvent a no-op. Perhaps in the future it should check if the …
- 19:06 Changeset [186] by
- Set the GLX minor version to 4/GLX_MINOR_VERSION, so that we are forcing …
- 18:58 Changeset [185] by
- Set the GLX extensions string to the list of supported GLX extensions.
- 18:41 Changeset [184] by
- Make glXIsDirect use the requested direct boolean value specified with …
- 18:15 Changeset [183] by
- Clean up some unused code that was #if 0ed out in glxcmds.c. Use the name …
- 18:13 Changeset [182] by
- Add support for glXCreatePixmap and glXDestroyPixmap. These are the …
- 16:09 Changeset [181] by
- Update the Makefile target dependency so that apple_xgl_api_stereo.c …
- 16:00 Changeset [180] by
- Update the TODO (many more things DONE). I think the apple_xgl_api_read.c …
- 15:55 Changeset [179] by
- Add gen_api_library.tcl that I missed in the last commit. It's for the …
- 15:54 Changeset [178] by
- Add support for glXMakeContextCurrent's readable drawable. This basically …
- 15:09 Changeset [177] by
- Simplify the glXQueryDrawable path and extend it to support windows. …
- 14:39 Changeset [176] by
- Add apple_glx_pixmap_query. It's used by glXQueryDrawable. Also remove …
02/18/09:
- 23:15 Changeset [175] by
- The memory leak that I found earlier seems to be in CGL. This is a test …
- 21:41 Changeset [174] by
- Improve apple_glx_pixmap_destroy error handling in an effort to determine …
- 21:22 Changeset [173] by
- Rename the drawables global list to drawables_list. Add …
- 21:08 Changeset [172] by
- Greatly improve the create and destroy GLXPixmap test. This creates and …
- 20:41 Changeset [171] by
- Add a missing B16 to the length of the AppleDRI DestroyPixmapReq. This …
- 20:22 Changeset [170] by
- Add create/destroy test for GLXPixmaps.
- 11:52 Changeset [169] by
- libXfont 1.4.0
- 11:50 ChangeLog edited by
- (diff)
- 03:28 Changeset [168] by
- If the current CGL context is from a GLXPixmap then set the CGL context to …
- 03:23 Changeset [167] by
- Make the OffScreen attribute not be enabled for every CGLPixelFormatObj. …
- 00:07 Changeset [166] by
- Order our includes before CFLAGS since that might pull in conflicting …
- 00:03 ChangeLog edited by
- 1.6 branch (diff)
Note: See TracTimeline
for information about the timeline view.
