| .. |
|
amalgamated.cpp
|
81c93758e3
Added header guards to ovr.h.
|
před 10 roky |
|
bgfx.cpp
|
bd17691a41
Added sRGB texture caps.
|
před 10 roky |
|
bgfx_compute.sh
|
3b66dfa5e8
Added indirect compute dispatch.
|
před 10 roky |
|
bgfx_p.h
|
3b66dfa5e8
Added indirect compute dispatch.
|
před 10 roky |
|
bgfx_shader.sh
|
a555a112a6
Cleanup.
|
před 10 roky |
|
charset.h
|
c25dd466be
Updated copyright year.
|
před 11 roky |
|
config.h
|
3b66dfa5e8
Added indirect compute dispatch.
|
před 10 roky |
|
fs_clear0.bin.h
|
306b7060ca
Cleanup.
|
před 10 roky |
|
fs_clear0.sc
|
306b7060ca
Cleanup.
|
před 10 roky |
|
fs_clear1.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear1.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear2.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear2.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear3.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear3.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear4.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear4.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear5.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear5.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear6.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear6.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_clear7.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_clear7.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
fs_debugfont.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
fs_debugfont.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
glcontext_eagl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glcontext_eagl.mm
|
a528554e67
Cleanup passing platform window/context data.
|
před 10 roky |
|
glcontext_egl.cpp
|
1dd602dd83
EGL: Fixed compile error.
|
před 10 roky |
|
glcontext_egl.h
|
0da98e8645
Fixed creation of GLES3 textures with compute write flag.
|
před 10 roky |
|
glcontext_glx.cpp
|
a528554e67
Cleanup passing platform window/context data.
|
před 10 roky |
|
glcontext_glx.h
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glcontext_nsgl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glcontext_nsgl.mm
|
a528554e67
Cleanup passing platform window/context data.
|
před 10 roky |
|
glcontext_ppapi.cpp
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glcontext_ppapi.h
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glcontext_wgl.cpp
|
916693c29b
Fixed GLES 3.0+ build.
|
před 10 roky |
|
glcontext_wgl.h
|
288361b5c1
Pass all reset flags to glcontext.
|
před 10 roky |
|
glimports.h
|
916693c29b
Fixed GLES 3.0+ build.
|
před 10 roky |
|
image.cpp
|
d5923e25fe
sRGB support for D3D9
|
před 10 roky |
|
image.h
|
8919b15468
Adding sRGB support for D3D11 and DDS.
|
před 10 roky |
|
makefile
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
ovr.cpp
|
80b6202ec0
Fixed switch without case warning.
|
před 10 roky |
|
ovr.h
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
před 10 roky |
|
renderdoc.cpp
|
33dc15476b
Updated RenderDoc header to v0.24.
|
před 10 roky |
|
renderdoc.h
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
před 10 roky |
|
renderer.h
|
117571231a
Fixing crash on WP8 ARM
|
před 10 roky |
|
renderer_d3d.h
|
918b111eb5
Cleanup. Added state cache.
|
před 10 roky |
|
renderer_d3d11.cpp
|
146829b057
Commenting out RenderDoc interface release. Issue #380.
|
před 10 roky |
|
renderer_d3d11.h
|
a40281ea23
Reverted MinGW info queue fix. Doesn't work with TDM64-1 4.9.2. Pull request #377.
|
před 10 roky |
|
renderer_d3d12.cpp
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
před 10 roky |
|
renderer_d3d9.cpp
|
f3f302a20b
GL: Create sRGB textures. D3D9: Enumerate sRGB textures.
|
před 10 roky |
|
renderer_d3d9.h
|
23114a821c
32-bit indices support WIP.
|
před 10 roky |
|
renderer_gl.cpp
|
e70ee88dc7
EGL: Initialize GLES2 when KHR_create_context is not available.
|
před 10 roky |
|
renderer_gl.h
|
9e5e7d476b
Cleanup.
|
před 10 roky |
|
renderer_null.cpp
|
66edb6c566
Moved HMD tracking into flip. Removed unnecessary frame data when using single-threaded renderer.
|
před 10 roky |
|
renderer_vk.cpp
|
6ba3a60c1a
Fixed amalgamated build with multiple renderers.
|
před 10 roky |
|
varying.def.sc
|
8e0e21f40d
Normalized line endings.
|
před 13 roky |
|
vertexdecl.cpp
|
5802af7329
Made vertex decl begin accept RenderType::Count as default.
|
před 10 roky |
|
vertexdecl.h
|
c25dd466be
Updated copyright year.
|
před 11 roky |
|
vs_clear.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
vs_clear.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |
|
vs_debugfont.bin.h
|
dedf75a89b
Rebuilt shaders.
|
před 10 roky |
|
vs_debugfont.sc
|
649d7f74d2
Updated copyright year.
|
před 11 roky |