| .. |
|
amalgamated.cpp
|
81c93758e3
Added header guards to ovr.h.
|
hace 10 años |
|
bgfx.cpp
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
hace 10 años |
|
bgfx_compute.sh
|
bfb793b3dd
Fixing bug in compute shader macros
|
hace 10 años |
|
bgfx_p.h
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
hace 10 años |
|
bgfx_shader.sh
|
b234364df9
Special casing texture2DLod for SM 2.0 targets
|
hace 10 años |
|
charset.h
|
c25dd466be
Updated copyright year.
|
hace 11 años |
|
config.h
|
328f980945
Cleanup.
|
hace 10 años |
|
fs_clear0.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear0.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear1.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear1.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear2.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear2.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear3.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear3.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear4.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear4.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear5.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear5.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear6.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear6.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_clear7.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_clear7.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
fs_debugfont.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
fs_debugfont.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
glcontext_eagl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_eagl.mm
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_egl.cpp
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_egl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_glx.cpp
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_glx.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_nsgl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_nsgl.mm
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_ppapi.cpp
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_ppapi.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_wgl.cpp
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glcontext_wgl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
hace 10 años |
|
glimports.h
|
fb6aa4f51d
Removed need to set texture format for compute's setImage.
|
hace 11 años |
|
image.cpp
|
a042d6f7b9
Fixed decoding of unsupported RGBA8/BGRA8 formats on D3D9/GL.
|
hace 10 años |
|
image.h
|
a042d6f7b9
Fixed decoding of unsupported RGBA8/BGRA8 formats on D3D9/GL.
|
hace 10 años |
|
makefile
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
ovr.cpp
|
b54d33cdf7
Initialize Oculus pose after reset.
|
hace 10 años |
|
ovr.h
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
hace 10 años |
|
renderdoc.cpp
|
c25dd466be
Updated copyright year.
|
hace 11 años |
|
renderdoc.h
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
hace 10 años |
|
renderer.h
|
32f4165aa9
Updated GENie script to remove *.bin.h from projects.
|
hace 10 años |
|
renderer_d3d.h
|
918b111eb5
Cleanup. Added state cache.
|
hace 10 años |
|
renderer_d3d11.cpp
|
ee649f682e
Fix crash on shutdown in HMD mode.
|
hace 10 años |
|
renderer_d3d11.h
|
4bc2df890a
Make D3D11 work with outdated DXSDK.
|
hace 10 años |
|
renderer_d3d12.cpp
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
hace 10 años |
|
renderer_d3d9.cpp
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
hace 10 años |
|
renderer_d3d9.h
|
23114a821c
32-bit indices support WIP.
|
hace 10 años |
|
renderer_gl.cpp
|
5c7986ad38
GL: Reset state when switching from compute to draw.
|
hace 10 años |
|
renderer_gl.h
|
bff3ae937c
GL: Update frame buffer after reset.
|
hace 10 años |
|
renderer_null.cpp
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
hace 10 años |
|
renderer_vk.cpp
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
hace 10 años |
|
varying.def.sc
|
8e0e21f40d
Normalized line endings.
|
hace 13 años |
|
vertexdecl.cpp
|
5802af7329
Made vertex decl begin accept RenderType::Count as default.
|
hace 10 años |
|
vertexdecl.h
|
c25dd466be
Updated copyright year.
|
hace 11 años |
|
vs_clear.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
vs_clear.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |
|
vs_debugfont.bin.h
|
dedf75a89b
Rebuilt shaders.
|
hace 10 años |
|
vs_debugfont.sc
|
649d7f74d2
Updated copyright year.
|
hace 11 años |