Hajime Hoshi
|
54019a4735
|
affine: Improve speed of ScaleOnly
|
2019-01-23 02:10:59 +09:00 |
|
Hajime Hoshi
|
690c3cf981
|
graphics: Embed 'scale' part of the color matrix
If the color matrix includes only 'scale' part, they are embedded
into vertices in order to reduce draw calls.
Fixes #662
|
2018-08-10 23:20:55 +09:00 |
|
Hajime Hoshi
|
77e905eb25
|
Revert "graphics: Embed color matrices values to vertices (#655)"
This reverts commit 5a9235aaf9 .
|
2018-08-06 01:44:31 +09:00 |
|
Hajime Hoshi
|
9af8e621bd
|
Revert "affine: Refactoring: Unify two element slices into one"
This reverts commit da662b384c .
|
2018-08-06 01:44:31 +09:00 |
|
Hajime Hoshi
|
da662b384c
|
affine: Refactoring: Unify two element slices into one
|
2018-07-27 01:51:49 +09:00 |
|
Hajime Hoshi
|
5a9235aaf9
|
graphics: Embed color matrices values to vertices (#655)
Fixes #531
|
2018-07-26 11:37:27 +09:00 |
|
Hajime Hoshi
|
e3ab158d7d
|
affine: Allow absence of the translate part
|
2018-07-21 17:21:55 +09:00 |
|
Hajime Hoshi
|
f1ba3e5894
|
affine: Optimization Equals
|
2018-03-04 23:23:11 +09:00 |
|
Hajime Hoshi
|
1a2a108639
|
affine: Add comments
|
2018-02-28 02:21:07 +09:00 |
|
Hajime Hoshi
|
ccd9241b07
|
affine: Refactoring ColorM
|
2018-02-28 02:14:09 +09:00 |
|
Hajime Hoshi
|
8c8e512059
|
affine: User nillable pattern for ColorM
|
2018-02-28 02:14:06 +09:00 |
|
Hajime Hoshi
|
bea63946fc
|
affine: Bug fix: ColorM.Apply was wrong when alpha is 0
|
2018-02-27 12:16:16 +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
|
929dfa1cfb
|
affine: Implement ColorM.Add for backward compatibility: Don't use this anyway
|
2018-02-13 03:06:19 +09:00 |
|
Hajime Hoshi
|
95480d0644
|
affine: Separate ColorM impl into two slices
This fix avoids unnecessary allocating arrays.
|
2018-02-12 19:01:01 +09:00 |
|
Hajime Hoshi
|
6ae67fc6dd
|
graphics: Add ColorM.Apply (#432)
|
2017-10-14 23:58:09 +09:00 |
|
Hajime Hoshi
|
a7fc463d91
|
doc: Improve comments
|
2017-10-01 03:15:50 +09:00 |
|
Hajime Hoshi
|
803aa77c20
|
affine: Refactoring
|
2017-09-16 15:49:12 +09:00 |
|
Hajime Hoshi
|
dad427920d
|
affine: Add Reset function
|
2017-05-28 00:49:44 +09:00 |
|
Hajime Hoshi
|
6db994f0e8
|
graphics: Optimize GeoM
|
2017-05-24 00:57:57 +09:00 |
|
Hajime Hoshi
|
6e84919ed5
|
affine: Make Scale/Translate faster
|
2017-01-20 01:08:14 +09:00 |
|
Hajime Hoshi
|
48c8934838
|
affine: Refactoring
|
2017-01-20 00:46:25 +09:00 |
|
Hajime Hoshi
|
dfcd9fc30c
|
graphics: Make matrices faster
|
2017-01-20 00:37:51 +09:00 |
|
Hajime Hoshi
|
71a4465c6f
|
graphics: Improve matrices speed
|
2017-01-19 12:07:31 +09:00 |
|
Hajime Hoshi
|
9087269212
|
graphics: Make copying GeoM faster
|
2017-01-19 10:59:07 +09:00 |
|
Hajime Hoshi
|
a744285b51
|
graphics: Make copying ColorM faster
|
2017-01-18 02:25:23 +09:00 |
|
Hajime Hoshi
|
7bd2fb6ce2
|
graphics: Bug fix: ColorM.Scale worked wrongly
|
2016-11-27 23:27:20 +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
|
84baee8ca7
|
Add internals/affine
|
2016-11-01 00:13:19 +09:00 |
|