Branimir Karadžić 6aa9629816 Added initial occlusion query support. il y a 10 ans
..
amalgamated.cpp b702dcdf3c D3D12: Initial commit. il y a 10 ans
amalgamated.mm d7a9b56dc6 Added ObjC amalgamated file. il y a 10 ans
bgfx.cpp 6aa9629816 Added initial occlusion query support. il y a 10 ans
bgfx_compute.sh 51c10dd59d Cleanup. il y a 10 ans
bgfx_p.h 6aa9629816 Added initial occlusion query support. il y a 10 ans
bgfx_shader.sh 9ded9412a8 Fixed alpharef. il y a 10 ans
charset.h c25dd466be Updated copyright year. il y a 11 ans
config.h 6aa9629816 Added initial occlusion query support. il y a 10 ans
fs_clear0.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear0.sc 306b7060ca Cleanup. il y a 10 ans
fs_clear1.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear1.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear2.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear2.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear3.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear3.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear4.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear4.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear5.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear5.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear6.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear6.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_clear7.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_clear7.sc 649d7f74d2 Updated copyright year. il y a 11 ans
fs_debugfont.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
fs_debugfont.sc 649d7f74d2 Updated copyright year. il y a 11 ans
glcontext_eagl.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_eagl.mm 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_egl.cpp 7eb18e4a10 asmjs: Fixed context resize. il y a 10 ans
glcontext_egl.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_glx.cpp 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_glx.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_nsgl.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_nsgl.mm 79c674bf12 Support OSX versions before high-DPI support was added il y a 10 ans
glcontext_ppapi.cpp d1f99896ec Moved public header files into bgfx subdirectory. il y a 10 ans
glcontext_ppapi.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_wgl.cpp 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glcontext_wgl.h 05f94f44be Report HiDPI display support thru caps. il y a 10 ans
glimports.h 9429d46f1c Cleanup. il y a 10 ans
image.cpp 91fe7aafdb Added support for RGB9E5F fromat. il y a 10 ans
image.h bff5f2bafd Cleanup. il y a 10 ans
makefile 649d7f74d2 Updated copyright year. il y a 11 ans
ovr.cpp 466c76071a Cleanup. il y a 10 ans
ovr.h 466c76071a Cleanup. il y a 10 ans
renderdoc.cpp c94f5acd6d Updated RenderDoc header to v0.26. il y a 10 ans
renderdoc.h 6ba3a60c1a Fixed amalgamated build with multiple renderers. il y a 10 ans
renderer.h bb89e6291c Cleanup. il y a 10 ans
renderer_d3d.h 1e66ff0440 Added DXSDK header files. il y a 10 ans
renderer_d3d11.cpp 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_d3d11.h 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_d3d12.cpp 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_d3d12.h 8c3cad091d D3D12: Added blit. il y a 10 ans
renderer_d3d9.cpp 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_d3d9.h 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_gl.cpp 6aa9629816 Added initial occlusion query support. il y a 10 ans
renderer_gl.h 91fe7aafdb Added support for RGB9E5F fromat. il y a 10 ans
renderer_mtl.h 55a176618d Metal: Fixed fallback texture format. il y a 10 ans
renderer_mtl.mm 0e116113fb Cleanup. il y a 10 ans
renderer_null.cpp 6aa6efda12 Added initial texture read back support. il y a 10 ans
renderer_vk.cpp c2398f34c0 Cleanup. il y a 10 ans
shader_dx9bc.cpp 8adc099b02 Cleanup. il y a 10 ans
shader_dx9bc.h b702dcdf3c D3D12: Initial commit. il y a 10 ans
shader_dxbc.cpp 2c2b22b711 DXBC: Added missing chunks. il y a 10 ans
shader_dxbc.h e5db297ba8 Fixed framebuffer clear. il y a 10 ans
shader_spirv.cpp a6983339c8 Fixed release build. il y a 10 ans
shader_spirv.h b702dcdf3c D3D12: Initial commit. il y a 10 ans
varying.def.sc 8e0e21f40d Normalized line endings. il y a 13 ans
vertexdecl.cpp 3bee406cb5 Maybe it makes more sense for fields to be uint16_t since the result, m_attributes, is uint16_t. il y a 10 ans
vertexdecl.h d1f99896ec Moved public header files into bgfx subdirectory. il y a 10 ans
vs_clear.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
vs_clear.sc 649d7f74d2 Updated copyright year. il y a 11 ans
vs_debugfont.bin.h 5d5df77318 Metal backend: initial commit il y a 10 ans
vs_debugfont.sc 649d7f74d2 Updated copyright year. il y a 11 ans