Hajime Hoshi
|
5fe013ddbd
|
graphics: Remove Lines and Rects
|
2016-02-27 02:30:06 +09:00 |
|
Hajime Hoshi
|
f432c15078
|
opengl: GetProgramID() -> Program.ID()
|
2016-02-27 02:27:39 +09:00 |
|
Hajime Hoshi
|
7617a225f6
|
ui: deviceScaleFactor -> deviceScale
|
2016-02-27 02:17:31 +09:00 |
|
Hajime Hoshi
|
651d803107
|
ui: Change how to calc framebuffer scale
|
2016-02-27 01:53:02 +09:00 |
|
Hajime Hoshi
|
8069c980c3
|
ui: Refactoring: Add ui.ActualScale()
|
2016-02-27 01:44:01 +09:00 |
|
Hajime Hoshi
|
138a689382
|
ui: Refactoring
|
2016-02-27 01:35:14 +09:00 |
|
Hajime Hoshi
|
baede92b16
|
Now Windows is officially supported\!
|
2016-02-26 03:57:36 +09:00 |
|
Hajime Hoshi
|
e2cf288ed7
|
ui: Bug fix: Wrong framebuffer scale
|
2016-02-26 03:50:00 +09:00 |
|
Hajime Hoshi
|
c97cae9598
|
ui: Remove println :-(
|
2016-02-26 03:45:52 +09:00 |
|
Hajime Hoshi
|
868eef0c2f
|
ui: Bug fix: Consider that (frame buffer width) / (window width) can be more than 1 (#164)
|
2016-02-26 03:44:37 +09:00 |
|
Hajime Hoshi
|
fc7be5be3c
|
ui: Bug fix: monitor's size might be 0 e.g. on Linux VM
|
2016-02-26 03:14:51 +09:00 |
|
Hajime Hoshi
|
4d53cf20da
|
ui: Calculate DPI and set the actual scale based on DPI
|
2016-02-26 03:09:23 +09:00 |
|
Hajime Hoshi
|
3d79e086a9
|
opengl: Rename some functions not to be exported
|
2016-02-26 02:03:24 +09:00 |
|
Hajime Hoshi
|
ce9f957cd8
|
opengl: Use go-gl/gl again (#162)
|
2016-02-26 02:01:13 +09:00 |
|
Hajime Hoshi
|
20e9b91336
|
opengl: Bug fix: Misusage of Texture
|
2016-02-25 02:21:44 +09:00 |
|
Hajime Hoshi
|
73856a2298
|
opengl: IsTexture/IsFramebuffer fails on OSX
|
2016-02-25 02:17:28 +09:00 |
|
Hajime Hoshi
|
06ec244ff3
|
opengl: Use gl.IsTexture and gl.IsFramebuffer
|
2016-02-25 01:11:40 +09:00 |
|
Hajime Hoshi
|
6d5e09ad36
|
opengl: use fmt.Errorf for error messages
|
2016-02-24 23:30:43 +09:00 |
|
Hajime Hoshi
|
922f392544
|
ui: Bug fix: Call glFinish before glfwSwapBuffers to make sure all OpenGL tasks are executed (#161)
|
2016-02-24 22:57:19 +09:00 |
|
Hajime Hoshi
|
ee683c5867
|
doc: Linux is now officially supported
|
2016-02-24 04:17:57 +09:00 |
|
Hajime Hoshi
|
888c7dadfd
|
opengl: Bug fix: Use attrib/uniform cache
|
2016-02-24 01:34:24 +09:00 |
|
Hajime Hoshi
|
2d78d14e83
|
opengl: Avoid using encoding/binary for speed
|
2016-02-24 01:32:56 +09:00 |
|
Hajime Hoshi
|
e8a3e04535
|
opengl: Error prefix
|
2016-02-24 00:31:28 +09:00 |
|
Hajime Hoshi
|
ffb8a78e37
|
ui: Error prefix
|
2016-02-23 03:27:06 +09:00 |
|
Hajime Hoshi
|
59adc6979a
|
ui: Bug fix: Adjust scaling factor on Linux (#157)
|
2016-02-23 01:41:57 +09:00 |
|
Hajime Hoshi
|
9e161864f6
|
ui: Bug fix: Make sure current framebuffers rendered (#158)
|
2016-02-22 03:14:31 +09:00 |
|
Hajime Hoshi
|
18a798f85c
|
ui: Refactoring
|
2016-02-22 01:30:33 +09:00 |
|
Hajime Hoshi
|
0a07d8531b
|
ui: Bug fix: SetPos should be called after Show at least on Linux
|
2016-02-21 23:11:39 +09:00 |
|
Hajime Hoshi
|
6e98e0716d
|
ui: SwapBuffer is now done on the rendering context thread
|
2016-02-21 22:20:33 +09:00 |
|
Hajime Hoshi
|
bb39766873
|
ui: Bug fix: gl* method should be called after looping starts
|
2016-02-21 21:53:48 +09:00 |
|
Hajime Hoshi
|
bae6d62067
|
ui: Refactoring
|
2016-02-21 18:01:43 +09:00 |
|
Hajime Hoshi
|
60a504543f
|
ui: Add OpenGL version
|
2016-02-21 17:27:26 +09:00 |
|
Hajime Hoshi
|
6c14c31c55
|
ui: Remove an unneeded prefix
|
2016-02-21 17:12:00 +09:00 |
|
Hajime Hoshi
|
8849e84f05
|
doc: Regenerate
|
2016-02-21 05:40:56 +09:00 |
|
Hajime Hoshi
|
5b384e27ff
|
Update .travis.yml to use Go1.6
|
2016-02-21 05:14:48 +09:00 |
|
Hajime Hoshi
|
8c0294248e
|
doc: Add libraries
|
2016-02-21 05:06:04 +09:00 |
|
Hajime Hoshi
|
591d71b447
|
ui: Bug fix: Init should always return a opengl context
|
2016-02-21 04:56:27 +09:00 |
|
Hajime Hoshi
|
46c74ec818
|
ui: Bug fix: compile error (a return value is required)
|
2016-02-21 02:19:40 +09:00 |
|
Hajime Hoshi
|
a4092a1bf1
|
ui: Bug fix: compile error
|
2016-02-21 02:15:14 +09:00 |
|
Hajime Hoshi
|
0429c9c3e6
|
graphics: image's texture may be nil and this must be considered when disposing
|
2016-02-21 01:41:48 +09:00 |
|
Hajime Hoshi
|
5f8ef3cf52
|
examples: Move images to _resources/images
|
2016-02-21 01:35:45 +09:00 |
|
Hajime Hoshi
|
408444842a
|
Refactoring: ui.Init now returns gl.Context object
|
2016-02-20 20:08:53 +09:00 |
|
Hajime Hoshi
|
63f2c3cb9f
|
graphics: Refactoring: remove ExecOnUIThread
|
2016-02-20 04:39:43 +09:00 |
|
Hajime Hoshi
|
5cfefaf1a2
|
graphics: Refactoring: remove ui goroutines
|
2016-02-20 04:08:06 +09:00 |
|
Hajime Hoshi
|
1062902872
|
graphics: Add libgles2-mesa-dev to .travis.yml
|
2016-02-20 01:59:22 +09:00 |
|
Hajime Hoshi
|
269d94b145
|
graphics: Add worker consumer
|
2016-02-19 11:43:16 +09:00 |
|
Hajime Hoshi
|
93450b1664
|
graphics: Compiled (but can't run yet)
|
2016-02-19 03:06:23 +09:00 |
|
Hajime Hoshi
|
5c61284c84
|
graphics: Refactoring: Remove an unsed argument 'signed'
|
2016-02-18 03:01:41 +09:00 |
|
Hajime Hoshi
|
fc9f537445
|
doc: Add comment about git push -f
|
2016-02-17 03:11:32 +09:00 |
|
Hajime Hoshi
|
1afdc12713
|
Update version to 1.3.0-alpha
|
2016-02-17 01:37:28 +09:00 |
|