aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-21 15:25:50 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-01-21 15:25:50 +0000
commit8e88c90399a36fe6dc04ca6355665ac77166e8fc (patch)
treeefb93eadff9b71a3a00c5d1db561da92196fda75
parent01dcb8aed170006f6e66f7f1ee6a14cc5d8fe16b (diff)
Gem 79abfaf53d1c84670673bca038a322d3627c700b linux/amd64
built 'master:79abfaf53d1c84670673bca038a322d3627c700b' for linux/amd64
-rwxr-xr-xGem/Gem.pd_linuxbin33557381 -> 33557381 bytes
-rw-r--r--Gem/develop/include/Gem/Gem/glew.h2
-rw-r--r--Gem/examples/02.advanced/03.View_OSD.pd2
-rw-r--r--Gem/examples/02.advanced/05.Stereo.pd2
-rw-r--r--Gem/examples/04.pix/12.pix_multiply.pd2
-rw-r--r--Gem/examples/04.pix/27.bitmap_font.pd2
-rw-r--r--Gem/examples/10.glsl/07.framebuffer_and_shader.pd2
-rw-r--r--Gem/examples/10.glsl/08.multi_pass_rendering.pd4
-rw-r--r--Gem/examples/10.glsl/09.vertex_texture_fetching.pd2
-rw-r--r--Gem/examples/10.glsl/10.GPGPU_Physical_model.pd14
-rw-r--r--Gem/examples/10.glsl/12.tri2fan.pd2
-rw-r--r--Gem/examples/10.glsl/13.panoramique.pd8
-rw-r--r--Gem/examples/10.glsl/14.blur.pd2
-rw-r--r--Gem/examples/10.glsl/15.bicubic_image_interpolation.pd2
-rw-r--r--Gem/examples/10.glsl/16.vertexbuffer_attributes.pd2
-rw-r--r--Gem/examples/10.glsl/_glsl.pd2
-rw-r--r--Gem/examples/14.multiple_windows/01.basic_example.pd2
-rw-r--r--Gem/examples/14.multiple_windows/02.switch_context.pd2
18 files changed, 27 insertions, 27 deletions
diff --git a/Gem/Gem.pd_linux b/Gem/Gem.pd_linux
index 61a9c94..42b8dde 100755
--- a/Gem/Gem.pd_linux
+++ b/Gem/Gem.pd_linux
Binary files differ
diff --git a/Gem/develop/include/Gem/Gem/glew.h b/Gem/develop/include/Gem/Gem/glew.h
index 702265c..fd8da84 100644
--- a/Gem/develop/include/Gem/Gem/glew.h
+++ b/Gem/develop/include/Gem/Gem/glew.h
@@ -6600,7 +6600,7 @@ typedef void (GLAPIENTRY * PFNGLTEXTUREPAGECOMMITMENTEXTPROC) (GLuint texture, G
#define GL_TIMEOUT_EXPIRED 0x911B
#define GL_CONDITION_SATISFIED 0x911C
#define GL_WAIT_FAILED 0x911D
-#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFF
+#define GL_TIMEOUT_IGNORED 0xFFFFFFFFFFFFFFFFull
typedef GLenum (GLAPIENTRY * PFNGLCLIENTWAITSYNCPROC) (GLsync GLsync,GLbitfield flags,GLuint64 timeout);
typedef void (GLAPIENTRY * PFNGLDELETESYNCPROC) (GLsync GLsync);
diff --git a/Gem/examples/02.advanced/03.View_OSD.pd b/Gem/examples/02.advanced/03.View_OSD.pd
index e376276..8f9e547 100644
--- a/Gem/examples/02.advanced/03.View_OSD.pd
+++ b/Gem/examples/02.advanced/03.View_OSD.pd
@@ -184,7 +184,7 @@ and cetera...;
#X obj 201 151 * 0.5;
#X obj 136 153 * 0.5;
#X obj 201 209 clip -90 90;
-#N canvas 1020 394 450 300 space 0;
+#N canvas 20 394 450 300 space 0;
#X obj 42 13 inlet;
#X obj 42 35 symbol;
#X obj 42 87 select space;
diff --git a/Gem/examples/02.advanced/05.Stereo.pd b/Gem/examples/02.advanced/05.Stereo.pd
index 8fc351e..ec6edc0 100644
--- a/Gem/examples/02.advanced/05.Stereo.pd
+++ b/Gem/examples/02.advanced/05.Stereo.pd
@@ -1,4 +1,4 @@
-#N canvas 631 50 600 504 10;
+#N canvas 31 50 600 504 10;
#X obj 426 54 gemhead;
#X floatatom 464 134 0 0 0 0 - - -;
#X obj 464 307 gemhead 1;
diff --git a/Gem/examples/04.pix/12.pix_multiply.pd b/Gem/examples/04.pix/12.pix_multiply.pd
index 1826175..cc1992a 100644
--- a/Gem/examples/04.pix/12.pix_multiply.pd
+++ b/Gem/examples/04.pix/12.pix_multiply.pd
@@ -19,7 +19,7 @@
#X msg 182 68 set create;
#X msg 132 112 create \, 1;
#X msg 238 112 destroy;
-#N canvas 689 152 247 179 Gem.init 0;
+#N canvas 89 152 247 179 Gem.init 0;
#X obj 118 46 loadbang;
#X msg 118 81 reset;
#X obj 118 113 outlet;
diff --git a/Gem/examples/04.pix/27.bitmap_font.pd b/Gem/examples/04.pix/27.bitmap_font.pd
index 0d8c9d6..6a4bb0b 100644
--- a/Gem/examples/04.pix/27.bitmap_font.pd
+++ b/Gem/examples/04.pix/27.bitmap_font.pd
@@ -1,4 +1,4 @@
-#N canvas 656 222 901 508 10;
+#N canvas 56 222 901 508 10;
#X obj 191 413 pix_texture;
#X obj 463 158 gemwin;
#X msg 506 135 0 \, destroy;
diff --git a/Gem/examples/10.glsl/07.framebuffer_and_shader.pd b/Gem/examples/10.glsl/07.framebuffer_and_shader.pd
index c829e8f..3aa5b54 100644
--- a/Gem/examples/10.glsl/07.framebuffer_and_shader.pd
+++ b/Gem/examples/10.glsl/07.framebuffer_and_shader.pd
@@ -152,7 +152,7 @@
-1 -1;
#X obj 454 308 loadbang;
#X obj 786 442 loadbang;
-#N canvas 693 153 804 667 _glsl 0;
+#N canvas 93 153 804 667 _glsl 0;
#X obj 80 426 glsl_program;
#X obj 261 238 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
diff --git a/Gem/examples/10.glsl/08.multi_pass_rendering.pd b/Gem/examples/10.glsl/08.multi_pass_rendering.pd
index 18892da..ac97f0a 100644
--- a/Gem/examples/10.glsl/08.multi_pass_rendering.pd
+++ b/Gem/examples/10.glsl/08.multi_pass_rendering.pd
@@ -29,7 +29,7 @@
#X connect 3 0 2 0;
#X restore 669 120 pd init;
#X obj 353 199 translateXYZ 0 0 -4;
-#N canvas 700 0 407 295 init 0;
+#N canvas 70 0 407 295 init 0;
#X obj 106 175 outlet;
#X obj 106 68 loadbang;
#X msg 106 118 type FLOAT \, dimen 1024 1024 \, rectangle 0;
@@ -150,7 +150,7 @@
#X connect 22 0 16 0;
#X connect 23 0 18 0;
#X restore 353 78 pd shader2;
-#N canvas 660 91 589 635 shader3 0;
+#N canvas 60 91 589 635 shader3 0;
#X obj 94 500 glsl_program;
#X obj 94 340 glsl_fragment;
#X obj 94 160 glsl_vertex;
diff --git a/Gem/examples/10.glsl/09.vertex_texture_fetching.pd b/Gem/examples/10.glsl/09.vertex_texture_fetching.pd
index 74542ef..665b9a2 100644
--- a/Gem/examples/10.glsl/09.vertex_texture_fetching.pd
+++ b/Gem/examples/10.glsl/09.vertex_texture_fetching.pd
@@ -23,7 +23,7 @@
#X obj 49 231 loadbang;
#X obj 44 419 loadbang;
#X msg 520 456 quality 0;
-#N canvas 703 231 450 300 load_glsl 0;
+#N canvas 70 231 450 300 load_glsl 0;
#X obj 51 22 gemhead;
#X obj 51 98 outlet;
#X obj 51 50 route gem_state;
diff --git a/Gem/examples/10.glsl/10.GPGPU_Physical_model.pd b/Gem/examples/10.glsl/10.GPGPU_Physical_model.pd
index e5e0bfe..af34621 100644
--- a/Gem/examples/10.glsl/10.GPGPU_Physical_model.pd
+++ b/Gem/examples/10.glsl/10.GPGPU_Physical_model.pd
@@ -1,5 +1,5 @@
#N struct 1002-xy-pad-knob-1 float x0 float y0 float id;
-#N canvas 875 218 764 482 10;
+#N canvas 75 218 764 482 10;
#X obj 27 380 hradio 15 1 0 5 empty empty empty 0 -8 0 10 -262144 -1
-1 0;
#X floatatom 185 212 5 0 0 0 - - -;
@@ -90,7 +90,7 @@
#X obj 506 610 square 4;
#X obj 261 477 translateXYZ 0 0 -4;
#X obj 290 368 loadbang;
-#N canvas 1062 27 528 709 shader 0;
+#N canvas 62 27 528 709 shader 0;
#X obj 32 384 glsl_program;
#X obj 32 36 inlet;
#X obj 32 453 outlet;
@@ -633,7 +633,7 @@
-1;
#X obj 146 134 t b;
#X msg 146 155 texture_mass 1;
-#N canvas 668 405 301 465 shader 0;
+#N canvas 68 405 301 465 shader 0;
#X obj 110 298 pack 0 0;
#X obj 131 278 t b f;
#X msg 110 321 link \$1 \$2;
@@ -647,7 +647,7 @@
#X obj 110 135 change;
#X obj 131 233 change;
#X obj 38 371 glsl_program;
-#N canvas 703 231 450 300 load_glsl 0;
+#N canvas 70 231 450 300 load_glsl 0;
#X obj 51 22 gemhead;
#X obj 51 98 outlet;
#X obj 51 50 route gem_state;
@@ -779,7 +779,7 @@
#X text 12 6 "Potential Flag" \, by Samuel Bianchini;
#X floatatom 606 304 5 0 0 0 - - -;
#X obj 606 324 * 10;
-#N canvas 830 53 450 300 Gem.init 0;
+#N canvas 30 53 450 300 Gem.init 0;
#X obj 26 3 loadbang;
#X msg 26 26 perspec -1 1 -1 1 10 100;
#X obj 26 124 t a;
@@ -951,7 +951,7 @@
#X restore 27 342 pd shader_normal ______________;
#X obj 6 304 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
-#N canvas 1468 153 767 700 \$0-pad 0;
+#N canvas 68 153 767 700 \$0-pad 0;
#X msg 158 309 clear;
#N canvas 6 50 590 367 clear-all 0;
#X obj 89 46 inlet;
@@ -1060,7 +1060,7 @@ y0(0:90)(0:90) x0(0:90)(10:100) y0(0:90)(10:100) x0(0:90)(0:90) y0(0:90)(10:100)
#X msg 72 233 900;
#X obj 162 646 outlet;
#X text 486 42 based on: xy-pad;
-#N canvas 1444 366 450 300 xy2rphi 0;
+#N canvas 44 366 450 300 xy2rphi 0;
#X obj 46 35 inlet x y;
#X obj 46 272 outlet r;
#X obj 136 266 outlet phi;
diff --git a/Gem/examples/10.glsl/12.tri2fan.pd b/Gem/examples/10.glsl/12.tri2fan.pd
index 69827bb..04f267c 100644
--- a/Gem/examples/10.glsl/12.tri2fan.pd
+++ b/Gem/examples/10.glsl/12.tri2fan.pd
@@ -1,4 +1,4 @@
-#N canvas 1775 56 785 745 10;
+#N canvas 17 56 785 745 10;
#X floatatom 286 440 9 0 0 0 ID - -;
#X floatatom 249 264 9 0 0 0 ID - -;
#X obj 296 500 print linking;
diff --git a/Gem/examples/10.glsl/13.panoramique.pd b/Gem/examples/10.glsl/13.panoramique.pd
index 5ab624f..01cd7f6 100644
--- a/Gem/examples/10.glsl/13.panoramique.pd
+++ b/Gem/examples/10.glsl/13.panoramique.pd
@@ -4,7 +4,7 @@
#X obj 160 405 pix_texture;
#X obj 169 165 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
-#N canvas 1338 29 792 790 glsl 0;
+#N canvas 38 29 792 790 glsl 0;
#X obj 78 339 glsl_vertex;
#X msg 32 338 print;
#X obj 78 626 glsl_program;
@@ -81,7 +81,7 @@
#X obj 353 406 pix_texture;
#X obj 362 166 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
-#N canvas 1338 29 792 790 glsl 0;
+#N canvas 38 29 792 790 glsl 0;
#X obj 78 339 glsl_vertex;
#X msg 32 338 print;
#X obj 78 626 glsl_program;
@@ -158,7 +158,7 @@
#X obj 552 407 pix_texture;
#X obj 561 167 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
-#N canvas 1338 29 792 790 glsl 0;
+#N canvas 38 29 792 790 glsl 0;
#X obj 78 339 glsl_vertex;
#X msg 32 338 print;
#X obj 78 626 glsl_program;
@@ -238,7 +238,7 @@
#X obj 747 408 pix_texture;
#X obj 756 168 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144
-1 -1;
-#N canvas 1338 29 792 790 glsl 0;
+#N canvas 38 29 792 790 glsl 0;
#X obj 78 339 glsl_vertex;
#X msg 32 338 print;
#X obj 78 626 glsl_program;
diff --git a/Gem/examples/10.glsl/14.blur.pd b/Gem/examples/10.glsl/14.blur.pd
index ed1c099..645d1aa 100644
--- a/Gem/examples/10.glsl/14.blur.pd
+++ b/Gem/examples/10.glsl/14.blur.pd
@@ -47,7 +47,7 @@
#X msg 344 358 quality 1 \, rectangle 0;
#X obj 344 337 loadbang;
#X obj 327 309 gemhead 99;
-#N canvas 1070 136 503 739 14_pass_blur 0;
+#N canvas 70 136 503 739 14_pass_blur 0;
#X obj 87 102 inlet;
#X obj 87 527 outlet;
#X obj 87 173 single_blur 76 0 64;
diff --git a/Gem/examples/10.glsl/15.bicubic_image_interpolation.pd b/Gem/examples/10.glsl/15.bicubic_image_interpolation.pd
index e1ae128..889fa3c 100644
--- a/Gem/examples/10.glsl/15.bicubic_image_interpolation.pd
+++ b/Gem/examples/10.glsl/15.bicubic_image_interpolation.pd
@@ -1,4 +1,4 @@
-#N canvas 722 145 681 529 10;
+#N canvas 22 145 681 529 10;
#X obj 232 189 gemhead;
#X obj 232 356 pix_noise 5 5;
#X obj 232 446 pix_texture;
diff --git a/Gem/examples/10.glsl/16.vertexbuffer_attributes.pd b/Gem/examples/10.glsl/16.vertexbuffer_attributes.pd
index 964b46b..770347b 100644
--- a/Gem/examples/10.glsl/16.vertexbuffer_attributes.pd
+++ b/Gem/examples/10.glsl/16.vertexbuffer_attributes.pd
@@ -96,7 +96,7 @@
#X obj 358 431 print linking;
#X obj 184 372 t a a;
#N canvas 359 182 450 300 tables 0;
-#N canvas 816 49 460 613 load_tables 0;
+#N canvas 81 49 460 613 load_tables 0;
#X obj 39 17 loadbang;
#X msg 39 106 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0.5 0.5 1 0.5 0.5 1 0.5 0.5
1 0.5 0.5 0 0.5 0.6 0 0.5 0.6 0 0.5 0.6 0 0.5 0.6 1 1 1 1 1 1 1 1 1
diff --git a/Gem/examples/10.glsl/_glsl.pd b/Gem/examples/10.glsl/_glsl.pd
index aa82e05..a6bf6e5 100644
--- a/Gem/examples/10.glsl/_glsl.pd
+++ b/Gem/examples/10.glsl/_glsl.pd
@@ -1,4 +1,4 @@
-#N canvas 652 79 668 661 10;
+#N canvas 52 79 668 661 10;
#X obj 78 339 glsl_vertex;
#X msg 32 338 print;
#X obj 78 626 glsl_program;
diff --git a/Gem/examples/14.multiple_windows/01.basic_example.pd b/Gem/examples/14.multiple_windows/01.basic_example.pd
index 07640dc..0b168d7 100644
--- a/Gem/examples/14.multiple_windows/01.basic_example.pd
+++ b/Gem/examples/14.multiple_windows/01.basic_example.pd
@@ -1,4 +1,4 @@
-#N canvas 602 711 828 296 10;
+#N canvas 60 711 828 296 10;
#X obj 88 241 gemwin 20 a;
#X obj 295 79 square;
#X obj 295 49 color 1 0 0 1;
diff --git a/Gem/examples/14.multiple_windows/02.switch_context.pd b/Gem/examples/14.multiple_windows/02.switch_context.pd
index ac8f1c3..eed7da9 100644
--- a/Gem/examples/14.multiple_windows/02.switch_context.pd
+++ b/Gem/examples/14.multiple_windows/02.switch_context.pd
@@ -1,4 +1,4 @@
-#N canvas 625 735 655 237 10;
+#N canvas 62 735 655 237 10;
#X obj 33 129 gemwin 20 a;
#X obj 396 181 square;
#X obj 396 159 color 0 0 1 1;