List of commits:
Subject Hash Author Date (UTC)
nk 449c7c4a58b96c1f21999ace709d4c3486874fe7 Alexey 2017-03-06 16:38:08
on/off 270d34eac26f7fccc70e7dd492899c535a866511 Alexey 2017-03-06 10:58:34
reel 5bdd2c0dbf3d743b3818d038a054280f37e117f8 Alexey 2017-03-05 21:13:49
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio ebaac349ce934d80f1444df53b7bbda3a42a35b6 Alexey 2017-03-05 18:25:42
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio 7ddf326fbc3789c95efafe10b0381290ab37632f Alexey 2017-03-05 15:32:41
Commit 449c7c4a58b96c1f21999ace709d4c3486874fe7 - nk
Author: Alexey
Author date (UTC): 2017-03-06 16:38
Committer name: Alexey
Committer date (UTC): 2017-03-06 16:38
Parent(s): 270d34eac26f7fccc70e7dd492899c535a866511
Signing key:
Tree: e5507fa10ff7391423b8881e0e4d126d4c76f438
File Lines added Lines deleted
t.c 36 51
File t.c changed (mode: 100644) (index de9f22b..0b2a704)
... ... static gboolean realise(GtkGLArea *area, GdkGLContext *context)
67 67
68 68 GLfloat t[] = GLfloat t[] =
69 69 { {
70
71 0.0,1.0,
72 0.0,0.0,
73 1.0,1.0,
74
75 0.0,1.0,
76 1.0,1.0,
77 1.0,0.0,
78
79
80 0.0,1.0,
81 0.0,0.0,
82 1.0,1.0,
83
84 0.0,1.0,
85 1.0,1.0,
86 1.0,0.0,
87
88
89 0.0,1.0,
90 0.0,0.0,
91 1.0,1.0,
92
93 0.0,1.0,
94 1.0,1.0,
95 1.0,0.0,
96
97
98 0.0,1.0,
99 0.0,0.0,
100 1.0,1.0,
101
102 0.0,1.0,
103 1.0,1.0,
104 1.0,0.0,
105
106
107 0.0,1.0,
108 0.0,0.0,
109 1.0,1.0,
110
111 0.0,1.0,
112 1.0,1.0,
113 1.0,0.0,
114 0.0,1.0,
115 0.0,0.0,
116 1.0,1.0,
117
118 0.0,1.0,
119 1.0,1.0,
120 1.0,0.0
70 0.0,1.0,
71 1.0,1.0,
72 0.0,0.0,
73 1.0,0.0,
74 0.0,0.0,
75 1.0,1.0,
76 0.0,1.0,
77 1.0,1.0,
78 0.0,0.0,
79 1.0,0.0,
80 0.0,0.0,
81 1.0,1.0,
82 0.0,1.0,
83 1.0,1.0,
84 0.0,0.0,
85 1.0,0.0,
86 0.0,0.0,
87 1.0,1.0,
88 0.0,1.0,
89 1.0,1.0,
90 0.0,0.0,
91 1.0,0.0,
92 0.0,0.0,
93 1.0,1.0,
94 0.0,1.0,
95 1.0,1.0,
96 0.0,0.0,
97 1.0,0.0,
98 0.0,0.0,
99 1.0,1.0,
100 0.0,1.0,
101 1.0,1.0,
102 0.0,0.0,
103 1.0,0.0,
104 0.0,0.0,
105 1.0,1.0,
121 106 }; };
122 107
123 108
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bowler17/gl

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bowler17/gl

Clone this repository using git:
git clone git://git.rocketgit.com/user/bowler17/gl

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main