This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
filament
Watch
1
Star
0
Fork
0
You've already forked filament
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0807cfbaaa67545a82b7706ee91e6fa6276ca9af
filament
/
libs
History
Mathias Agopian
d1b19efa55
a fast approximation of pow() and pow(x, 2.2f)
...
fast::pow(x, 2.2f) is about 100x faster than std::pow. std::pow(x, 2.2f) takes roughly 1000 cycles.
2018-11-21 13:46:56 -08:00
..
bluegl
Add iOS support to Filament (
#360
)
2018-10-18 12:42:13 -07:00
bluevk
Add iOS support to Filament (
#360
)
2018-10-18 12:42:13 -07:00
filabridge
code size optimizations
2018-11-21 13:46:07 -08:00
filaflat
get rid of std::string in OpenGLProgram
2018-11-21 13:46:07 -08:00
filagui
Prep for using imgui with WebGL. (
#225
)
2018-09-07 13:19:35 -07:00
filamat
Improve the slow-path of creating a program
2018-11-21 13:46:07 -08:00
filameshio
Cleanup and documentation (
#445
)
2018-11-01 16:36:52 -07:00
image
Introduce KtxUtility to make it easier to translate enum values.
2018-11-07 16:12:55 -08:00
imageio
Remove using std::string (
#356
)
2018-10-09 10:34:12 -07:00
math
a fast approximation of pow() and pow(x, 2.2f)
2018-11-21 13:46:56 -08:00
utils
Add wait_for and wait_until to our Condition implementation
2018-11-21 13:46:07 -08:00