87 Commits (00e5d4245916d1f8d935b159dfd5a9e4322b2d6e)

Author SHA1 Message Date
Alibek Omarov 1decb1c7fb xash3d-fwgs: append missing new line at the end of file 5 years ago
Alibek Omarov 78baf568ae engine: more double promotion fixes 5 years ago
Alibek Omarov 1218f4aeb6 ref_gl: explicitly cast literals to floats 5 years ago
Alibek Omarov 49a133514a ref_gl: fix wrong type 5 years ago
Alibek Omarov 1e7abdc144 wscript: fix ref_gl linking 5 years ago
Alibek Omarov ae624801ac wscript: proper default showing in help 5 years ago
Alibek Omarov 8889bda261 wscript: use ConfigurationContext.define instead of appending to env['DEFINES'] 5 years ago
Alibek Omarov a5fa4df37c ref_gl: fix wrong texture resampling condition 5 years ago
Alibek Omarov ddf070b63d ref_gl: fix build 5 years ago
Alibek Omarov 73516eea4c ref_gl: update glwesv2 submodule 5 years ago
Alibek Omarov dc207a449c engine: fix -Werror=strict-prototypes 5 years ago
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 5 years ago
Alibek Omarov fe464af3ff
ref_gl: fix msvc build 5 years ago
Alibek Omarov 2e953bd1a9 ref_api: remove GL_OnContextCreated, remove return value of GL_RenderFrame 5 years ago
Alibek Omarov bb8ba4225c ref_gl: show r_info after loading extensions, add GL_GetProcAddress call 5 years ago
Alibek Omarov 55c3040db1 ref_gl: fix unaligned access in sprites 5 years ago
Alibek Omarov fe14a360b4 engine: fix fs_offset_t/size_t conversion, const qualifiers 5 years ago
Alibek Omarov 3fef353291 android: initial port 5 years ago
mittorn 25235b5296 ref_gl: remove Mod_SetCurrentLoadingModel call 5 years ago
Alibek Omarov 7d8b63fd88 ref: get rid of R_IncrementSpeedsCounter 5 years ago
Alibek Omarov 5be982cc72 ref: remove shared textures enum, instead use hardcoded texture names 5 years ago
Alibek Omarov 2d968cf328 ref: remove unused GL_BuildLightmaps export 5 years ago
Alibek Omarov 4d9563ea03 ref: make api thinner by removing IsNormalPass and moving CL_FxBlend to refdll 5 years ago
Alibek Omarov 20c7c36996 ref_gl: remove dead WGL extensions 5 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 5 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 5 years ago
Alibek Omarov 46378e3738 ref_gl: fix build 5 years ago
Alibek Omarov 968994bba5 ref_gl: add an option to disable ref_gl building 5 years ago
Alibek Omarov 459f4a9788 scripts: waflib: introduce new waf plugin -- subproject, which makes easier use of standalone envs for each subdirectory 5 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 5 years ago
Alibek Omarov 77b23eec9f ref_gl: add options for linking-in nanogl and glwes(thus getting GLES1 and GLES2 renderers) and static gl 5 years ago
Alibek Omarov f4bcea6182 ref_gl: don't use dxt on gles 5 years ago