mittorn
|
4c73f026b2
|
ref_soft: Fix render setup
|
6 years ago |
mittorn
|
932ad73441
|
ref_soft: Add OpenMP for blit and 2d draw
|
6 years ago |
mittorn
|
bf0d694c71
|
ref_soft: mipmap support
|
6 years ago |
mittorn
|
a2e689aba3
|
ref_soft: Fix crash on x86
|
6 years ago |
mittorn
|
c82eb39d54
|
ref_soft: Skip sky and transparent surfaces (increase FPS)
|
6 years ago |
mittorn
|
a00256a61c
|
ref_soft: Update API
|
6 years ago |
mittorn
|
842a15ee45
|
ref_soft: Merge kernel texture filter
|
6 years ago |
mittorn
|
e7785c9ccb
|
ref_soft: Make it draw something, screen settings still wrong
|
6 years ago |
Alibek Omarov
|
62f04137a5
|
engine: hide ref calls under Host_IsDedicated checks, replace ref function ptr checks by \!Host_IsDedicated
|
6 years ago |
Alibek Omarov
|
5f849c4823
|
engine: bring back XASH_USE_SELECT. I need somehow disable this only on my work PC
|
6 years ago |
Alibek Omarov
|
b09242e41c
|
engine: fix dedicated check
|
6 years ago |
Alibek Omarov
|
1538bc609d
|
vgui_support: wscript: automatically disable vgui_support build on unsupported CPU type
|
6 years ago |
Alibek Omarov
|
26616314f8
|
engine: add initial support for MCST Elbrus
|
6 years ago |
Alibek Omarov
|
1483b21f00
|
Merge branch '0.20-renderdll'
|
6 years ago |
Alibek Omarov
|
743c5ca8d5
|
engine: make dedicated work again
|
6 years ago |
Alibek Omarov
|
92b89936b3
|
ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs
|
6 years ago |
mittorn
|
2b521ee201
|
ref_soft: Copy world renderer from zq/q2, does not render anything now
|
6 years ago |
Alibek Omarov
|
8abbef8dbd
|
scripts: try to workaround mingw bug by adding sse2
|
6 years ago |
Alibek Omarov
|
59f3b63e0a
|
ref_gl: wscript: fix libm linking
|
6 years ago |
Alibek Omarov
|
6a6f341c07
|
Merge pull request #22 from FWGS/netsplit
Extended netsplit, network extensions
|
6 years ago |
mittorn
|
ce27aad67b
|
ref_soft: Fix alpha blending, optimize blitting
|
6 years ago |
mittorn
|
6784b9062e
|
ref_soft: hide color loops to macro
|
6 years ago |
mittorn
|
f23ecc6895
|
ref_soft: Implement rendermodes, colors, alpha textures/blending
|
6 years ago |
mittorn
|
ae6b460f35
|
ref_soft: Implement internal color tables
|
6 years ago |
Alibek Omarov
|
402a596415
|
ref: add EXPORT to GetRefAPI, so MSVC will create *.lib file and not confuse waf or dynamic linker
|
6 years ago |
Alibek Omarov
|
52eb84d34b
|
mainui: update
|
6 years ago |
Alibek Omarov
|
f3a2f46fb3
|
wscript: remove libm linking to static public, it's useless. Correct include path order
|
6 years ago |
Alibek Omarov
|
4880ca3ca2
|
engine: move EXPORT definition to xash3d_types
|
6 years ago |
Alibek Omarov
|
121c72c9e0
|
Merge origin/master into ref_dll
|
6 years ago |
Alibek Omarov
|
e20e114643
|
miniutl: update
|
6 years ago |
Alibek Omarov
|
7e08104631
|
ref_gl: fixes for MSVC
|
6 years ago |
Alibek Omarov
|
7aa7f4dbbd
|
engine: fix broken win32 types after moving more definitions to xash3d_types.h
|
6 years ago |
Alibek Omarov
|
fb6fd61cd9
|
public: initial moving some common code into static public library, that can be linked to any engine part
|
6 years ago |
mittorn
|
1ca28badad
|
ref_soft: initial 2D drawing implementation
|
6 years ago |
mittorn
|
34da3e0ccd
|
ref: clear draw entities when clearing edicts
|
6 years ago |
mittorn
|
0a22040c6e
|
Fix SpriteTexture
|
6 years ago |
mittorn
|
c55b7dcda7
|
ref: simplify efx api, move efrags to engine
|
6 years ago |
mittorn
|
78f8932313
|
Fill client RenderAPI
|
6 years ago |
mittorn
|
f00181223f
|
Remove duplicate R_ClearScene
|
6 years ago |
mittorn
|
bf2f829382
|
Disable Mod_ClearUserData in SV_UnloadProgs (it is still called on restart)
|
6 years ago |
mittorn
|
297ca08e81
|
ref: replace model (un)loading by Mod_ProcessRenderData
|
6 years ago |
mittorn
|
8339096ad8
|
ref: Improve model unloading, fix texture leak
|
6 years ago |
mittorn
|
3d39d78e53
|
ref: fix hud sprites
|
6 years ago |
mittorn
|
00ce909fc8
|
Setup renderer time
|
6 years ago |
mittorn
|
aabf5f5621
|
ref: remove convar_t from renderer, disable engine-related definitions in mod_local
|
6 years ago |
mittorn
|
9c6352ec57
|
ref: move tracer color cvars to ref
|
6 years ago |
mittorn
|
7382fc7c49
|
mobility: add stub for touch (hlsdk-xash3d compatibility
|
6 years ago |
mittorn
|
5fa9632ec0
|
fix studiomodel textures
|
6 years ago |
mittorn
|
db78726656
|
ref: implement ASSERT macro
|
6 years ago |
mittorn
|
57320c0c25
|
ref: get rid of vidState, add GL_SwapBuffers to engine exports
|
6 years ago |