1
I Use This!
Inactive

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added maxColorBuffersCount capability; changed internal caps in GlDevice
Alexander Bich
as Quyse Lert
More... about 11 years ago
Merge remote-tracking branch 'github/master' into emscripten
Alexander Bich
as Quyse Lert
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
Alexander Bich
as Quyse Lert
More... about 11 years ago
fixes for emscripten in GlFramebuffer: use only functions which is in WebGL
Alexander Bich
as Quyse Lert
More... about 11 years ago
hacks for emscripten with texture formats; fix with pixel store flags
Alexander Bich
as Quyse Lert
More... about 11 years ago
fix of handling filenames in posix file system
Alexander Bich
as Quyse Lert
More... about 11 years ago
add capabilities initialization in GlDevice
Alexander Bich
as Quyse Lert
More... about 11 years ago
instancer clang fixes + GlslGenerator fixes added changing uint to int for webgl glsl
Alexander Bich
as Quyse Lert
More... about 11 years ago
use instancer in TextDrawer
Alexander Bich
as Quyse Lert
More... about 11 years ago
Instancer helper class
Alexander Bich
as Quyse Lert
More... about 11 years ago
remove old code from TempFileSystem
Alexander Bich
as Quyse Lert
More... over 11 years ago
dummy EmsWindow implementation for latest mouse lock and cursor visible api
Alexander Bich
as Quyse Lert
More... over 11 years ago
work-in-progress emscripten port of gl subsystem
Alexander Bich
as Quyse Lert
More... over 11 years ago
dummy implementations for mouse lock and cursor visibility for Platform::X11Window
Alexander Bich
as Quyse Lert
More... over 11 years ago
changes for Input::X11Manager related to mouse input refactor
Alexander Bich
as Quyse Lert
More... over 11 years ago
Merge remote-tracking branch 'github/master' into emscripten
Alexander Bich
as Quyse Lert
More... over 11 years ago
several fixes because of deleted files
Alexander Bich
as Quyse Lert
More... over 11 years ago
Merge remote-tracking branch 'github/master' into emscripten
Alexander Bich
as Quyse Lert
More... over 11 years ago
refactor of fragment output in shaders: remove Fragment variables, added dedicated function to output fragments
Alexander Bich
as Quyse Lert
More... over 11 years ago
added graphics capabilities flags
Alexander Bich
as Quyse Lert
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
Alexander Bich
as Quyse Lert
More... over 11 years ago
mouse lock and cursor visibility api in Platform::Window; implementation for Win32Window
Alexander Bich
as Quyse Lert
More... over 11 years ago
several comment translations
Alexander Bich
as Quyse Lert
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
Alexander Bich
as Quyse Lert
More... over 11 years ago
new classes for emscripten support + fixes
Alexander Bich
as Quyse Lert
More... over 11 years ago
fix bullet compilation after moving
Alexander Bich
as Quyse Lert
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
Alexander Bich
as Quyse Lert
More... over 11 years ago
move original bullet code into repo subdirectory
Alexander Bich
as Quyse Lert
More... over 11 years ago
emscripten related tweaks and fixes
Alexander Bich
as Quyse Lert
More... over 11 years ago
fix several warnings and errors on emscripten's clang
Alexander Bich
as Quyse Lert
More... over 11 years ago