added maxColorBuffersCount capability; changed internal caps in GlDevice |
|
More...
|
about 11 years ago
|
Merge remote-tracking branch 'github/master' into emscripten |
|
More...
|
about 11 years ago
|
glsl 1.0 support mat3, mat4, etc, but not mat4x3 or mat4x4. next versions of glsl support both mat4x4 and mat4 |
|
More...
|
about 11 years ago
|
fixes for emscripten in GlFramebuffer: use only functions which is in WebGL |
|
More...
|
about 11 years ago
|
hacks for emscripten with texture formats; fix with pixel store flags |
|
More...
|
about 11 years ago
|
fix of handling filenames in posix file system |
|
More...
|
about 11 years ago
|
add capabilities initialization in GlDevice |
|
More...
|
about 11 years ago
|
instancer clang fixes + GlslGenerator fixes added changing uint to int for webgl glsl |
|
More...
|
about 11 years ago
|
use instancer in TextDrawer |
|
More...
|
about 11 years ago
|
Instancer helper class |
|
More...
|
about 11 years ago
|
remove old code from TempFileSystem |
|
More...
|
over 11 years ago
|
dummy EmsWindow implementation for latest mouse lock and cursor visible api |
|
More...
|
over 11 years ago
|
work-in-progress emscripten port of gl subsystem |
|
More...
|
over 11 years ago
|
dummy implementations for mouse lock and cursor visibility for Platform::X11Window |
|
More...
|
over 11 years ago
|
changes for Input::X11Manager related to mouse input refactor |
|
More...
|
over 11 years ago
|
Merge remote-tracking branch 'github/master' into emscripten |
|
More...
|
over 11 years ago
|
several fixes because of deleted files |
|
More...
|
over 11 years ago
|
Merge remote-tracking branch 'github/master' into emscripten |
|
More...
|
over 11 years ago
|
refactor of fragment output in shaders: remove Fragment variables, added dedicated function to output fragments |
|
More...
|
over 11 years ago
|
added graphics capabilities flags |
|
More...
|
over 11 years ago
|
creating shader compiler and shader generator methods have moved from Graphics::System to Graphics::Device; implementations for dx11 and gl have been updated |
|
More...
|
over 11 years ago
|
mouse lock and cursor visibility api in Platform::Window; implementation for Win32Window |
|
More...
|
over 11 years ago
|
several comment translations |
|
More...
|
over 11 years ago
|
input mouse move event splitted to raw move and cursor move events; added support of splitted events for Win32 input managers; input frame now applies event to input state BEFORE presenting outside, so when event is current, it's already checked into state; useless AcquireDevices/UnaquireDevices removed |
|
More...
|
over 11 years ago
|
new classes for emscripten support + fixes |
|
More...
|
over 11 years ago
|
fix bullet compilation after moving |
|
More...
|
over 11 years ago
|
patch bullet to eliminate clang warning about hiding overloaded virtual function. see https://code.google.com/p/bullet/issues/detail?id=693 |
|
More...
|
over 11 years ago
|
move original bullet code into repo subdirectory |
|
More...
|
over 11 years ago
|
emscripten related tweaks and fixes |
|
More...
|
over 11 years ago
|
fix several warnings and errors on emscripten's clang |
|
More...
|
over 11 years ago
|