Hajime Hoshi
|
85b133dad0
|
graphics: Remove NewImageFromImage command
|
2018-02-25 23:22:49 +09:00 |
|
Hajime Hoshi
|
9adc1ac6a0
|
Revert "graphics: Refactoring: clearing framebuffer"
This reverts commit 58f5c9c1d0 .
Fixes #515
|
2018-02-25 22:04:04 +09:00 |
|
Hajime Hoshi
|
94c4cc35ab
|
graphics: Forbid copying Image objects
|
2018-02-25 21:55:46 +09:00 |
|
Hajime Hoshi
|
b88b86e0e7
|
Add internal/bsp (#514)
|
2018-02-25 21:26:12 +09:00 |
|
Hajime Hoshi
|
c7a733fb16
|
graphics: Refactoring: remove drawWithFittingScale
|
2018-02-25 03:12:33 +09:00 |
|
Hajime Hoshi
|
0cc456b534
|
ui: Rename sizeChanged -> toChangeSize
|
2018-02-25 00:44:45 +09:00 |
|
Hajime Hoshi
|
04341a014c
|
ui: Add comments
|
2018-02-25 00:44:41 +09:00 |
|
Hajime Hoshi
|
58f5c9c1d0
|
graphics: Refactoring: clearing framebuffer
|
2018-02-24 23:51:05 +09:00 |
|
Hajime Hoshi
|
a2d40e0908
|
graphics: Remove offsetX/offsetY from framebuffer
|
2018-02-24 23:35:55 +09:00 |
|
Hajime Hoshi
|
c5d1f11d95
|
graphics: Remove unused argument from projectionMatrix
|
2018-02-24 23:33:28 +09:00 |
|
Hajime Hoshi
|
9da5099060
|
graphics: Refactoring: Flip Y by geometry matrix instead of projection matrix
|
2018-02-24 23:32:36 +09:00 |
|
Hajime Hoshi
|
a644e92298
|
restorable: Better calculation to clear restorable.Image
|
2018-02-24 21:16:30 +09:00 |
|
Hajime Hoshi
|
da20b3f49a
|
restorable: Bug fix: Clear screen framebuffer on fullscreen mode
Fixes #513
|
2018-02-24 20:48:47 +09:00 |
|
Hajime Hoshi
|
692f36f664
|
graphics: Add comments
|
2018-02-24 20:40:26 +09:00 |
|
Hajime Hoshi
|
78a58fd1ae
|
ui: Bug fix: userInterface.fullscreen() must be called from the main thread
|
2018-02-24 18:10:39 +09:00 |
|
Hajime Hoshi
|
b58dc26832
|
graphics: Remove fillCommand
|
2018-02-24 16:19:43 +09:00 |
|
Hajime Hoshi
|
fe7aae32a0
|
restorable: Remove graphics.Image.Fill usage
|
2018-02-24 16:18:18 +09:00 |
|
Hajime Hoshi
|
2ba89591db
|
restorable: Remove Fill
|
2018-02-24 15:14:53 +09:00 |
|
Hajime Hoshi
|
a87f197c1b
|
ui: Add TODO
|
2018-02-24 14:50:45 +09:00 |
|
Hajime Hoshi
|
556b2ec31b
|
graphics: Implement Image.Fill with DrawImage
|
2018-02-24 05:28:50 +09:00 |
|
Hajime Hoshi
|
3736fd3cfc
|
text: Add text_test.go
|
2018-02-24 04:55:15 +09:00 |
|
Hajime Hoshi
|
af64f8689a
|
graphics: Fix screen filter calculation
|
2018-02-24 04:25:07 +09:00 |
|
Hajime Hoshi
|
9fba60ca03
|
Revert "graphics: Adjust texel positions for consitency"
This reverts commit 816fb314a4 .
|
2018-02-24 01:52:49 +09:00 |
|
Hajime Hoshi
|
816fb314a4
|
graphics: Adjust texel positions for consitency
On second thought, given pixel coords represent a center of texels...
|
2018-02-24 01:52:05 +09:00 |
|
Hajime Hoshi
|
7c66d884d4
|
graphics: Adjusting position is no longer needed
Now pixel position is treated as left-upper in linear filter
|
2018-02-24 01:32:48 +09:00 |
|
Hajime Hoshi
|
e5a2cf29c0
|
graphics: Bug fix: pixel coord is upper-left by default
|
2018-02-24 01:16:32 +09:00 |
|
Hajime Hoshi
|
c76ff5ceb2
|
graphics: Bug fix: fix screen filter calculation
Fixes #512
|
2018-02-23 23:13:20 +09:00 |
|
Hajime Hoshi
|
2507379494
|
restorable: Skip resolving stale images when possible
|
2018-02-23 03:19:20 +09:00 |
|
Hajime Hoshi
|
e6143d0a2b
|
examples: Add spriteshd
|
2018-02-23 02:51:43 +09:00 |
|
Hajime Hoshi
|
b036cac616
|
graphics: Fix screen filter calculation
|
2018-02-23 02:36:12 +09:00 |
|
Hajime Hoshi
|
ed80286431
|
Use an -http address arguments for servers
Fixes #510
|
2018-02-23 01:44:14 +09:00 |
|
Hajime Hoshi
|
591e0ad995
|
graphics: Add 'screen' filter for fast rendering (#509)
|
2018-02-23 01:28:35 +09:00 |
|
Hajime Hoshi
|
092cb2f3f6
|
graphics: Reset source size parameter just in case
|
2018-02-22 11:27:15 +09:00 |
|
Hajime Hoshi
|
4aa5ee032f
|
graphics: Refactoring: Use DrawImageOptions.Filter
|
2018-02-22 01:58:50 +09:00 |
|
Hajime Hoshi
|
1179c12d35
|
graphics: Speed optimization: Use CompositeModeCopy instead of Clear
|
2018-02-22 01:18:33 +09:00 |
|
Hajime Hoshi
|
c6b813a321
|
graphics: Add CompositeMode type to variable declarations for godoc.org
|
2018-02-22 01:16:23 +09:00 |
|
Hajime Hoshi
|
d4b8b99784
|
ui: Bug fix: return is needed for Edge case
Fixes #507
|
2018-02-21 21:53:49 +09:00 |
|
Hajime Hoshi
|
9f4455a65c
|
docs: Update README
|
2018-02-20 02:22:04 +09:00 |
|
Hajime Hoshi
|
e8d5c59e65
|
ebitenutil: Update doc
|
2018-02-20 02:02:30 +09:00 |
|
Hajime Hoshi
|
30e48d5c3c
|
graphics: Stop unnecessary copy of elements (projection matrix)
|
2018-02-20 01:36:56 +09:00 |
|
Hajime Hoshi
|
40b1948baa
|
graphics: Stop unnecessary copy of elements
|
2018-02-20 01:17:21 +09:00 |
|
Hajime Hoshi
|
f1f7e5bcec
|
affine: Transpose ColorM implementation for optimization
|
2018-02-20 00:53:53 +09:00 |
|
Hajime Hoshi
|
9b361086d7
|
affine: Use float32 inside of ColorM
|
2018-02-20 00:33:56 +09:00 |
|
Hajime Hoshi
|
f500acde4c
|
affine: Remove println
|
2018-02-19 02:50:35 +09:00 |
|
Hajime Hoshi
|
2db1753503
|
opengl: Remove struct usages to avoid copying (texture)
|
2018-02-19 02:49:00 +09:00 |
|
Hajime Hoshi
|
f85c846596
|
opengl: Remove invalidFramebuffer and use nil instead
|
2018-02-19 02:22:05 +09:00 |
|
Hajime Hoshi
|
1154fcf470
|
opengl: Remove unused casts
|
2018-02-19 02:20:28 +09:00 |
|
Hajime Hoshi
|
2936ea5080
|
opengl: Remove struct usages to avoid copying (framebuffer)
|
2018-02-19 02:18:56 +09:00 |
|
Hajime Hoshi
|
9400720ddf
|
opengl: Remove struct usages to avoid copying (shader)
|
2018-02-19 02:06:06 +09:00 |
|
Hajime Hoshi
|
9dc68289b8
|
opengl: Remove struct usages to avoid copying (buffer)
|
2018-02-19 02:03:01 +09:00 |
|