Commit Graph

2037 Commits

Author SHA1 Message Date
Hajime Hoshi
a5f80c3716 restorable: VRAM -> GPU 2017-05-30 01:28:23 +09:00
Hajime Hoshi
9c9c70e7ba graphics: Use SourceRect at image_test.go 2017-05-30 01:01:19 +09:00
Hajime Hoshi
c6c8ff22d7 graphics: Panic first when drawing the same image 2017-05-30 00:56:01 +09:00
Hajime Hoshi
e794ab71ff doc: Update examples/sprites image 2017-05-29 23:04:20 +09:00
Hajime Hoshi
5dffe80a1a doc: Update examples/sprites 2017-05-29 22:56:56 +09:00
Hajime Hoshi
8e1d3a151e examples/blocks: Bug fix: applying ColorM (#356) 2017-05-29 22:46:40 +09:00
Hajime Hoshi
fb65fe1fee doc: Update: changed the path for the script location 2017-05-29 22:01:47 +09:00
Hajime Hoshi
6db96f5442 affine: Make GeoM.Rotate faster 2017-05-28 04:16:11 +09:00
Hajime Hoshi
3a58bd7f26 examples/sprites: Rotate images (#277) 2017-05-28 04:09:04 +09:00
Hajime Hoshi
b66ead56c8 ebitenutil: Remove debugPrintImageParts 2017-05-28 03:15:55 +09:00
Hajime Hoshi
691db07678 ebitenutil: Use SourceRect (#277) 2017-05-28 03:10:32 +09:00
Hajime Hoshi
7773aff3f7 examples/font: Reimplement DrawTextOnImage for examples/keybaord/keybaord 2017-05-28 03:01:49 +09:00
Hajime Hoshi
522ec0c1bf examples: Temporary compile error fix 2017-05-28 02:43:21 +09:00
Hajime Hoshi
0d1d6cfd85 examples/common: Use SourceRect (#277) 2017-05-28 02:40:23 +09:00
Hajime Hoshi
f88d5ab1ef example: Use SourceRect (#277) 2017-05-28 02:24:23 +09:00
Hajime Hoshi
e84b717c95 examples/sprites: Apply ColorM change only once 2017-05-28 01:02:54 +09:00
Hajime Hoshi
3b3179e33e graphics: Add vertices backend 2017-05-28 00:49:44 +09:00
Hajime Hoshi
dad427920d affine: Add Reset function 2017-05-28 00:49:44 +09:00
Hajime Hoshi
de7215f3fc graphics: Add DrawImageOptions.SourceRect 2017-05-28 00:49:44 +09:00
Hajime Hoshi
8614599c5c graphics: Don't call IsTexture on browsers 2017-05-28 00:49:01 +09:00
Hajime Hoshi
e53262bfac graphics: Replace copy with for-loop 2017-05-28 00:14:53 +09:00
Hajime Hoshi
3b25289a18 graphics: Add BenchmarkDrawImage 2017-05-27 22:28:14 +09:00
Hajime Hoshi
a816c9c7fe Reduce defer sentences for performance 2017-05-27 21:35:38 +09:00
Hajime Hoshi
0ab46b1780 graphics: Fix tests 2017-05-27 17:25:47 +09:00
Hajime Hoshi
1b1b996817 graphics: Avoid copying ColorM 2017-05-27 16:17:49 +09:00
Hajime Hoshi
1b72263ce1 sync: Add sync package 2017-05-27 02:37:01 +09:00
Hajime Hoshi
e1b5c992b4 graphics: Refactoring: remove unnecessary empty slices 2017-05-26 22:32:38 +09:00
Hajime Hoshi
c19b233ec6 affine: Add ConcatSelf tests 2017-05-25 22:14:54 +09:00
Hajime Hoshi
6db994f0e8 graphics: Optimize GeoM 2017-05-24 00:57:57 +09:00
Hajime Hoshi
06d3eb66c7 graphics: Add BenchmarkGeoM 2017-05-24 00:56:31 +09:00
Hajime Hoshi
f05bf143f7 graphics: Unify vertices*.go 2017-05-21 23:49:56 +09:00
Hajime Hoshi
4770abd2fe doc: Update examples (#354) 2017-05-16 10:38:34 +09:00
Hajime Hoshi
a657cac229 examples: Call IsRunningSlowly (#354) 2017-05-16 10:35:58 +09:00
Hajime Hoshi
9f53404655 doc: Improve favicon 2017-05-16 02:24:48 +09:00
Hajime Hoshi
ab7f53382d doc: Update favicon 2017-05-16 02:01:12 +09:00
Hajime Hoshi
7b52a13068 doc: Update favicon.png (#350) 2017-05-16 01:30:08 +09:00
Hajime Hoshi
8b719c2665 doc: Fix macOS link 2017-05-15 00:07:13 +09:00
Hajime Hoshi
93cdfe107e ui: Keep the device scale to avoid re-calculation 2017-05-14 04:21:20 +09:00
Hajime Hoshi
d6219e38d8 ui: Rename files 2017-05-13 19:50:40 +09:00
Hajime Hoshi
84530142f3 doc: Add FreeBSD support 2017-05-12 23:59:34 +09:00
Hajime Hoshi
a8df85030b doc: Fix README 2017-05-11 19:10:14 +09:00
Hajime Hoshi
b409631515 Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
Hajime Hoshi
64862929a9 audio: Fix usage of 'oto' 2017-05-05 15:13:46 +09:00
Hajime Hoshi
766072cdbb audio: Make 'oto' package and use that (#351) 2017-05-04 21:09:02 +09:00
Hajime Hoshi
951e5bccef restorable: Remove Images() 2017-05-04 00:08:07 +09:00
Hajime Hoshi
8b48d010ed restorable: Refactoring 2017-05-03 23:24:00 +09:00
Hajime Hoshi
bc105e7350 restorable: Unexport functions 2017-05-03 23:18:35 +09:00
Hajime Hoshi
aa5c278445 restorable: Unexport add 2017-05-03 23:15:18 +09:00
Hajime Hoshi
ed4cd67fb3 graphics: finalizers must be reset when disposing 2017-05-03 23:15:03 +09:00
Hajime Hoshi
9f5cf48d24 restorable: Move Images to resotrable package 2017-05-03 23:11:43 +09:00