Hajime Hoshi
|
a744285b51
|
graphics: Make copying ColorM faster
|
2017-01-18 02:25:23 +09:00 |
|
Hajime Hoshi
|
c44ee9cde2
|
graphics: Refactoring
|
2016-12-29 01:15:57 +09:00 |
|
Hajime Hoshi
|
aeaa877949
|
restorable: Remove (*restorable).width/height
|
2016-12-27 10:58:46 +09:00 |
|
Hajime Hoshi
|
5c403d9969
|
graphics: Avoid copying images twice
|
2016-12-27 10:43:05 +09:00 |
|
Hajime Hoshi
|
260b938422
|
graphics: CopyImage optimization
|
2016-12-27 03:21:07 +09:00 |
|
Hajime Hoshi
|
5c9b9ef6cb
|
graphics: Add BenchmarkCopyImageNRGBA
|
2016-12-27 01:57:36 +09:00 |
|
Hajime Hoshi
|
006f87d02b
|
graphics: Stop CopyImage blocking on browsers
|
2016-12-27 01:57:15 +09:00 |
|
Hajime Hoshi
|
3db15bc5bf
|
graphics: Avoid copying color.RGBA struct
|
2016-12-27 01:08:22 +09:00 |
|
Hajime Hoshi
|
6b4801ac7a
|
graphics: Make copying images faster
|
2016-12-27 00:50:14 +09:00 |
|
Hajime Hoshi
|
15f7a605c5
|
graphics: Create framebuffers lazily
|
2016-12-14 23:40:43 +09:00 |
|
Hajime Hoshi
|
b86f1771e4
|
ui: Add goroutine so that blocking is available everywhere
|
2016-11-29 01:40:06 +09:00 |
|
Hajime Hoshi
|
7bd2fb6ce2
|
graphics: Bug fix: ColorM.Scale worked wrongly
|
2016-11-27 23:27:20 +09:00 |
|
Hajime Hoshi
|
a1e868b822
|
ui: Don't use 'image-rendering' CSS on Safari (#293)
|
2016-11-26 23:45:06 +09:00 |
|
Hajime Hoshi
|
411721a4da
|
ui: Add TODO
|
2016-11-26 02:35:55 +09:00 |
|
Hajime Hoshi
|
74c552ea6c
|
opengl: Should access the prototype of WebGLRenderingContext on Safari (#293)
|
2016-11-26 01:17:22 +09:00 |
|
Hajime Hoshi
|
3e2f2e9f08
|
opengl: Update error messages
|
2016-11-26 00:57:02 +09:00 |
|
Hajime Hoshi
|
e47c3bbbfb
|
graphics: Limit image size strictly
|
2016-11-05 03:06:18 +09:00 |
|
Hajime Hoshi
|
07294a98b6
|
Move internal/graphics/opengl -> internal/opengl
|
2016-11-03 23:31:25 +09:00 |
|
Hajime Hoshi
|
b2780fb585
|
graphics: Merge commands when appending
|
2016-11-03 17:40:52 +09:00 |
|
Hajime Hoshi
|
50b2d8ee94
|
graphics: Use float values for vertices
|
2016-11-02 02:34:01 +09:00 |
|
Hajime Hoshi
|
b2be6681d4
|
graphics: Bug fix: invalid calc of num of quads
|
2016-11-02 02:08:12 +09:00 |
|
Hajime Hoshi
|
b188a0dd99
|
affine: Stop using multiple-dimension array for consistency
|
2016-11-01 23:32:27 +09:00 |
|
Hajime Hoshi
|
edf336499c
|
affine: Revert ColorM implementation to use float64 array
|
2016-11-01 23:32:24 +09:00 |
|
Hajime Hoshi
|
4915531450
|
affine: Add ColorM.Equals
|
2016-11-01 00:28:07 +09:00 |
|
Hajime Hoshi
|
d02c67a996
|
graphics: Use affine.ColorM instead of graphics.Matrix
|
2016-11-01 00:20:27 +09:00 |
|
Hajime Hoshi
|
84baee8ca7
|
Add internals/affine
|
2016-11-01 00:13:19 +09:00 |
|
Hajime Hoshi
|
49fb2635ec
|
graphics: Remove glMatrix
|
2016-10-29 05:02:22 +09:00 |
|
Hajime Hoshi
|
6de9e6696e
|
graphics: Cache total bytes
|
2016-10-29 01:07:19 +09:00 |
|
Hajime Hoshi
|
fbf6b6c525
|
graphics: Calc capacity of vertices
|
2016-10-27 01:42:18 +09:00 |
|
Hajime Hoshi
|
5a1eb24138
|
graphics: Improve speed by using []int16 instead of []uint8
|
2016-10-26 00:20:41 +09:00 |
|
Hajime Hoshi
|
a65ededc3c
|
graphics: Merge draw commands if possible
|
2016-10-25 11:53:00 +09:00 |
|
Hajime Hoshi
|
a70f61b1d5
|
graphics: Remove passing GeoM to the lower layers
|
2016-10-25 10:42:49 +09:00 |
|
Hajime Hoshi
|
96053702ed
|
graphics: Bug fix: Remove modelview_matrix
|
2016-10-25 03:17:14 +09:00 |
|
Hajime Hoshi
|
a2cc291573
|
graphics: Rename variables
|
2016-10-25 03:04:06 +09:00 |
|
Hajime Hoshi
|
ebf7f0df00
|
graphics: Add geometry matrix info to vertices
|
2016-10-25 01:56:59 +09:00 |
|
Hajime Hoshi
|
bc8a8fbae8
|
graphics: Refactoring: Replace QuadVertexNum with QuadVertexSizeInBytes func
|
2016-10-23 03:12:11 +09:00 |
|
Hajime Hoshi
|
2c844ec70c
|
graphics: Refactoring: Simplify NextPowerOf2Int
|
2016-10-23 01:59:04 +09:00 |
|
Hajime Hoshi
|
e72ccee61b
|
graphics: Expose graphics.QuadVertexNum
|
2016-10-23 01:52:55 +09:00 |
|
Hajime Hoshi
|
af4130c0d6
|
graphics: Bug fix: wrong argument in VertexAttribPointer
|
2016-10-22 20:47:33 +09:00 |
|
Hajime Hoshi
|
f21f6d357e
|
graphics: Bug fix: Command splitting threshold is more strict on browsers?
|
2016-10-22 20:25:58 +09:00 |
|
Hajime Hoshi
|
27acc5efd9
|
opengl: Use uint8 intead of byte
|
2016-10-22 18:45:32 +09:00 |
|
Hajime Hoshi
|
17ad889bba
|
graphics: Add a comment
|
2016-10-22 16:57:09 +09:00 |
|
Hajime Hoshi
|
d981466aed
|
graphics: Use opengl.DataType
|
2016-10-22 16:52:58 +09:00 |
|
Hajime Hoshi
|
9abeb29d2a
|
opengl: Add DataType
|
2016-10-22 14:51:23 +09:00 |
|
Hajime Hoshi
|
e5e9b178ae
|
opengl: Fix argument order of VertexAttribPointer
|
2016-10-22 14:00:45 +09:00 |
|
Hajime Hoshi
|
80e3a3497c
|
opengl: BufferSubData should be able to take generic type
|
2016-10-22 03:21:53 +09:00 |
|
Hajime Hoshi
|
37c0461573
|
internal: Fix LicenseComment not to use LICENSE file
|
2016-10-21 00:30:51 +09:00 |
|
Hajime Hoshi
|
3264532004
|
doc: Add and use LicenseYear
|
2016-10-21 00:12:31 +09:00 |
|
Hajime Hoshi
|
3efabe988a
|
graphics: Reduce magic numbers
|
2016-10-17 11:16:17 +09:00 |
|
Hajime Hoshi
|
cbcbdb0b97
|
graphics: Refactoring: Introduce arrayBufferLayoutPart
|
2016-10-17 10:36:33 +09:00 |
|
Hajime Hoshi
|
8ee859df31
|
graphics: Refactoring: Introduce arrayBufferLayout
|
2016-10-17 10:03:25 +09:00 |
|
Hajime Hoshi
|
c1b4624890
|
graphics: Remove unused const
|
2016-10-17 01:07:16 +09:00 |
|
Hajime Hoshi
|
dc0254db40
|
ui: Optimized scaling on browsers
|
2016-09-15 10:04:48 +09:00 |
|
Hajime Hoshi
|
1f8cd41326
|
windows: Add comments
|
2016-09-11 22:34:39 +09:00 |
|
Hajime Hoshi
|
5cd048011e
|
restorable: Fix a comment
|
2016-09-10 01:36:56 +09:00 |
|
Hajime Hoshi
|
959abec06d
|
restoring: Refactoring: Add Image.screen and unify restoring functions
|
2016-09-04 02:31:50 +09:00 |
|
Hajime Hoshi
|
c73860caa2
|
restorable: Bug fix: volatile images are not relaiable when restoring
|
2016-09-04 02:16:58 +09:00 |
|
Hajime Hoshi
|
865a45e052
|
restorable: Reset states after restoring
|
2016-09-04 02:11:02 +09:00 |
|
Hajime Hoshi
|
d386f57ac6
|
restoring: Refactoring: Add Image.volatile
|
2016-09-04 02:06:54 +09:00 |
|
Hajime Hoshi
|
43e8349567
|
graphics: Remove imageImpl.width/height
|
2016-09-04 01:25:02 +09:00 |
|
Hajime Hoshi
|
b8b7e97511
|
restorable: Remove arguments from restoring functions
|
2016-09-04 00:57:23 +09:00 |
|
Hajime Hoshi
|
02151e48ea
|
restorable: Remove Image()
|
2016-09-04 00:53:30 +09:00 |
|
Hajime Hoshi
|
82febc9c6e
|
restorable: Reduce Image() usage and remove MakeStale()
|
2016-09-03 23:54:52 +09:00 |
|
Hajime Hoshi
|
e7558036ae
|
restorable: Remove IsStale
|
2016-09-03 23:42:44 +09:00 |
|
Hajime Hoshi
|
cae75fac69
|
graphics: Bug fix: Invalid Clear calling in Dispose
|
2016-09-03 23:42:28 +09:00 |
|
Hajime Hoshi
|
fb3724a40e
|
graphics: Remove imageImpl.image member
|
2016-09-03 23:08:51 +09:00 |
|
Hajime Hoshi
|
438afdac5b
|
restorable: Add NewImage
|
2016-09-03 22:24:37 +09:00 |
|
Hajime Hoshi
|
9c079917f1
|
Rename pixels -> restorable
|
2016-09-03 22:19:59 +09:00 |
|
Hajime Hoshi
|
071b65f173
|
loop: Remove IsRunning
|
2016-09-03 21:14:06 +09:00 |
|
Hajime Hoshi
|
cd885ce7c5
|
ui: Add SetCursorVisibility (#258)
|
2016-09-03 18:54:21 +09:00 |
|
Hajime Hoshi
|
d08beef412
|
ui: Bug fix: ScreenScale should not cause deadlock (#264)
|
2016-09-03 18:04:22 +09:00 |
|
Hajime Hoshi
|
87efaafcff
|
Update GLFW version 3.1 -> 3.2
|
2016-09-03 16:25:43 +09:00 |
|
Hajime Hoshi
|
84b512a3ac
|
ui: Bug fix: Remove unneeded argument
|
2016-09-03 02:12:11 +09:00 |
|
Hajime Hoshi
|
ec70ea3be5
|
ui: Refactoring
|
2016-09-03 01:06:16 +09:00 |
|
Hajime Hoshi
|
db782ff0d9
|
ui: Remove UserInterface interface
|
2016-09-03 00:20:05 +09:00 |
|
Hajime Hoshi
|
f204c14f90
|
ui: Rename Run -> RunMainThreadLoop
|
2016-09-03 00:00:44 +09:00 |
|
Hajime Hoshi
|
6164ecb9fc
|
ui: Reduce functions in UserInterface
|
2016-09-02 23:45:54 +09:00 |
|
Hajime Hoshi
|
128dcaa342
|
ui: Rename Main -> Run
|
2016-09-02 02:59:40 +09:00 |
|
Hajime Hoshi
|
571d67f967
|
ui: Reduce methods in UserInterface
|
2016-09-02 02:31:03 +09:00 |
|
Hajime Hoshi
|
93a994f1d6
|
ui: Refactoring on mobile
|
2016-09-02 01:34:51 +09:00 |
|
Hajime Hoshi
|
453c2c4589
|
ui: Remove Terminate
|
2016-09-02 01:07:41 +09:00 |
|
Hajime Hoshi
|
6da16aa1a0
|
ui: Refactoring: Remove events
|
2016-09-02 00:53:05 +09:00 |
|
Hajime Hoshi
|
b95d714eed
|
loop: Simplify update
|
2016-09-01 22:21:58 +09:00 |
|
Hajime Hoshi
|
068bc55ded
|
loop: Remove comments
|
2016-09-01 10:37:08 +09:00 |
|
Hajime Hoshi
|
1e0bdf844d
|
loop: Bug fix: vsync should not use channels on browsers (#259)
|
2016-09-01 10:36:00 +09:00 |
|
Hajime Hoshi
|
57a32464dc
|
loop: Use RLock
|
2016-08-30 23:56:34 +09:00 |
|
Hajime Hoshi
|
53e1f90146
|
graphics: Bug fix: Don't store interface color.Color value inside (#261)
|
2016-08-30 23:34:18 +09:00 |
|
Hajime Hoshi
|
c23224c56b
|
loop: Bug fix: the threshold to detect if the game stops was too strict (#)
|
2016-08-29 01:40:43 +09:00 |
|
Hajime Hoshi
|
cddaae55dd
|
ui: Simplify vsync
|
2016-08-28 17:09:58 +09:00 |
|
Hajime Hoshi
|
de1bb1b392
|
go generate
|
2016-08-27 00:50:26 +09:00 |
|
Hajime Hoshi
|
1cb66048ad
|
doc: go generate; Add style.css
|
2016-08-26 23:33:36 +09:00 |
|
Hajime Hoshi
|
3dad97af8a
|
Add comments
|
2016-08-23 00:05:23 +09:00 |
|
Hajime Hoshi
|
749a751369
|
graphics: Bug fix: Make an image stale when another stale image is drawn to this (#257)
|
2016-08-23 00:05:11 +09:00 |
|
Hajime Hoshi
|
c54dc8ee1c
|
graphics: Less calls of ReadPixelsFromVRAM
|
2016-08-20 23:25:45 +09:00 |
|
Hajime Hoshi
|
7b32d7a206
|
graphics: Bug fix: Pixels should be copied to store it as a command
|
2016-08-17 22:10:29 +09:00 |
|
Hajime Hoshi
|
612d3b07b0
|
ui: Bug fix: ui.funcs might be closed before sending a value
|
2016-08-17 01:57:20 +09:00 |
|
Hajime Hoshi
|
3619a796dc
|
ui: Check the return value of ReleaseDC()
|
2016-08-09 00:25:47 +09:00 |
|
Hajime Hoshi
|
96a43bcb4d
|
ui: Bug fix: must call ReleaseGC (#251)
|
2016-08-09 00:09:22 +09:00 |
|
Hajime Hoshi
|
c8edcde2d5
|
graphics: Image minimum size changed to 1
|
2016-08-07 17:27:17 +09:00 |
|
Hajime Hoshi
|
f556b19f22
|
Add error checks
|
2016-08-03 23:44:54 +09:00 |
|
Hajime Hoshi
|
0aca79ed0b
|
graphics: Add error checks
|
2016-08-03 11:05:10 +09:00 |
|
Hajime Hoshi
|
8e58f3ce0a
|
ui: Bug fix: closed channel never blocks
|
2016-08-03 01:07:46 +09:00 |
|
Hajime Hoshi
|
30b521f3b8
|
Add error checks
|
2016-08-03 01:02:05 +09:00 |
|
Hajime Hoshi
|
6968e898c3
|
Bug fix: ui.Main should be suspended when error occurs in the loop
|
2016-08-02 02:48:19 +09:00 |
|
Hajime Hoshi
|
c7106f595c
|
Add error checks
|
2016-08-02 02:26:44 +09:00 |
|
Hajime Hoshi
|
9b6b5372ef
|
pixels: Remove image member
|
2016-07-27 12:24:30 +09:00 |
|
Hajime Hoshi
|
3bc2239a3b
|
pixels: Bug fix: Update image member when creating a new image
|
2016-07-27 12:13:54 +09:00 |
|
Hajime Hoshi
|
3724815f21
|
pixels: Rename functions
|
2016-07-27 02:50:53 +09:00 |
|
Hajime Hoshi
|
459046f52a
|
pixels: Ensure pixels is not stale when restoring
|
2016-07-27 02:25:08 +09:00 |
|
Hajime Hoshi
|
e0894879f1
|
pixels: Remove IsStale
|
2016-07-27 02:20:42 +09:00 |
|
Hajime Hoshi
|
56732d9a23
|
pixels: Add 'stale' member
|
2016-07-27 02:17:27 +09:00 |
|
Hajime Hoshi
|
c18756352d
|
pixels: Refactoring
|
2016-07-27 01:54:23 +09:00 |
|
Hajime Hoshi
|
5c56058d6e
|
pixels Rename s/history/dependency/
|
2016-07-27 01:28:16 +09:00 |
|
Hajime Hoshi
|
c5f3eaf925
|
graphics: Refactoring
|
2016-07-26 12:28:05 +09:00 |
|
Hajime Hoshi
|
40427b6263
|
pixels: Bug fix: Reset pixels correctly
|
2016-07-26 11:40:41 +09:00 |
|
Hajime Hoshi
|
0fc61ed568
|
pixels: Rename fuctions
|
2016-07-26 10:51:48 +09:00 |
|
Hajime Hoshi
|
558f559323
|
graphics: Remove pixels when inconsistent
|
2016-07-26 10:35:24 +09:00 |
|
Hajime Hoshi
|
1ec503e1b5
|
pixels: Add comments
|
2016-07-25 10:38:41 +09:00 |
|
Hajime Hoshi
|
939284820c
|
pixels: Bug fix: Remove IsCleared: pixels state might not match with actual state
|
2016-07-25 10:22:37 +09:00 |
|
Hajime Hoshi
|
c0eb01d69e
|
pixels: Rename s/flush/reset/
|
2016-07-25 09:10:51 +09:00 |
|
Hajime Hoshi
|
95dae4ad45
|
pixels: Remove 'inconsistent' property
|
2016-07-25 09:01:00 +09:00 |
|
Hajime Hoshi
|
931e60902f
|
graphics: Refactoring
|
2016-07-25 08:48:58 +09:00 |
|
Hajime Hoshi
|
f6be72fba2
|
Add internal/pixels
|
2016-07-25 02:28:59 +09:00 |
|
Hajime Hoshi
|
e118a755f5
|
ui: Bug fix: Sizing also calls GLContext
|
2016-07-24 05:29:47 +09:00 |
|
Hajime Hoshi
|
efe64d56f4
|
ui: Bug fix: Avoid dead lock
|
2016-07-24 04:32:12 +09:00 |
|
Hajime Hoshi
|
c5e42c91be
|
ui: Add glcontext.go
|
2016-07-24 00:05:36 +09:00 |
|
Hajime Hoshi
|
121063ee2b
|
ui: Initialize GLContext at Start
|
2016-07-23 22:17:36 +09:00 |
|
Hajime Hoshi
|
5a3ea34cfc
|
ui: Delay initializing the context
|
2016-07-23 21:43:35 +09:00 |
|
Hajime Hoshi
|
3553fc55c3
|
ui: Unify the context thread and the UI thread
|
2016-07-23 21:22:59 +09:00 |
|
Hajime Hoshi
|
8371426888
|
ui: Refactoring
|
2016-07-23 21:01:30 +09:00 |
|
Hajime Hoshi
|
1953539e22
|
ui: Refactoring: Simplify initializing
|
2016-07-23 20:25:52 +09:00 |
|
Hajime Hoshi
|
e3ef0540a3
|
opengl: Bug fix: Remove infinite for loop and improve FPS on iOS
|
2016-07-23 02:09:48 +09:00 |
|
Hajime Hoshi
|
d7c2682c53
|
examples/sprites: Slower increasing num of sprites
|
2016-07-16 19:34:36 +09:00 |
|
Hajime Hoshi
|
66f262c80e
|
graphics: Enable to draw unlimited number of sprites (#245)
|
2016-07-16 19:17:57 +09:00 |
|
Hajime Hoshi
|
d00eb131f4
|
graphics: Remove commandQueue's member indexOffsetInBytes
|
2016-07-16 04:21:44 +09:00 |
|
Hajime Hoshi
|
7a96f31b1f
|
graphics: Hide MaxQuads
|
2016-07-16 02:07:16 +09:00 |
|
Hajime Hoshi
|
bc43614c25
|
graphics: Remove draw.go
|
2016-07-16 00:17:21 +09:00 |
|
Hajime Hoshi
|
1627176d59
|
graphics: Restoring by recording drawing-images history
|
2016-07-13 12:38:59 +09:00 |
|
Hajime Hoshi
|
4bded02ad6
|
graphics: Add a comment
|
2016-07-10 14:49:41 +09:00 |
|
Hajime Hoshi
|
0c611d875b
|
graphics: Bug fix: glTexSubImage2D on Android now works (#211)
|
2016-07-10 05:59:21 +09:00 |
|
Hajime Hoshi
|
1b152ae771
|
opengl: Bug fix: Reset lastTexture when deleting
|
2016-07-10 05:04:25 +09:00 |
|
Hajime Hoshi
|
d8e7ec5274
|
opengl: Initialize lastTexture
|
2016-07-09 23:14:24 +09:00 |
|
Hajime Hoshi
|
275fc66f06
|
graphics: Bug fix: textuer should be stored at OpenGL layer
|
2016-07-09 19:36:34 +09:00 |
|
Hajime Hoshi
|
193c03ea58
|
ui: Bug fix: Don't use integer scale (JavaScript)
|
2016-07-09 18:27:29 +09:00 |
|
Hajime Hoshi
|
76f694b948
|
loop: Bug fix: IsRunning might crash when the game hasn't started yet
|
2016-07-09 01:44:53 +09:00 |
|
Hajime Hoshi
|
79bdfc0718
|
opengl: Misspelling
|
2016-07-07 02:08:28 +09:00 |
|
Hajime Hoshi
|
302f5a5437
|
opengl: Remove BindScreenFramebuffer
|
2016-07-05 03:07:33 +09:00 |
|
Hajime Hoshi
|
7e296b1aae
|
graphics: Bug Fix: The screen image should be recreated
|
2016-07-05 02:57:41 +09:00 |
|
Hajime Hoshi
|
7903fe2108
|
graphics: Remove texture's width/height
|
2016-07-05 00:31:02 +09:00 |
|
Hajime Hoshi
|
93f7fdd349
|
graphics: Remove framebuffer's width/height
|
2016-07-05 00:29:46 +09:00 |
|
Hajime Hoshi
|
085336d50f
|
graphics: Add newImageImpl
|
2016-07-05 00:24:06 +09:00 |
|
Hajime Hoshi
|
910e1b760c
|
ui: Introduce glfwScale
|
2016-07-04 11:37:34 +09:00 |
|
Hajime Hoshi
|
55bfe19bf8
|
opengl: Add context.DoWork (mobile)
|
2016-07-04 01:25:35 +09:00 |
|
Hajime Hoshi
|
61ba8dad17
|
opegnl: Remove initialization (use Reset instead) (mobile)
|
2016-07-04 01:04:35 +09:00 |
|
Hajime Hoshi
|
6cfb92c4c4
|
opengl: Remove init (JavaScript)
|
2016-07-04 00:55:04 +09:00 |
|
Hajime Hoshi
|
0d91883fb9
|
opengl: Remove init (desktops)
|
2016-07-04 00:51:58 +09:00 |
|
Hajime Hoshi
|
c2d21bc39f
|
opengl: Misspelling
|
2016-07-04 00:31:51 +09:00 |
|
Hajime Hoshi
|
163ee01bd5
|
graphics: Rename Initialize/Resume -> Reset
|
2016-07-04 00:30:14 +09:00 |
|
Hajime Hoshi
|
d0a779e272
|
graphics: Delete programs and buffers when resuming
|
2016-07-04 00:23:45 +09:00 |
|
Hajime Hoshi
|
d70bf66a59
|
graphics: Reduce imageM usages
|
2016-07-03 23:23:57 +09:00 |
|
Hajime Hoshi
|
f7a84fe969
|
graphics: Move all context usages to internal/graphics
|
2016-07-03 22:35:27 +09:00 |
|
Hajime Hoshi
|
6e76c3ed6b
|
graphics: Move context.resume() to internal/graphics
|
2016-07-03 21:42:01 +09:00 |
|
Hajime Hoshi
|
146c1e5846
|
graphics: Refactoring: Remove graphicsContext.Draw and flush
|
2016-07-03 18:56:44 +09:00 |
|
Hajime Hoshi
|
86144a1cd6
|
opengl: Move members to variables
|
2016-07-03 18:23:19 +09:00 |
|
Hajime Hoshi
|
fbc1a4238c
|
graphics: Reduce calls of ui.GLContext()
|
2016-07-03 17:27:33 +09:00 |
|
Hajime Hoshi
|
93f052de8c
|
graphics: Refactoring
|
2016-07-03 16:18:29 +09:00 |
|
Hajime Hoshi
|
0e2a1a1636
|
mobile: Change the unit from px to dp on Android (#241)
|
2016-07-03 05:37:56 +09:00 |
|
Hajime Hoshi
|
cc39cdc8f5
|
opengl: Bug fix: glGetShaderPrecisionFormat returns wrong values on emulators (#239)
|
2016-07-01 02:40:53 +09:00 |
|
Hajime Hoshi
|
47a0b3ccfa
|
ui: Need LockOSThread for mobile
|
2016-07-01 00:44:15 +09:00 |
|
Hajime Hoshi
|
3ebc5cc15a
|
ui: Stop the game when the window is deactivated (#230)
|
2016-06-30 01:07:54 +09:00 |
|
Hajime Hoshi
|
ff30f01c1b
|
graphics: Remove Finalize
|
2016-06-30 00:21:47 +09:00 |
|
Hajime Hoshi
|
328ef85606
|
opengl: Prepare Context Losing for JavaScript (#217)
|
2016-06-29 23:18:02 +09:00 |
|
Hajime Hoshi
|
9453f9e7b5
|
graphics: Fix a comment
|
2016-06-28 03:05:47 +09:00 |
|
Hajime Hoshi
|
3004d4d7af
|
opengl: Fix a misspell
|
2016-06-28 02:53:35 +09:00 |
|
Hajime Hoshi
|
af87d3fcf4
|
graphics: Move a comment
|
2016-06-27 13:00:32 +09:00 |
|
Hajime Hoshi
|
e822aae4a2
|
graphics: Add a comment
|
2016-06-27 02:51:46 +09:00 |
|
Hajime Hoshi
|
f537378f2a
|
opengl: Bug fix: div 0 in shader
|
2016-06-26 15:57:45 +09:00 |
|
Hajime Hoshi
|
bb511b2c13
|
ui: Scale is now float64 (#236)
|
2016-06-25 01:26:59 +09:00 |
|
Hajime Hoshi
|
24bb5b5ca8
|
graphics: Stop comparing matrices in GLSL, which doesn't work on iPhone5s
|
2016-06-23 00:25:31 +09:00 |
|
Hajime Hoshi
|
bae27e19d7
|
doc: Fix README
|
2016-06-22 12:37:26 +09:00 |
|
Hajime Hoshi
|
56c4e71859
|
opengl: Remove unneeded glViewport calls
|
2016-06-22 02:13:23 +09:00 |
|
Hajime Hoshi
|
989ae1ebc5
|
ui: Fix deviceScale for mobiles
|
2016-06-19 05:14:02 +09:00 |
|
Hajime Hoshi
|
b0a7e13502
|
ui: Remove ScreenSizeEvent.Scale
|
2016-06-19 05:10:27 +09:00 |
|
Hajime Hoshi
|
6f50ef3604
|
ui: Get correct device scale for iOS
|
2016-06-19 05:10:27 +09:00 |
|
Hajime Hoshi
|
858b391592
|
ui: Bug fix: unused variable
|
2016-06-19 05:05:56 +09:00 |
|
Hajime Hoshi
|
ea377b8e20
|
ui: More accurate device scale factor
|
2016-06-19 05:04:38 +09:00 |
|
Hajime Hoshi
|
7528977842
|
opengl: Bug fix: bindFramebufferImpl should return error
|
2016-06-19 00:40:44 +09:00 |
|
Hajime Hoshi
|
bc2703c345
|
opengl: Call glViewport each time when different framebuffer is set
|
2016-06-18 22:47:34 +09:00 |
|
Hajime Hoshi
|
83ab4352f8
|
opengl: Consider framebuffer size on iOS
|
2016-06-18 19:55:04 +09:00 |
|
Hajime Hoshi
|
98fccb563e
|
graphics: Bug fix: Need to reset viewport size after resizing (#232)
|
2016-06-18 06:47:35 +09:00 |
|
Hajime Hoshi
|
5eb77d2fb5
|
Remove 'default framebuffer' and add 'screen framebuffer' for iOS
|
2016-06-18 04:56:13 +09:00 |
|
Hajime Hoshi
|
0b8fe25350
|
opengl: Implement GlslHighpSupported for iOS
|
2016-06-17 04:13:46 +09:00 |
|
Hajime Hoshi
|
dfe4db67be
|
Fix for iOS
|
2016-06-17 02:08:25 +09:00 |
|
Hajime Hoshi
|
10ebe3274c
|
Fix build tags
|
2016-06-15 03:35:35 +09:00 |
|
Hajime Hoshi
|
13f594baed
|
Fix build tags for iOS (WIP)
|
2016-06-15 00:19:02 +09:00 |
|
Hajime Hoshi
|
ceea24ab95
|
loop: Refactoring
|
2016-06-14 01:33:35 +09:00 |
|
Hajime Hoshi
|
218df19ead
|
loop: Refactoring
|
2016-06-14 00:50:18 +09:00 |
|
Hajime Hoshi
|
6640f60c88
|
graphics: Bug fix: screen flicks on Android (#229)
|
2016-06-14 00:30:27 +09:00 |
|
Hajime Hoshi
|
a1fbf2cd2d
|
graphics: Remove 'Resume'
|
2016-06-12 23:54:36 +09:00 |
|
Hajime Hoshi
|
5fbbb6dc6a
|
opengl: Check texture/framebuffer is valid before deleting it
|
2016-06-12 23:19:01 +09:00 |
|
Hajime Hoshi
|
8d258b3c38
|
graphics: Replace textures/framebuffers with images in commands
|
2016-06-12 22:44:23 +09:00 |
|
Hajime Hoshi
|
870ce85615
|
opengl: Remove Pause
|
2016-06-12 18:18:43 +09:00 |
|
Hajime Hoshi
|
f056204a7c
|
graphics: Add image.go
|
2016-06-12 01:45:40 +09:00 |
|
Hajime Hoshi
|
68c19d7cae
|
graphics: Hide Texture/Framebuffer
|
2016-06-12 01:41:50 +09:00 |
|
Hajime Hoshi
|
eca175e0f4
|
graphics: Add Image
|
2016-06-12 01:34:21 +09:00 |
|
Hajime Hoshi
|
32c2cb3ead
|
graphics: Add commands to create textures/framebuffers
|
2016-06-12 00:23:26 +09:00 |
|
Hajime Hoshi
|
2a58c095b8
|
graphics: Add disposeCommand
|
2016-06-11 22:52:07 +09:00 |
|
Hajime Hoshi
|
b59206b777
|
graphics: Move command flushing to ebiten package
|
2016-06-11 21:50:13 +09:00 |
|
Hajime Hoshi
|
dfd4bc89ed
|
graphics: Revert FlushCommand execution
|
2016-06-11 20:21:14 +09:00 |
|
Hajime Hoshi
|
f322aaec02
|
mobile: Add a comment
|
2016-06-11 05:49:53 +09:00 |
|
Hajime Hoshi
|
912d498cdf
|
graphics: Remove unused arguments
|
2016-06-11 05:48:09 +09:00 |
|
Hajime Hoshi
|
f71dcd3466
|
Remove 'Pause'
|
2016-06-11 00:57:10 +09:00 |
|
Hajime Hoshi
|
eb8e8b6034
|
ui: Remove FinishRendering
|
2016-06-10 01:49:21 +09:00 |
|
Hajime Hoshi
|
8121b2102f
|
mobile: Implement Pause and Resume to work correctly
|
2016-06-10 01:21:46 +09:00 |
|
Hajime Hoshi
|
f03a99e89a
|
opengl: Add Resume() and Pause()
|
2016-06-10 01:19:10 +09:00 |
|
Hajime Hoshi
|
cabea24815
|
graphics: Move glFlush to a more appropriate place
|
2016-06-07 03:02:15 +09:00 |
|
Hajime Hoshi
|
83a96dc532
|
android: Bug fix: Black flicking (#226)
|
2016-06-07 02:24:36 +09:00 |
|
Hajime Hoshi
|
9757319848
|
graphics: Use a const viewport
|
2016-06-06 01:49:34 +09:00 |
|
Hajime Hoshi
|
26ef56232b
|
opengl: Bug fix: Reset viewport when framebuffer delation
|
2016-06-05 08:16:16 +09:00 |
|
Hajime Hoshi
|
12904d168d
|
opengl: Bug fix: glViewport must be called after framebuffer deletion
|
2016-06-05 07:47:11 +09:00 |
|
Hajime Hoshi
|
37473d2f9f
|
graphics: Move a comment
|
2016-06-05 03:26:00 +09:00 |
|
Hajime Hoshi
|
aa83167e56
|
graphics: Check the number of vertices
|
2016-06-05 03:17:53 +09:00 |
|
Hajime Hoshi
|
e5965d7771
|
opengl: Reduce calls of glSetViewport
|
2016-06-05 03:16:54 +09:00 |
|
Hajime Hoshi
|
4c2650c721
|
graphics: Reduce calls of glBindTexture
|
2016-06-05 01:55:28 +09:00 |
|
Hajime Hoshi
|
bddd3c9467
|
grahics: Reduce gl function calls
|
2016-06-04 22:30:52 +09:00 |
|
Hajime Hoshi
|
388dd835a6
|
opengl: Move ZeroFramebuffer to context.go
|
2016-06-04 04:04:18 +09:00 |
|
Hajime Hoshi
|
ca3322edbc
|
opengl: Refactoring: Rename functions
|
2016-06-04 03:50:28 +09:00 |
|
Hajime Hoshi
|
da1354ec51
|
opengl: Bug fix: Reset the bound framebuffer after deletion (#227)
|
2016-06-04 03:41:14 +09:00 |
|
Hajime Hoshi
|
56844100c2
|
temporal hack to pass tests (#227)
|
2016-06-03 13:16:43 +09:00 |
|
Hajime Hoshi
|
3e912ce7f8
|
graphics: Optimize commands: call glBufferSubData as less times as possible
|
2016-06-03 12:52:20 +09:00 |
|
Hajime Hoshi
|
208b27d5de
|
graphics: Use command buffers
|
2016-06-03 03:24:27 +09:00 |
|
Hajime Hoshi
|
efd019c00e
|
graphics: Remove Texture.Size
|
2016-06-03 03:07:55 +09:00 |
|
Hajime Hoshi
|
0374bf0538
|
graphics: Remove Framebuffer.Size
|
2016-06-03 03:02:59 +09:00 |
|
Hajime Hoshi
|
17f4bcbd95
|
graphics: Introduce Commands (WIP)
|
2016-06-03 03:01:27 +09:00 |
|
Hajime Hoshi
|
16ef82fa23
|
opengl: Reduce CheckFramebufferState call for speed
|
2016-06-01 03:53:55 +09:00 |
|
Hajime Hoshi
|
91491e58f4
|
opengl: Reduce glBindFramebuffer calls
|
2016-06-01 02:33:31 +09:00 |
|
Hajime Hoshi
|
3dfbb4a2ea
|
opengl: Refactoring: Remove unneeded code
|
2016-06-01 02:14:11 +09:00 |
|
Hajime Hoshi
|
d756d35b59
|
opengl: Remove unneeded access to a member
|
2016-06-01 02:06:13 +09:00 |
|
Hajime Hoshi
|
5638bb93f5
|
opengl: Remove glFlush to improve performance
|
2016-06-01 01:48:46 +09:00 |
|
Hajime Hoshi
|
1ca76b64f7
|
graphics: Add a comment
|
2016-05-31 00:30:04 +09:00 |
|
Hajime Hoshi
|
6663a447cc
|
graphics: Speed optimization
|
2016-05-29 23:04:20 +09:00 |
|
Hajime Hoshi
|
f6fd8f9c6d
|
graphics: Reduce calling glUseProgram
|
2016-05-29 22:40:51 +09:00 |
|
Hajime Hoshi
|
583fc07f3a
|
input: Fix compile error
|
2016-05-29 22:15:28 +09:00 |
|
Hajime Hoshi
|
05104744d3
|
input: Bug fix: Touches requries lock
|
2016-05-29 22:13:42 +09:00 |
|
Hajime Hoshi
|
683c692a5b
|
loop: Much better slow-running detection (#223)
|
2016-05-29 22:02:06 +09:00 |
|
Hajime Hoshi
|
deb2ab1cbf
|
graphics: Refactoring: Reduce array buffer size
|
2016-05-29 18:34:52 +09:00 |
|
Hajime Hoshi
|
857bc1ed51
|
loop: Prevent re-entering to Run
|
2016-05-29 18:34:52 +09:00 |
|
Hajime Hoshi
|
e4ca01db31
|
mobile: Multitouches (#101)
|
2016-05-28 23:15:28 +09:00 |
|
Hajime Hoshi
|
6a74ea5b30
|
Introduce internal/jni
|
2016-05-28 19:01:26 +09:00 |
|
Hajime Hoshi
|
e84f798c7c
|
input: Bug fix: Coordinate calculation of touch events
|
2016-05-27 01:47:24 +09:00 |
|
Hajime Hoshi
|
bdaff72af9
|
input: Implement Touches function (WIP) (#101)
|
2016-05-27 01:31:30 +09:00 |
|
Hajime Hoshi
|
3195ae32d8
|
mobile: Implement Pause/Resume
|
2016-05-24 00:00:54 +09:00 |
|
Hajime Hoshi
|
f251ae8b49
|
mobile: Handle touch events
|
2016-05-23 02:06:01 +09:00 |
|
Hajime Hoshi
|
6d06b01cae
|
gomobile bind works
|
2016-05-22 04:25:15 +09:00 |
|
Hajime Hoshi
|
c36dd3df52
|
ui: Change Input to be an interface
|
2016-05-20 00:15:05 +09:00 |
|
Hajime Hoshi
|
d09bb63f71
|
ui: Change UserInterface to be an interface
|
2016-05-20 00:07:06 +09:00 |
|
Hajime Hoshi
|
76ea075896
|
Add example/mobile (not-compilable yet)
|
2016-05-19 03:17:50 +09:00 |
|
Hajime Hoshi
|
b1afe6aeb2
|
loop: Refactoring: Remove FPS
|
2016-05-18 23:27:28 +09:00 |
|
Hajime Hoshi
|
335781759c
|
ui: Introduce ScreenSizeEvent to simplify the run loop
|
2016-05-18 11:56:43 +09:00 |
|
Hajime Hoshi
|
faff188574
|
ui: Move Now() to internal/loop and hide it
|
2016-05-18 11:24:17 +09:00 |
|
Hajime Hoshi
|
cd5436712b
|
ui: Hide Init() func
|
2016-05-18 11:12:23 +09:00 |
|
Hajime Hoshi
|
a35064db7d
|
ui: Add ui.GLContext()
|
2016-05-18 11:10:03 +09:00 |
|
Hajime Hoshi
|
063ed564fd
|
Move the run loop to internal/loop
|
2016-05-18 10:59:37 +09:00 |
|
Hajime Hoshi
|
7f19d4a1ac
|
ui: Remove CurrentUI()
|
2016-05-18 10:51:11 +09:00 |
|
Hajime Hoshi
|
4d04413bf9
|
ui: Move the run loop to internal/ui
|
2016-05-18 10:46:23 +09:00 |
|
Hajime Hoshi
|
5c68ee4034
|
ui: Use events in the game loop
|
2016-05-18 02:03:41 +09:00 |
|
Hajime Hoshi
|
49c156d2b5
|
ui: Rename DoEvents -> Update
|
2016-05-18 01:22:01 +09:00 |
|
Hajime Hoshi
|
fbd07b1865
|
graphics: Simplify the size of pixels
|
2016-05-16 12:27:28 +09:00 |
|
Hajime Hoshi
|
46cbd0c4a0
|
graphics: Add a func to delete programs and buffers
|
2016-05-16 11:54:34 +09:00 |
|
Hajime Hoshi
|
ba6d10dec0
|
graphics: Remove indexBufferLines
|
2016-05-16 11:34:41 +09:00 |
|
Hajime Hoshi
|
d6bfa72c5c
|
graphics: Remove openGLState.initialize
|
2016-05-16 11:32:26 +09:00 |
|
Hajime Hoshi
|
9f2b53d24c
|
graphics: Add InitializeIfNeeded function (preparing for Android)
|
2016-05-15 04:05:57 +09:00 |
|
Hajime Hoshi
|
ebe6296222
|
opengl: Remove (*Program).Equals
|
2016-05-15 02:37:25 +09:00 |
|
Hajime Hoshi
|
a3272d0b49
|
graphics: Refactoring: Reduce global variables
|
2016-05-15 02:29:54 +09:00 |
|
Hajime Hoshi
|
295e3c0a0a
|
ui: Bug fixed: there was an error shadowed and not used
|
2016-05-14 03:25:44 +09:00 |
|
Hajime Hoshi
|
a04ce352f8
|
opengl: Bug fixed: there were some errors shadowed and not used
|
2016-05-14 03:24:01 +09:00 |
|
Hajime Hoshi
|
0083fe5df1
|
Changed the copyright year to 2013 (#216)
|
2016-05-14 00:20:27 +09:00 |
|
Hajime Hoshi
|
9d569e3e49
|
graphics: Bug fix: now ebiten.Image can be passed to NewImageFromImage (#213)
|
2016-05-12 11:23:52 +09:00 |
|
Hajime Hoshi
|
9c2857c15d
|
graphics: Compile error of shaders should panic
|
2016-05-11 00:49:31 +09:00 |
|
Hajime Hoshi
|
c07f16d9a4
|
opengl: Prepare for Android
|
2016-05-11 00:47:54 +09:00 |
|
Hajime Hoshi
|
2fee1fae22
|
graphics: Dispose now returns errors
|
2016-05-07 23:34:10 +09:00 |
|
Hajime Hoshi
|
57a9ecd821
|
ui: Refactoring
|
2016-05-07 22:27:10 +09:00 |
|
Hajime Hoshi
|
9560824dfc
|
opengl: Add context.go
|
2016-05-07 19:42:07 +09:00 |
|
Hajime Hoshi
|
df23b57b16
|
openg: Refactoring
|
2016-05-07 19:26:35 +09:00 |
|
Hajime Hoshi
|
de541bdd7d
|
opengl: Update context_mobile.go
|
2016-05-07 19:12:19 +09:00 |
|
Hajime Hoshi
|
e99736d5a5
|
opengl: Refactoring
|
2016-05-07 19:07:56 +09:00 |
|
Hajime Hoshi
|
209b4e6864
|
ui: Add Main for the OS main thread
|
2016-05-06 21:30:23 +09:00 |
|
Hajime Hoshi
|
5a379cb7cb
|
Reduce panics (#196)
|
2016-04-11 01:48:40 +09:00 |
|
Hajime Hoshi
|
3ec0020f02
|
graphics: Bug fix (#201): Remove gl.Flush for performance (this ws added by #161 but no longer needed because of BindZeroFrameBuffer)
|
2016-04-08 21:45:53 +09:00 |
|
Hajime Hoshi
|
07da7a2348
|
graphics: Refactoring
|
2016-04-08 04:39:13 +09:00 |
|
Hajime Hoshi
|
b2c5cb164a
|
graphics: Calculate vertices ahead of locking
|
2016-04-08 03:18:52 +09:00 |
|
Hajime Hoshi
|
492f471ec3
|
graphics: Early return when num of vertices is 0
|
2016-04-08 02:49:53 +09:00 |
|
Hajime Hoshi
|
75ef9a6d47
|
ui: Add read-write lock
|
2016-03-26 17:24:40 +09:00 |
|
Hajime Hoshi
|
4a60343fe6
|
ui: Don't use currentUI directly
|
2016-03-26 15:17:01 +09:00 |
|
Hajime Hoshi
|
95485441f4
|
ui: Remove dataset attributes
|
2016-03-25 01:15:47 +09:00 |
|
Hajime Hoshi
|
fb3bf4e3b4
|
ui: Add CurrentUI()
|
2016-03-25 00:38:30 +09:00 |
|
Hajime Hoshi
|
6ac6b8e7c0
|
input: Make functions goroutine-safe (#192)
|
2016-03-24 23:51:20 +09:00 |
|
Hajime Hoshi
|
6efead974f
|
ui: Rename ActualScale -> ActualScreenScale
|
2016-03-23 01:14:28 +09:00 |
|
Hajime Hoshi
|
62dffe5405
|
Add ebiten.ScreenScale() (#191)
|
2016-03-23 00:44:16 +09:00 |
|
Hajime Hoshi
|
2157061479
|
ui: Use actualScale to calc minimum window size
|
2016-03-22 12:01:53 +09:00 |
|