clutter 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +4 -4
- data/lib/clutter.rb +1 -1
- data/sample/easing-modes.rb +1 -3
- data/test/clutter-test-utils.rb +6 -1
- data/test/run-test.rb +2 -0
- data/test/test-clutter-color.rb +8 -0
- data/vendor/local/bin/libclutter-1.0-0.dll +0 -0
- data/vendor/local/bin/libcogl-15.dll +0 -0
- data/vendor/local/bin/libcogl-pango-15.dll +0 -0
- data/vendor/local/bin/libjson-glib-1.0-0.dll +0 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-actor.h +16 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-backend.h +3 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-canvas.h +5 -4
- data/vendor/local/include/clutter-1.0/clutter/clutter-device-manager.h +3 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-event.h +19 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-flow-layout.h +5 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-input-device.h +2 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-layout-manager.h +1 -2
- data/vendor/local/include/clutter-1.0/clutter/clutter-macros.h +14 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-offscreen-effect.h +6 -0
- data/vendor/local/include/clutter-1.0/clutter/clutter-text.h +9 -6
- data/vendor/local/include/clutter-1.0/clutter/clutter-types.h +5 -1
- data/vendor/local/include/clutter-1.0/clutter/clutter-version.h +14 -4
- data/vendor/local/include/cogl/cogl-pango/cogl-pango.h +38 -4
- data/vendor/local/include/cogl/cogl-path/cogl-path-enum-types.h +20 -0
- data/vendor/local/include/cogl/{cogl/cogl-path.h → cogl-path/cogl-path-types.h} +6 -27
- data/vendor/local/include/cogl/cogl-path/cogl-path.h +58 -0
- data/vendor/local/include/cogl/{cogl/cogl-path-functions.h → cogl-path/cogl1-path-functions.h} +30 -0
- data/vendor/local/include/cogl/{cogl/cogl2-path.h → cogl-path/cogl2-path-functions.h} +87 -70
- data/vendor/local/include/cogl/cogl/cogl-atlas-texture.h +230 -0
- data/vendor/local/include/cogl/cogl/cogl-attribute-buffer.h +4 -3
- data/vendor/local/include/cogl/cogl/cogl-attribute.h +40 -34
- data/vendor/local/include/cogl/cogl/cogl-bitmap.h +14 -12
- data/vendor/local/include/cogl/cogl/cogl-buffer.h +4 -2
- data/vendor/local/include/cogl/cogl/cogl-clip-state.h +0 -13
- data/vendor/local/include/cogl/cogl/cogl-clutter.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-color.h +48 -7
- data/vendor/local/include/cogl/cogl/cogl-context.h +28 -4
- data/vendor/local/include/cogl/cogl/cogl-defines.h +3 -2
- data/vendor/local/include/cogl/cogl/cogl-depth-state.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-display.h +26 -3
- data/vendor/local/include/cogl/cogl/cogl-enum-types.h +0 -4
- data/vendor/local/include/cogl/cogl/cogl-error.h +4 -0
- data/vendor/local/include/cogl/cogl/cogl-fence.h +136 -0
- data/vendor/local/include/cogl/cogl/cogl-frame-info.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-framebuffer.h +32 -84
- data/vendor/local/include/cogl/cogl/cogl-glib-source.h +34 -3
- data/vendor/local/include/cogl/cogl/cogl-index-buffer.h +2 -0
- data/vendor/local/include/cogl/cogl/cogl-macros.h +253 -0
- data/vendor/local/include/cogl/cogl/cogl-material-compat.h +114 -6
- data/vendor/local/include/cogl/cogl/cogl-matrix-stack.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-matrix.h +8 -4
- data/vendor/local/include/cogl/cogl/cogl-meta-texture.h +8 -8
- data/vendor/local/include/cogl/cogl/cogl-object.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-offscreen.h +41 -6
- data/vendor/local/include/cogl/cogl/cogl-onscreen-template.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-onscreen.h +265 -45
- data/vendor/local/include/cogl/cogl/cogl-output.h +1 -1
- data/vendor/local/include/cogl/cogl/cogl-pipeline-layer-state.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-pipeline-state.h +57 -8
- data/vendor/local/include/cogl/cogl/cogl-pipeline.h +6 -5
- data/vendor/local/include/cogl/cogl/cogl-pixel-buffer.h +6 -2
- data/vendor/local/include/cogl/cogl/cogl-poll.h +44 -24
- data/vendor/local/include/cogl/cogl/cogl-primitive-texture.h +3 -3
- data/vendor/local/include/cogl/cogl/cogl-primitive.h +86 -29
- data/vendor/local/include/cogl/cogl/cogl-quaternion.h +7 -7
- data/vendor/local/include/cogl/cogl/cogl-renderer.h +7 -2
- data/vendor/local/include/cogl/cogl/cogl-shader.h +72 -29
- data/vendor/local/include/cogl/cogl/cogl-snippet.h +76 -11
- data/vendor/local/include/cogl/cogl/cogl-sub-texture.h +2 -2
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-gl.h +5 -5
- data/vendor/local/include/cogl/cogl/cogl-texture-2d-sliced.h +167 -1
- data/vendor/local/include/cogl/cogl/cogl-texture-2d.h +36 -9
- data/vendor/local/include/cogl/cogl/cogl-texture-3d.h +6 -6
- data/vendor/local/include/cogl/cogl/cogl-texture-rectangle.h +13 -12
- data/vendor/local/include/cogl/cogl/cogl-texture.h +18 -21
- data/vendor/local/include/cogl/cogl/cogl-types.h +2 -1
- data/vendor/local/include/cogl/cogl/cogl-version.h +150 -3
- data/vendor/local/include/cogl/cogl/cogl-vertex-buffer.h +44 -9
- data/vendor/local/include/cogl/cogl/cogl-win32-renderer.h +19 -0
- data/vendor/local/include/cogl/cogl/cogl.h +13 -9
- data/vendor/local/include/cogl/cogl/cogl1-context.h +174 -67
- data/vendor/local/include/json-glib-1.0/json-glib/json-version.h +3 -3
- data/vendor/local/lib/girepository-1.0/Clutter-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Cogl-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/CoglPango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Json-1.0.typelib +0 -0
- data/vendor/local/lib/libclutter-1.0.dll.a +0 -0
- data/vendor/local/lib/libclutter-1.0.la +5 -5
- data/vendor/local/lib/libcogl-pango.dll.a +0 -0
- data/vendor/local/lib/libcogl-pango.la +6 -6
- data/vendor/local/lib/libcogl.dll.a +0 -0
- data/vendor/local/lib/libcogl.la +5 -5
- data/vendor/local/lib/libjson-glib-1.0.dll.a +0 -0
- data/vendor/local/lib/libjson-glib-1.0.la +2 -2
- data/vendor/local/lib/pkgconfig/cally-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/clutter-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/clutter-win32-1.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/cogl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-gl-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-1.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/cogl-pango-2.0-experimental.pc +1 -1
- data/vendor/local/lib/pkgconfig/json-glib-1.0.pc +1 -1
- data/vendor/local/share/gir-1.0/Cally-1.0.gir +74 -74
- data/vendor/local/share/gir-1.0/Clutter-1.0.gir +6548 -6241
- data/vendor/local/share/gir-1.0/Cogl-1.0.gir +1906 -1405
- data/vendor/local/share/gir-1.0/CoglPango-1.0.gir +69 -46
- data/vendor/local/share/gir-1.0/Json-1.0.gir +694 -694
- data/vendor/local/share/gtk-doc/html/cally/CallyActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyClone.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyRoot.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyStage.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyText.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyTexture.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/CallyUtil.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/cally-General-API.html +12 -15
- data/vendor/local/share/gtk-doc/html/cally/callyannotationglossary.html +12 -12
- data/vendor/local/share/gtk-doc/html/cally/callybase.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/callyobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/cally/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/cally/ix01.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix02.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/ix03.html +23 -26
- data/vendor/local/share/gtk-doc/html/cally/ix04.html +10 -13
- data/vendor/local/share/gtk-doc/html/cally/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/cally/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/cally/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/cally/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActor.html +196 -87
- data/vendor/local/share/gtk-doc/html/clutter/ClutterActorMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlignConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAlpha.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimatable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterAnimator.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBackend.html +51 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviour.html +28 -31
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourDepth.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourEllipse.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourOpacity.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourPath.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourRotate.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBehaviourScale.html +21 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBinLayout.html +51 -54
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBindConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBlurEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBox.html +22 -25
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBoxLayout.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ClutterBrightnessContrastEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCairoTexture.html +59 -62
- data/vendor/local/share/gtk-doc/html/clutter/ClutterCanvas.html +49 -24
- data/vendor/local/share/gtk-doc/html/clutter/ClutterChildMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClickAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterClone.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterColorizeEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterConstraint.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContainer.html +24 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterContent.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeformEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDesaturateEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDeviceManager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDragAction.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterDropAction.html +13 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFixedLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterFlowLayout.html +107 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGestureAction.html +33 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGridLayout.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterGroup.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterImage.html +26 -41
- data/vendor/local/share/gtk-doc/html/clutter/ClutterInputDevice.html +44 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterKeyframeTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutManager.html +15 -18
- data/vendor/local/share/gtk-doc/html/clutter/ClutterLayoutMeta.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterListModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterMedia.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModel.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterModelIter.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterOffscreenEffect.html +60 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPageTurnEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPaintNode.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPanAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPath.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPathConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterPropertyTransition.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRectangle.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterRotateAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScore.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScript.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScriptable.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterScrollActor.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSettings.html +16 -19
- data/vendor/local/share/gtk-doc/html/clutter/ClutterShaderEffect.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSnapConstraint.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterStage.html +731 -686
- data/vendor/local/share/gtk-doc/html/clutter/ClutterState.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ClutterSwipeAction.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTableLayout.html +27 -30
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTapAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterText.html +95 -27
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTextBuffer.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTexture.html +47 -50
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTimeline.html +20 -23
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransition.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/ClutterTransitionGroup.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/ClutterZoomAction.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/annotation-glossary.html +59 -59
- data/vendor/local/share/gtk-doc/html/clutter/building-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch02.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch03.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch04.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch05.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch06.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch07.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch08.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch10.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch11.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ch12.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Base-geometric-types.html +33 -24
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterGLXTexturePixmap.html +34 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterWaylandSurface.html +18 -21
- data/vendor/local/share/gtk-doc/html/clutter/clutter-ClutterX11TexturePixmap.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Colors.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-EGL-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Events.html +96 -37
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Features.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-GDK-Specific-Support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-General.html +32 -35
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Implicit-Animations.html +60 -63
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Intel-CE3100-CE4100-Specific-Support.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Key-Bindings.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Paint-Nodes.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Shaders.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Stage-Manager.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Unit-conversion.html +14 -17
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Utilities.html +23 -26
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Value-intervals.html +20 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Versioning-Macros.html +31 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-compositor-specific-support.html +13 -16
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Wayland-specific-support.html +259 -0
- data/vendor/local/share/gtk-doc/html/clutter/clutter-Win32-Specific-Support.html +12 -15
- data/vendor/local/share/gtk-doc/html/clutter/clutter-X11-Specific-Support.html +19 -22
- data/vendor/local/share/gtk-doc/html/clutter/clutter-overview.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutter.devhelp2 +48 -25
- data/vendor/local/share/gtk-doc/html/clutter/clutteranimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbackends.html +12 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterbase.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterglossary.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjecthierarchy.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjectindex.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/clutterobjects.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/cluttertools.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/deprecated.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/go01.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/clutter/index.sgml +55 -26
- data/vendor/local/share/gtk-doc/html/clutter/iterating-paths.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/ix01.html +155 -70
- data/vendor/local/share/gtk-doc/html/clutter/ix02.html +89 -45
- data/vendor/local/share/gtk-doc/html/clutter/ix03.html +39 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix04.html +37 -40
- data/vendor/local/share/gtk-doc/html/clutter/ix05.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix06.html +40 -43
- data/vendor/local/share/gtk-doc/html/clutter/ix07.html +39 -42
- data/vendor/local/share/gtk-doc/html/clutter/ix08.html +35 -38
- data/vendor/local/share/gtk-doc/html/clutter/ix09.html +33 -36
- data/vendor/local/share/gtk-doc/html/clutter/ix10.html +25 -28
- data/vendor/local/share/gtk-doc/html/clutter/ix11.html +31 -34
- data/vendor/local/share/gtk-doc/html/clutter/ix12.html +56 -47
- data/vendor/local/share/gtk-doc/html/clutter/ix13.html +49 -52
- data/vendor/local/share/gtk-doc/html/clutter/ix14.html +36 -24
- data/vendor/local/share/gtk-doc/html/clutter/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/license.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterAnimation.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterBehaviour.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterEffect.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/migrating-ClutterPath.html +10 -10
- data/vendor/local/share/gtk-doc/html/clutter/migration.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/pt09.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/running-clutter.html +9 -9
- data/vendor/local/share/gtk-doc/html/clutter/style.css +71 -16
- data/vendor/local/share/gtk-doc/html/clutter/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/clutter/using-cairo.html +9 -9
- data/vendor/local/share/gtk-doc/html/json-glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/json-glib/json-glib-Versioning-information.html +3 -3
- data/vendor/local/share/locale/an/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/az_IR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ps/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/ur/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/yi/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/clutter-1.0.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/cogl.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +0 -0
- metadata +39 -51
- data/vendor/local/bin/libcogl-12.dll +0 -0
- data/vendor/local/bin/libcogl-pango-12.dll +0 -0
- data/vendor/local/bin/libglut-0.dll +0 -0
- data/vendor/local/include/GL/freeglut.h +0 -22
- data/vendor/local/include/GL/freeglut_ext.h +0 -239
- data/vendor/local/include/GL/freeglut_std.h +0 -636
- data/vendor/local/include/GL/glut.h +0 -21
- data/vendor/local/include/cogl/cogl/cogl2-compatibility.h +0 -55
- data/vendor/local/lib/libglut.a +0 -0
- data/vendor/local/lib/libglut.dll.a +0 -0
- data/vendor/local/lib/libglut.la +0 -41
- data/vendor/local/share/license/freeglut/AUTHORS +0 -39
- data/vendor/local/share/license/freeglut/COPYING +0 -27
- data/vendor/local/share/locale/tg/LC_MESSAGES/clutter-1.0.mo +0 -0
@@ -221,7 +221,8 @@ typedef enum { /*< prefix=COGL_BUFFER_MAP_HINT >*/
|
|
221
221
|
* conflicting with the @access mask you pass. It is also an error to
|
222
222
|
* release your last reference while the buffer is mapped.
|
223
223
|
*
|
224
|
-
* Return value: A pointer to the mapped memory or
|
224
|
+
* Return value: (transfer none): A pointer to the mapped memory or
|
225
|
+
* %NULL is the call fails
|
225
226
|
*
|
226
227
|
* Since: 1.2
|
227
228
|
* Stability: unstable
|
@@ -257,7 +258,8 @@ cogl_buffer_map (CoglBuffer *buffer,
|
|
257
258
|
* conflicting with the @access mask you pass. It is also an error to
|
258
259
|
* release your last reference while the buffer is mapped.
|
259
260
|
*
|
260
|
-
* Return value: A pointer to the mapped memory or
|
261
|
+
* Return value: (transfer none): A pointer to the mapped memory or
|
262
|
+
* %NULL is the call fails
|
261
263
|
*
|
262
264
|
* Since: 2.0
|
263
265
|
* Stability: unstable
|
@@ -32,19 +32,6 @@
|
|
32
32
|
|
33
33
|
COGL_BEGIN_DECLS
|
34
34
|
|
35
|
-
/**
|
36
|
-
* cogl_clip_push_from_path:
|
37
|
-
*
|
38
|
-
* Sets a new clipping area using the current path. The current path
|
39
|
-
* is then cleared. The clipping area is intersected with the previous
|
40
|
-
* clipping area. To restore the previous clipping area, call
|
41
|
-
* cogl_clip_pop().
|
42
|
-
*
|
43
|
-
* Since: 1.0
|
44
|
-
*/
|
45
|
-
void
|
46
|
-
cogl_clip_push_from_path (void);
|
47
|
-
|
48
35
|
COGL_END_DECLS
|
49
36
|
|
50
37
|
#endif /* __COGL_CLIP_STATE_H */
|
@@ -31,10 +31,12 @@
|
|
31
31
|
COGL_BEGIN_DECLS
|
32
32
|
|
33
33
|
#define cogl_clutter_check_extension cogl_clutter_check_extension_CLUTTER
|
34
|
+
COGL_DEPRECATED_IN_1_16
|
34
35
|
CoglBool
|
35
36
|
cogl_clutter_check_extension (const char *name, const char *ext);
|
36
37
|
|
37
38
|
#define cogl_clutter_winsys_has_feature cogl_clutter_winsys_has_feature_CLUTTER
|
39
|
+
COGL_DEPRECATED_FOR (cogl_has_feature)
|
38
40
|
CoglBool
|
39
41
|
cogl_clutter_winsys_has_feature (CoglWinsysFeature feature);
|
40
42
|
|
@@ -21,6 +21,13 @@
|
|
21
21
|
*
|
22
22
|
*/
|
23
23
|
|
24
|
+
#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
|
25
|
+
#error "Only <cogl/cogl.h> can be included directly."
|
26
|
+
#endif
|
27
|
+
|
28
|
+
#ifndef __COGL_COLOR_H__
|
29
|
+
#define __COGL_COLOR_H__
|
30
|
+
|
24
31
|
/**
|
25
32
|
* SECTION:cogl-color
|
26
33
|
* @short_description: A generic color definition
|
@@ -31,14 +38,8 @@
|
|
31
38
|
* Since: 1.0
|
32
39
|
*/
|
33
40
|
|
34
|
-
#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
|
35
|
-
#error "Only <cogl/cogl.h> can be included directly."
|
36
|
-
#endif
|
37
|
-
|
38
|
-
#ifndef __COGL_COLOR_H__
|
39
|
-
#define __COGL_COLOR_H__
|
40
|
-
|
41
41
|
#include <cogl/cogl-types.h>
|
42
|
+
#include <cogl/cogl-macros.h>
|
42
43
|
|
43
44
|
COGL_BEGIN_DECLS
|
44
45
|
|
@@ -112,6 +113,7 @@ cogl_color_init_from_4ub (CoglColor *color,
|
|
112
113
|
* Since: 1.0
|
113
114
|
* Deprecated: 1.4: Use cogl_color_init_from_4ub instead.
|
114
115
|
*/
|
116
|
+
COGL_DEPRECATED_IN_1_4_FOR (cogl_color_init_from_4ub)
|
115
117
|
void
|
116
118
|
cogl_color_set_from_4ub (CoglColor *color,
|
117
119
|
uint8_t red,
|
@@ -151,6 +153,7 @@ cogl_color_init_from_4f (CoglColor *color,
|
|
151
153
|
* Since: 1.0
|
152
154
|
* Deprecated: 1.4: Use cogl_color_init_from_4f instead.
|
153
155
|
*/
|
156
|
+
COGL_DEPRECATED_IN_1_4_FOR (cogl_color_init_from_4f)
|
154
157
|
void
|
155
158
|
cogl_color_set_from_4f (CoglColor *color,
|
156
159
|
float red,
|
@@ -538,6 +541,44 @@ cogl_color_unpremultiply (CoglColor *color);
|
|
538
541
|
CoglBool
|
539
542
|
cogl_color_equal (const void *v1, const void *v2);
|
540
543
|
|
544
|
+
/**
|
545
|
+
* cogl_color_to_hsl:
|
546
|
+
* @color: a #CoglColor
|
547
|
+
* @hue: (out): return location for the hue value or %NULL
|
548
|
+
* @saturation: (out): return location for the saturation value or %NULL
|
549
|
+
* @luminance: (out): return location for the luminance value or %NULL
|
550
|
+
*
|
551
|
+
* Converts @color to the HLS format.
|
552
|
+
*
|
553
|
+
* The @hue value is in the 0 .. 360 range. The @luminance and
|
554
|
+
* @saturation values are in the 0 .. 1 range.
|
555
|
+
*
|
556
|
+
* Since: 1.16
|
557
|
+
*/
|
558
|
+
void
|
559
|
+
cogl_color_to_hsl (const CoglColor *color,
|
560
|
+
float *hue,
|
561
|
+
float *saturation,
|
562
|
+
float *luminance);
|
563
|
+
|
564
|
+
/**
|
565
|
+
* cogl_color_init_from_hsl:
|
566
|
+
* @color: (out): return location for a #CoglColor
|
567
|
+
* @hue: hue value, in the 0 .. 360 range
|
568
|
+
* @saturation: saturation value, in the 0 .. 1 range
|
569
|
+
* @luminance: luminance value, in the 0 .. 1 range
|
570
|
+
*
|
571
|
+
* Converts a color expressed in HLS (hue, luminance and saturation)
|
572
|
+
* values into a #CoglColor.
|
573
|
+
*
|
574
|
+
* Since: 1.16
|
575
|
+
*/
|
576
|
+
void
|
577
|
+
cogl_color_init_from_hsl (CoglColor *color,
|
578
|
+
float hue,
|
579
|
+
float saturation,
|
580
|
+
float luminance);
|
581
|
+
|
541
582
|
COGL_END_DECLS
|
542
583
|
|
543
584
|
#endif /* __COGL_COLOR_H__ */
|
@@ -92,8 +92,8 @@ COGL_BEGIN_DECLS
|
|
92
92
|
#define COGL_CONTEXT(OBJECT) ((CoglContext *)OBJECT)
|
93
93
|
|
94
94
|
/**
|
95
|
-
* cogl_context_new:
|
96
|
-
* @display: A #CoglDisplay pointer
|
95
|
+
* cogl_context_new: (constructor)
|
96
|
+
* @display: (allow-none): A #CoglDisplay pointer
|
97
97
|
* @error: A CoglError return location.
|
98
98
|
*
|
99
99
|
* Creates a new #CoglContext which acts as an application sandbox
|
@@ -125,6 +125,25 @@ cogl_context_new (CoglDisplay *display,
|
|
125
125
|
CoglDisplay *
|
126
126
|
cogl_context_get_display (CoglContext *context);
|
127
127
|
|
128
|
+
/**
|
129
|
+
* cogl_context_get_renderer:
|
130
|
+
* @context: A #CoglContext pointer
|
131
|
+
*
|
132
|
+
* Retrieves the #CoglRenderer that is internally associated with the
|
133
|
+
* given @context. This will return the same #CoglRenderer that was
|
134
|
+
* passed to cogl_display_new() or if %NULL was passed to
|
135
|
+
* cogl_display_new() or cogl_context_new() then this function returns
|
136
|
+
* a pointer to the renderer that was automatically connected
|
137
|
+
* internally.
|
138
|
+
*
|
139
|
+
* Return value: (transfer none): The #CoglRenderer associated with the
|
140
|
+
* given @context.
|
141
|
+
* Since: 1.16
|
142
|
+
* Stability: unstable
|
143
|
+
*/
|
144
|
+
CoglRenderer *
|
145
|
+
cogl_context_get_renderer (CoglContext *context);
|
146
|
+
|
128
147
|
#ifdef COGL_HAS_EGL_PLATFORM_ANDROID_SUPPORT
|
129
148
|
/**
|
130
149
|
* cogl_android_set_native_window:
|
@@ -195,6 +214,8 @@ cogl_is_context (void *object);
|
|
195
214
|
* @COGL_FEATURE_ID_DEPTH_RANGE: cogl_pipeline_set_depth_range() support
|
196
215
|
* @COGL_FEATURE_ID_POINT_SPRITE: Whether
|
197
216
|
* cogl_pipeline_set_layer_point_sprite_coords_enabled() is supported.
|
217
|
+
* @COGL_FEATURE_ID_PER_VERTEX_POINT_SIZE: Whether cogl_point_size_in
|
218
|
+
* can be used as an attribute to set a per-vertex point size.
|
198
219
|
* @COGL_FEATURE_ID_MAP_BUFFER_FOR_READ: Whether cogl_buffer_map() is
|
199
220
|
* supported with CoglBufferAccess including read support.
|
200
221
|
* @COGL_FEATURE_ID_MAP_BUFFER_FOR_WRITE: Whether cogl_buffer_map() is
|
@@ -240,6 +261,8 @@ typedef enum _CoglFeatureID
|
|
240
261
|
COGL_FEATURE_ID_GLES2_CONTEXT,
|
241
262
|
COGL_FEATURE_ID_DEPTH_TEXTURE,
|
242
263
|
COGL_FEATURE_ID_PRESENTATION_TIME,
|
264
|
+
COGL_FEATURE_ID_FENCE,
|
265
|
+
COGL_FEATURE_ID_PER_VERTEX_POINT_SIZE,
|
243
266
|
|
244
267
|
/*< private >*/
|
245
268
|
_COGL_N_FEATURE_IDS /*< skip >*/
|
@@ -305,8 +328,9 @@ typedef void (*CoglFeatureCallback) (CoglFeatureID feature, void *user_data);
|
|
305
328
|
/**
|
306
329
|
* cogl_foreach_feature:
|
307
330
|
* @context: A #CoglContext pointer
|
308
|
-
* @callback: A #CoglFeatureCallback called for each
|
309
|
-
*
|
331
|
+
* @callback: (scope call): A #CoglFeatureCallback called for each
|
332
|
+
* supported feature
|
333
|
+
* @user_data: (closure): Private data to pass to the callback
|
310
334
|
*
|
311
335
|
* Iterates through all the context level features currently supported
|
312
336
|
* for a given @context and for each feature @callback is called.
|
@@ -38,13 +38,14 @@
|
|
38
38
|
|
39
39
|
#define COGL_HAS_GLIB_SUPPORT 1
|
40
40
|
#define COGL_HAS_GTYPE_SUPPORT 1
|
41
|
+
#define COGL_HAS_COGL_PATH_SUPPORT 1
|
41
42
|
#define COGL_HAS_GL 1
|
42
43
|
#define CLUTTER_COGL_HAS_GL 1
|
43
44
|
#define COGL_HAS_WIN32_SUPPORT 1
|
44
45
|
|
45
46
|
#define COGL_VERSION_MAJOR_INTERNAL 1
|
46
|
-
#define COGL_VERSION_MINOR_INTERNAL
|
47
|
+
#define COGL_VERSION_MINOR_INTERNAL 16
|
47
48
|
#define COGL_VERSION_MICRO_INTERNAL 0
|
48
|
-
#define COGL_VERSION_STRING_INTERNAL "1.
|
49
|
+
#define COGL_VERSION_STRING_INTERNAL "1.16.0"
|
49
50
|
|
50
51
|
#endif
|
@@ -85,7 +85,8 @@ typedef struct _CoglDisplay CoglDisplay;
|
|
85
85
|
*
|
86
86
|
* A common use for explicitly allocating a display object is to
|
87
87
|
* define a template for allocating onscreen framebuffers which is
|
88
|
-
* what the @onscreen_template argument is for
|
88
|
+
* what the @onscreen_template argument is for, or alternatively
|
89
|
+
* you can use cogl_display_set_onscreen_template().
|
89
90
|
*
|
90
91
|
* When a display is first allocated via cogl_display_new() it is in a
|
91
92
|
* mutable configuration mode. It's designed this way so we can
|
@@ -100,8 +101,8 @@ typedef struct _CoglDisplay CoglDisplay;
|
|
100
101
|
* abort with a message. For simple applications with no fallback
|
101
102
|
* options then relying on the implicit setup can be fine.
|
102
103
|
*
|
103
|
-
* Return value: A newly allocated #CoglDisplay
|
104
|
-
* configuration mode.
|
104
|
+
* Return value: (transfer full): A newly allocated #CoglDisplay
|
105
|
+
* object in a mutable configuration mode.
|
105
106
|
* Since: 1.10
|
106
107
|
* Stability: unstable
|
107
108
|
*/
|
@@ -115,12 +116,34 @@ cogl_display_new (CoglRenderer *renderer,
|
|
115
116
|
*
|
116
117
|
* Queries the #CoglRenderer associated with the given @display.
|
117
118
|
*
|
119
|
+
* Return value: (transfer none): The associated #CoglRenderer
|
120
|
+
*
|
118
121
|
* Since: 1.10
|
119
122
|
* Stability: unstable
|
120
123
|
*/
|
121
124
|
CoglRenderer *
|
122
125
|
cogl_display_get_renderer (CoglDisplay *display);
|
123
126
|
|
127
|
+
/**
|
128
|
+
* cogl_display_set_onscreen_template:
|
129
|
+
* @display: a #CoglDisplay
|
130
|
+
* @onscreen_template: A template for creating #CoglOnscreen framebuffers
|
131
|
+
*
|
132
|
+
* Specifies a template for creating #CoglOnscreen framebuffers.
|
133
|
+
*
|
134
|
+
* Depending on the system, the constraints for creating #CoglOnscreen
|
135
|
+
* framebuffers need to be known before setting up a #CoglDisplay because the
|
136
|
+
* final setup of the display may constrain how onscreen framebuffers may be
|
137
|
+
* allocated. If Cogl knows how an application wants to allocate onscreen
|
138
|
+
* framebuffers then it can try to make sure to setup the display accordingly.
|
139
|
+
*
|
140
|
+
* Since: 1.16
|
141
|
+
* Stability: unstable
|
142
|
+
*/
|
143
|
+
void
|
144
|
+
cogl_display_set_onscreen_template (CoglDisplay *display,
|
145
|
+
CoglOnscreenTemplate *onscreen_template);
|
146
|
+
|
124
147
|
/**
|
125
148
|
* cogl_display_setup:
|
126
149
|
* @display: a #CoglDisplay
|
@@ -25,10 +25,6 @@ GType cogl_material_alpha_func_get_type (void) G_GNUC_CONST;
|
|
25
25
|
GType cogl_material_layer_type_get_type (void) G_GNUC_CONST;
|
26
26
|
#define COGL_TYPE_MATERIAL_LAYER_TYPE (cogl_material_layer_type_get_type())
|
27
27
|
|
28
|
-
/* enumerations from "./cogl-path.h" */
|
29
|
-
GType cogl_path_fill_rule_get_type (void) G_GNUC_CONST;
|
30
|
-
#define COGL_TYPE_PATH_FILL_RULE (cogl_path_fill_rule_get_type())
|
31
|
-
|
32
28
|
/* enumerations from "./cogl-shader.h" */
|
33
29
|
GType cogl_shader_type_get_type (void) G_GNUC_CONST;
|
34
30
|
#define COGL_TYPE_SHADER_TYPE (cogl_shader_type_get_type())
|
@@ -30,6 +30,8 @@
|
|
30
30
|
|
31
31
|
#include "cogl-types.h"
|
32
32
|
|
33
|
+
COGL_BEGIN_DECLS
|
34
|
+
|
33
35
|
/**
|
34
36
|
* SECTION:cogl-error
|
35
37
|
* @short_description: A way for Cogl to throw exceptions
|
@@ -173,4 +175,6 @@ cogl_error_matches (CoglError *error,
|
|
173
175
|
#define COGL_GLIB_ERROR(COGL_ERROR) ((CoglError *)COGL_ERROR)
|
174
176
|
#endif
|
175
177
|
|
178
|
+
COGL_END_DECLS
|
179
|
+
|
176
180
|
#endif /* __COGL_ERROR_H__ */
|
@@ -0,0 +1,136 @@
|
|
1
|
+
/*
|
2
|
+
* Cogl
|
3
|
+
*
|
4
|
+
* An object oriented GL/GLES Abstraction/Utility Layer
|
5
|
+
*
|
6
|
+
* Copyright (C) 2012 Collabora Ltd.
|
7
|
+
*
|
8
|
+
* This library is free software; you can redistribute it and/or
|
9
|
+
* modify it under the terms of the GNU Lesser General Public
|
10
|
+
* License as published by the Free Software Foundation; either
|
11
|
+
* version 2 of the License, or (at your option) any later version.
|
12
|
+
*
|
13
|
+
* This library is distributed in the hope that it will be useful,
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
* Lesser General Public License for more details.
|
17
|
+
*
|
18
|
+
* You should have received a copy of the GNU Lesser General Public
|
19
|
+
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
20
|
+
*
|
21
|
+
*
|
22
|
+
*/
|
23
|
+
|
24
|
+
#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
|
25
|
+
#error "Only <cogl/cogl.h> can be included directly."
|
26
|
+
#endif
|
27
|
+
|
28
|
+
#ifndef __COGL_FENCE_H__
|
29
|
+
#define __COGL_FENCE_H__
|
30
|
+
|
31
|
+
#include <cogl/cogl-types.h>
|
32
|
+
#include <cogl/cogl-framebuffer.h>
|
33
|
+
|
34
|
+
/**
|
35
|
+
* SECTION:cogl-fence
|
36
|
+
* @short_description: Functions for notification of command completion
|
37
|
+
*
|
38
|
+
* Cogl allows notification of GPU command completion; users may mark
|
39
|
+
* points in the GPU command stream and receive notification when the GPU
|
40
|
+
* has executed to that point.
|
41
|
+
*/
|
42
|
+
|
43
|
+
/**
|
44
|
+
* CoglFence:
|
45
|
+
*
|
46
|
+
* An opaque object representing a fence. This type is currently
|
47
|
+
* unused but in the future may be used to pass extra information
|
48
|
+
* about the fence completion.
|
49
|
+
*
|
50
|
+
* Since: 2.0
|
51
|
+
* Stability: Unstable
|
52
|
+
*/
|
53
|
+
typedef struct _CoglFence CoglFence;
|
54
|
+
|
55
|
+
/**
|
56
|
+
* CoglFenceCallback:
|
57
|
+
* @fence: Unused. In the future this parameter may be used to pass
|
58
|
+
* extra information about the fence completion but for now it
|
59
|
+
* should be ignored.
|
60
|
+
* @user_data: The private data passed to cogl_framebuffer_add_fence_callback()
|
61
|
+
*
|
62
|
+
* The callback prototype used with
|
63
|
+
* cogl_framebuffer_add_fence_callback() for notification of GPU
|
64
|
+
* command completion.
|
65
|
+
*
|
66
|
+
* Since: 2.0
|
67
|
+
* Stability: Unstable
|
68
|
+
*/
|
69
|
+
typedef void (* CoglFenceCallback) (CoglFence *fence,
|
70
|
+
void *user_data);
|
71
|
+
|
72
|
+
/**
|
73
|
+
* CoglFenceClosure:
|
74
|
+
*
|
75
|
+
* An opaque type representing one future callback to be made when the
|
76
|
+
* GPU command stream has passed a certain point.
|
77
|
+
*
|
78
|
+
* Since: 2.0
|
79
|
+
* Stability: Unstable
|
80
|
+
*/
|
81
|
+
typedef struct _CoglFenceClosure CoglFenceClosure;
|
82
|
+
|
83
|
+
/**
|
84
|
+
* cogl_frame_closure_get_user_data:
|
85
|
+
* @closure: A #CoglFenceClosure returned from cogl_framebuffer_add_fence()
|
86
|
+
*
|
87
|
+
* Returns the user_data submitted to cogl_framebuffer_add_fence() which
|
88
|
+
* returned a given #CoglFenceClosure.
|
89
|
+
*
|
90
|
+
* Since: 2.0
|
91
|
+
* Stability: Unstable
|
92
|
+
*/
|
93
|
+
void *
|
94
|
+
cogl_fence_closure_get_user_data (CoglFenceClosure *closure);
|
95
|
+
|
96
|
+
/**
|
97
|
+
* cogl_framebuffer_add_fence_callback:
|
98
|
+
* @framebuffer: The #CoglFramebuffer the commands have been submitted to
|
99
|
+
* @callback: (scope notified): A #CoglFenceCallback to be called when
|
100
|
+
* all commands submitted to Cogl have been executed
|
101
|
+
* @user_data: (closure): Private data that will be passed to the callback
|
102
|
+
*
|
103
|
+
* Calls the provided callback when all previously-submitted commands have
|
104
|
+
* been executed by the GPU.
|
105
|
+
*
|
106
|
+
* Returns non-NULL if the fence succeeded, or %NULL if it was unable to
|
107
|
+
* be inserted and the callback will never be called. The user does not
|
108
|
+
* need to free the closure; it will be freed automatically when the
|
109
|
+
* callback is called, or cancelled.
|
110
|
+
*
|
111
|
+
* Since: 2.0
|
112
|
+
* Stability: Unstable
|
113
|
+
*/
|
114
|
+
CoglFenceClosure *
|
115
|
+
cogl_framebuffer_add_fence_callback (CoglFramebuffer *framebuffer,
|
116
|
+
CoglFenceCallback callback,
|
117
|
+
void *user_data);
|
118
|
+
|
119
|
+
/**
|
120
|
+
* cogl_framebuffer_cancel_fence_callback:
|
121
|
+
* @framebuffer: The #CoglFramebuffer the commands were submitted to
|
122
|
+
* @closure: The #CoglFenceClosure returned from
|
123
|
+
* cogl_framebuffer_add_fence_callback()
|
124
|
+
*
|
125
|
+
* Removes a fence previously submitted with
|
126
|
+
* cogl_framebuffer_add_fence_callback(); the callback will not be
|
127
|
+
* called.
|
128
|
+
*
|
129
|
+
* Since: 2.0
|
130
|
+
* Stability: Unstable
|
131
|
+
*/
|
132
|
+
void
|
133
|
+
cogl_framebuffer_cancel_fence_callback (CoglFramebuffer *framebuffer,
|
134
|
+
CoglFenceClosure *closure);
|
135
|
+
|
136
|
+
#endif /* __COGL_FENCE_H__ */
|