Lioncash
|
5a9c00ea04
|
common/color: Remove unnecessary const qualifiers on return types
These are just superfluous and not necessesary
|
2018-08-08 16:17:41 -04:00 |
|
Lioncash
|
76197a4be9
|
common/color: Get rid of undefined behavior
Gets rid of type punning via reinterpret_cast within functions. Instead,
we use memcpy to transfer the contents across types.
|
2018-08-08 16:14:37 -04:00 |
|
James Rowe
|
096be16636
|
Format: Run the new clang format on everything
|
2018-01-20 16:45:11 -07:00 |
|
Emmanuel Gil Peyrot
|
dc8479928c
|
Sources: Run clang-format on everything.
|
2016-09-18 09:38:01 +09:00 |
|
Lioncash
|
60fe45813b
|
color: Make trivial helpers constexpr
|
2016-01-27 22:14:17 -05:00 |
|
Patrick Martin
|
5b65d95310
|
videocore: Added RG8 texture support
|
2015-08-16 02:21:50 -03:00 |
|
Tony Wasserka
|
5e79706db2
|
Pica: Implement stencil testing.
|
2015-07-13 23:54:39 +02:00 |
|
archshift
|
76690392bf
|
Move video_core/color.h to common/color.h
|
2015-05-30 11:17:37 -07:00 |
|