userDiogo Teixeiracancel
repoNative Librarycancel

77 Commits over 1,187 Days - 0.00cph!

7 Years Ago
Manual Windows build
7 Years Ago
small culling toggle correction
7 Years Ago
Manual Windows build
7 Years Ago
Fixed and simplified cull processor
7 Years Ago
Manual Windows build
7 Years Ago
Skip non callback occludees
7 Years Ago
Added culling occludee processing
7 Years Ago
Manual Windows build
7 Years Ago
Fixed windows compile error Manual Windows build
7 Years Ago
Manual Windows Build
7 Years Ago
Fixed buffer readback alignment issue in d3d11 and glcore
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Adjusted readback texture swizzling
7 Years Ago
▄▄▆ ▅▌▌▋▋▆▊▌▄
7 Years Ago
Windows missing lib
7 Years Ago
Attempt to fix windows compilation
7 Years Ago
Added texture readback support for R32F formats Fixed/improved OpenGL and D3D9 texture readback paths
7 Years Ago
Added buffer readback for single channel float textures
8 Years Ago
Removed forced context flush on buffer readback
8 Years Ago
Nuked pvt-related code
8 Years Ago
Fixed potential NRE/crash in buffer readback
8 Years Ago
Type agnostic readback pointer
8 Years Ago
Enabled full optimizations on Renderer module Optimized d3d11 and glcore readback data copy
8 Years Ago
Updated my copy batch file
8 Years Ago
Fixed + tested texture readback argb ordering on all platforms Cleaned up buffer readback code
8 Years Ago
Missed one
8 Years Ago
Fixed osx compilation warnings and errors
8 Years Ago
Added virtually lockless texture/compute-buffer readback functionality
8 Years Ago
Added readback support for compute buffers; renamed to more generic BufferReadback; updated API
8 Years Ago
high perf texture readback (wip)
8 Years Ago
Added renderer device cancel request
8 Years Ago
Removed SystemInfo.cpp from Renderer
8 Years Ago
Updated ignore conf for Renderer module; updated diogo_copy2rust based on garry's Removed renderer enabled conditional from Renderer module Renamed Renderer/src/RustNative.h/cpp to Renderer/src/Renderer.h/.cpp
9 Years Ago
fixing osx compilation; premake4 doesn't seem to recognize 'toolset'
9 Years Ago
reverting
9 Years Ago
osx compilation fix test
9 Years Ago
Added native glcore support
9 Years Ago
Got rid of GL path and opengl32.dll dependency on windows; available only with _DEBUG conditional
9 Years Ago
Removed deprecated FFT code
9 Years Ago
Manual windows build
9 Years Ago
Fixed some potential leaks
9 Years Ago
Manual windows build
9 Years Ago
Fixed that sneaky crash
9 Years Ago
Fix for linux crash on selfcheck
9 Years Ago
Safer render thread sync stability
9 Years Ago
Fixed race condition in dev req causing crashes