List of commits:
Subject Hash Author Date (UTC)
h# cf98cf078fa4b35b3228082cba8dad1a2e4e0adb Alexey 2017-03-07 13:00:11
ko# f144472b7c0900692ee11fccda7bc7d3e3b50096 Alexey 2017-03-06 16:55:29
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 cf98cf078fa4b35b3228082cba8dad1a2e4e0adb - h#
Author: Alexey
Author date (UTC): 2017-03-07 13:00
Committer name: Alexey
Committer date (UTC): 2017-03-07 13:00
Parent(s): f144472b7c0900692ee11fccda7bc7d3e3b50096
Signing key:
Tree: 51fbb25401694fc6f42936991ae5e655c6757ea0
File Lines added Lines deleted
t.c 21 5
File t.c changed (mode: 100644) (index 30d72e9..68c2561)
... ... const GLchar *frag_src ="\n" \
49 49
50 50 glm::mat4 yt,b; glm::mat4 yt,b;
51 51 ImageSpec c; ImageSpec c;
52 GLushort trr[1024*1024*4];
52 GLubyte trr[1024*1024*4];
53 53
54 54
55 55 GLuint gl_vao, gl_buffer, gl_program; GLuint gl_vao, gl_buffer, gl_program;
 
... ... GLfloat t[] =
79 79 1.0,0.0, 1.0,0.0,
80 80 0.0,0.0, 0.0,0.0,
81 81 1.0,1.0, 1.0,1.0,
82
82 83 0.0,1.0, 0.0,1.0,
83 84 1.0,1.0, 1.0,1.0,
84 85 0.0,0.0, 0.0,0.0,
86
85 87 1.0,0.0, 1.0,0.0,
86 88 0.0,0.0, 0.0,0.0,
87 89 1.0,1.0, 1.0,1.0,
90
91
88 92 0.0,1.0, 0.0,1.0,
89 93 1.0,1.0, 1.0,1.0,
90 94 0.0,0.0, 0.0,0.0,
91 95 1.0,0.0, 1.0,0.0,
92 96 0.0,0.0, 0.0,0.0,
93 97 1.0,1.0, 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
99
100
101
102 1.0,0.0,
98 103 0.0,0.0, 0.0,0.0,
99 104 1.0,1.0, 1.0,1.0,
105
106
107
108 1.0,1.0,
109 0.0,0.0,
100 110 0.0,1.0, 0.0,1.0,
111
112
113
114
101 115 1.0,1.0, 1.0,1.0,
116 0.0,1.0,
102 117 0.0,0.0, 0.0,0.0,
118
103 119 1.0,0.0, 1.0,0.0,
104 120 0.0,0.0, 0.0,0.0,
105 121 1.0,1.0 1.0,1.0
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