[cairo-commit] glitz ChangeLog,1.62,1.63
David Reveman
commit at pdx.freedesktop.org
Tue Sep 21 05:01:27 PDT 2004
- Previous message: [cairo-commit] cairo-demo/path_paint ChangeLog, 1.2,
1.3 path_paint.c, 1.2, 1.3
- Next message: [cairo-commit] glitz/src glitz_glx_context.c, 1.15,
1.16 glitz_glx_info.c, 1.20, 1.21 glitz_glx_pbuffer.c, 1.3,
1.4 glitz_glx_surface.c, 1.20, 1.21 glitz_glxext.h, 1.6,
1.7 glitz_glxint.h, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv2781
Modified Files:
ChangeLog
Log Message:
Fixed so that pbuffer formats that dont have any matching visual works
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** ChangeLog 20 Sep 2004 16:06:46 -0000 1.62
--- ChangeLog 21 Sep 2004 12:01:25 -0000 1.63
***************
*** 1,2 ****
--- 1,29 ----
+ 2004-09-21 David Reveman <c99drn at cs.umu.se>
+
+ * src/glitz_glxint.h: Added create_new_context to
+ glitz_glx_static_proc_address_list_t.
+ A GLXContext as parameter to glitz_glx_context_make_current.
+
+ * src/glitz_glxext.h: Added glitz_glx_create_new_context_t function
+ prototype.
+
+ * src/glitz_glx_surface.c (_glitz_glx_surface_destroy): A
+ GLXContext to glitz_glx_context_make_current.
+
+ * src/glitz_glx_pbuffer.c (glitz_glx_pbuffer_create): Only create
+ pbuffer if we've got a valid fbconfig.
+
+ * src/glitz_glx_info.c (glitz_glx_proc_address_lookup): Added
+ glXCreateNewContext.
+
+ * src/glitz_glx_context.c (_glitz_glx_context_create_glx12): Use
+ GLITZ_GL_TRUE instead of 1 for GL_TRUE.
+ (_glitz_glx_context_create_glx13): If now visual could be found
+ for a format the context should be created with glXCreateNewContext.
+ (glitz_glx_context_make_current): The default GLXContext is now a
+ parameter.
+ (glitz_glx_context_update): Use root context as new context if no
+ real context is available.
+
2004-09-20 David Reveman <c99drn at cs.umu.se>
- Previous message: [cairo-commit] cairo-demo/path_paint ChangeLog, 1.2,
1.3 path_paint.c, 1.2, 1.3
- Next message: [cairo-commit] glitz/src glitz_glx_context.c, 1.15,
1.16 glitz_glx_info.c, 1.20, 1.21 glitz_glx_pbuffer.c, 1.3,
1.4 glitz_glx_surface.c, 1.20, 1.21 glitz_glxext.h, 1.6,
1.7 glitz_glxint.h, 1.16, 1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list