Alibek Omarov
|
94d0c78913
|
ref_gl: update gles2 wrapper
|
5 years ago |
mittorn
|
34463dcddc
|
ref_gl: fix glConfig.max_texture_units when GL_MAX_TEXTURE_UNITS_ARB query not supported
|
5 years ago |
Alibek Omarov
|
6e95e19589
|
submodules: update
|
5 years ago |
Alibek Omarov
|
8323df240b
|
engine: implement menu extensions to allow choosing renderers from GUI
|
5 years ago |
Alibek Omarov
|
a1ae770f70
|
engine: ref: add optional export to determine actual human readable renderer name
|
5 years ago |
Alibek Omarov
|
24adb6e3e0
|
ref_gl: update wrappers
|
5 years ago |
Alibek Omarov
|
d992f8525b
|
ref_gl: enable VBO for GLES targets, slightly refactor extensions checking, fix UB when initializing glwes
|
5 years ago |
Alibek Omarov
|
5cfe9ef181
|
ref_gl: update gles1 and gles2 wrappers
|
5 years ago |
Alibek Omarov
|
fce0ef6ad2
|
ref_gl: change gl_round_down flag, remove executing configs, implement GetConfigName call
|
5 years ago |
Alibek Omarov
|
8f9800eb3c
|
ref: move R_DrawTree from refdll to engine, implement using ref's triapi
|
5 years ago |
Alibek Omarov
|
2f8fec6b70
|
Remove trailing spaces, convert mistakenly put spaces to tabs. The most useful commit ever.
|
5 years ago |
Alibek Omarov
|
4beba75159
|
engine: fix various compiler warnings
|
5 years ago |
Alibek Omarov
|
2d48e73f9d
|
ref_gl: fix compiler warning, most useful commit
|
5 years ago |
Alibek Omarov
|
511d728337
|
ref_gl: remove unused static function
|
5 years ago |
Alibek Omarov
|
771c09226e
|
ref_gl: patched to compile
|
5 years ago |
Alibek Omarov
|
2202e13a61
|
ref_gl: fix #52
|
5 years ago |
Alibek Omarov
|
3ae7ecaeb3
|
engine: patched to compile, moved gl_clear to engine
|
5 years ago |
Alibek Omarov
|
76dae35955
|
ref: remove COM_HashKey API call
|
5 years ago |
Alibek Omarov
|
b146f495fc
|
Add gl-wes-v2 and nanogl submodules
|
6 years ago |
Alibek Omarov
|
fe464af3ff
|
ref_gl: fix msvc build
|
6 years ago |
Alibek Omarov
|
2e953bd1a9
|
ref_api: remove GL_OnContextCreated, remove return value of GL_RenderFrame
|
6 years ago |
Alibek Omarov
|
bb8ba4225c
|
ref_gl: show r_info after loading extensions, add GL_GetProcAddress call
|
6 years ago |
Alibek Omarov
|
55c3040db1
|
ref_gl: fix unaligned access in sprites
|
6 years ago |
Alibek Omarov
|
fe14a360b4
|
engine: fix fs_offset_t/size_t conversion, const qualifiers
|
6 years ago |
Alibek Omarov
|
3fef353291
|
android: initial port
|
6 years ago |
mittorn
|
25235b5296
|
ref_gl: remove Mod_SetCurrentLoadingModel call
|
6 years ago |
Alibek Omarov
|
7d8b63fd88
|
ref: get rid of R_IncrementSpeedsCounter
|
6 years ago |
Alibek Omarov
|
5be982cc72
|
ref: remove shared textures enum, instead use hardcoded texture names
|
6 years ago |
Alibek Omarov
|
2d968cf328
|
ref: remove unused GL_BuildLightmaps export
|
6 years ago |
Alibek Omarov
|
4d9563ea03
|
ref: make api thinner by removing IsNormalPass and moving CL_FxBlend to refdll
|
6 years ago |
Alibek Omarov
|
20c7c36996
|
ref_gl: remove dead WGL extensions
|
6 years ago |
Alibek Omarov
|
228dab5965
|
ref_gl: move GLES and GL_STATIC defintions to gl_export.h. Add REF_GL_KEEP_MANGLED_FUNCTIONS, to keep use pgl instead of re-defining everything to gl. Used in conjuction with GL_STATIC
|
6 years ago |
Alibek Omarov
|
4b955a320b
|
ref_gl: allow gldebug for GL_STATIC. Rewrite extension querying for GLES. Allow gldebug for GLES(using GL_KHR_debug). ref_gles1 through nanogl now works
|
6 years ago |
Alibek Omarov
|
46378e3738
|
ref_gl: fix build
|
6 years ago |
Alibek Omarov
|
968994bba5
|
ref_gl: add an option to disable ref_gl building
|
6 years ago |
Alibek Omarov
|
459f4a9788
|
scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory
|
6 years ago |
Alibek Omarov
|
441795943b
|
ref_gl: move gl specific defines out from defaults.h, remove VIDEO_DONTCARE hack, automatically set XASH_GLES if wrapper is set
|
6 years ago |
Alibek Omarov
|
77b23eec9f
|
ref_gl: add options for linking-in nanogl and glwes(thus getting GLES1 and GLES2 renderers) and static gl
|
6 years ago |
Alibek Omarov
|
f4bcea6182
|
ref_gl: don't use dxt on gles
|
6 years ago |
Alibek Omarov
|
ea6a86a83d
|
ref_gl: bring back GL_STATIC option
|
6 years ago |
Alibek Omarov
|
47879942bb
|
ref_gl: remove dead extensions from GLES code
|
6 years ago |
Alibek Omarov
|
8b5926f9b1
|
ref_gl: fix alpha in menu (and anywhere else where triColor4ub is used)
|
6 years ago |
Alibek Omarov
|
17f719558c
|
wscript: move build env setup to main wscript
|
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 |
Alibek Omarov
|
59f3b63e0a
|
ref_gl: wscript: fix libm linking
|
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
|
f3a2f46fb3
|
wscript: remove libm linking to static public, it's useless. Correct include path order
|
6 years ago |
Alibek Omarov
|
7e08104631
|
ref_gl: fixes for MSVC
|
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
|
34da3e0ccd
|
ref: clear draw entities when clearing edicts
|
6 years ago |