[cairo-commit] glitz ChangeLog,1.45,1.46
David Reveman
commit at pdx.freedesktop.org
Mon Sep 6 15:23:31 PDT 2004
- Previous message: [cairo-commit] glitzinfo glitzinfo.c,1.4,1.5
- Next message: [cairo-commit] glitz/src glitz.c, 1.21, 1.22 glitz_agl_extension.c,
1.7, 1.8 glitz_agl_surface.c, 1.16, 1.17 glitz_aglint.h, 1.10,
1.11 glitz_buffer.c, 1.1, 1.2 glitz_compose.c, 1.3,
1.4 glitz_filter.c, 1.3, 1.4 glitz_geometry.c, 1.1,
1.2 glitz_glx_extension.c, 1.10, 1.11 glitz_glx_info.c, 1.15,
1.16 glitz_glx_surface.c, 1.18, 1.19 glitz_glxint.h, 1.14,
1.15 glitz_pixel.c, 1.5, 1.6 glitz_rect.c, 1.8,
1.9 glitz_surface.c, 1.19, 1.20 glitz_texture.c, 1.11,
1.12 glitzint.h, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: davidr
Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv7355
Modified Files:
ChangeLog
Log Message:
Added support for fill type transparent even though GL_ARB_texture_border_clamp is missing
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** ChangeLog 3 Sep 2004 14:27:57 -0000 1.45
--- ChangeLog 6 Sep 2004 22:23:29 -0000 1.46
***************
*** 1,2 ****
--- 1,68 ----
+ 2004-09-07 David Reveman <c99drn at cs.umu.se>
+
+ * src/glitzint.h: Added texture flags.
+ Removed texture_mask.
+ GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+ texcoord_height and texcoord_width replaced by texture.box.
+
+ * src/glitz_texture.c: Make sure fill transparent works even though
+ GL_ARB_texture_border_clamp is missing.
+ texture_mask goes away.
+ Added texture flags.
+ texcoord_height and texcoord_width replaced by texture.box.
+
+ * src/glitz_surface.c: GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+ texture_mask goes away.
+ Added texture flags.
+ texcoord_height and texcoord_width replaced by texture.box.
+ Added GLITZ_SURFACE_FLAG_SIMPLE_TRANSFORM_MASK, which mean no
+ transform or translate only transform.
+
+ * src/glitz_rect.c (glitz_set_rectangles):
+ GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+
+ * src/glitz_pixel.c (glitz_set_pixels): texture->box
+ specifies the texture origin in the texture map.
+ (glitz_set_pixels): no need to pass surface height
+ to glitz_texture_set_tex_gen anymore.
+ (glitz_set_pixels): GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+
+ * src/glitz_glxint.h: texture_mask goes away.
+
+ * src/glitz_glx_surface.c: Added texture flags.
+ GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+
+ * src/glitz_glx_info.c: texture_mask goes away.
+
+ * src/glitz_glx_extension.c (glitz_glx_query_extensions):
+ texture_mask goes away.
+
+ * src/glitz_geometry.c (glitz_set_geometry): GLITZ_FLAG ->
+ GLITZ_SURFACE_FLAGS.
+
+ * src/glitz_filter.c (glitz_filter_set_params): Don't calculate
+ texture unit sizes here, they have already been calculated in
+ the texture object.
+ texcoord_height and texcoord_width replaced by texture.box.
+
+ * src/glitz_compose.c: Added texture flags.
+ Fill type transparent supported even though
+ GL_ARB_texture_border_clamp is missing.
+
+ * src/glitz_aglint.h: texture_mask goes away.
+
+ * src/glitz_agl_surface.c: Added texture flags.
+ GLITZ_FLAG -> GLITZ_SURFACE_FLAGS.
+
+ * src/glitz_agl_extension.c (glitz_agl_query_extensions):
+ texture_mask goes away.
+
+ * src/glitz.c (glitz_composite): no need to pass surface height
+ to glitz_texture_set_tex_gen anymore.
+
+ 2004-09-04 David Reveman <c99drn at cs.umu.se>
+
+ * src/glitz_buffer.c (glitz_buffer_unmap): Obviously wrong.
+
2004-09-03 David Reveman <c99drn at cs.umu.se>
- Previous message: [cairo-commit] glitzinfo glitzinfo.c,1.4,1.5
- Next message: [cairo-commit] glitz/src glitz.c, 1.21, 1.22 glitz_agl_extension.c,
1.7, 1.8 glitz_agl_surface.c, 1.16, 1.17 glitz_aglint.h, 1.10,
1.11 glitz_buffer.c, 1.1, 1.2 glitz_compose.c, 1.3,
1.4 glitz_filter.c, 1.3, 1.4 glitz_geometry.c, 1.1,
1.2 glitz_glx_extension.c, 1.10, 1.11 glitz_glx_info.c, 1.15,
1.16 glitz_glx_surface.c, 1.18, 1.19 glitz_glxint.h, 1.14,
1.15 glitz_pixel.c, 1.5, 1.6 glitz_rect.c, 1.8,
1.9 glitz_surface.c, 1.19, 1.20 glitz_texture.c, 1.11,
1.12 glitzint.h, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list