77 Commits (cb62e65f9f63e7f7eb728471610c18590a5a373d)

Author SHA1 Message Date
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
Alibek Omarov ea6a86a83d ref_gl: bring back GL_STATIC option 5 years ago
Alibek Omarov 47879942bb ref_gl: remove dead extensions from GLES code 5 years ago
Alibek Omarov 8b5926f9b1 ref_gl: fix alpha in menu (and anywhere else where triColor4ub is used) 5 years ago
Alibek Omarov 17f719558c wscript: move build env setup to main wscript 5 years ago
Alibek Omarov 92b89936b3 ref: make API thinner by moving simple calls into EngineGetParm(RenderGetParm with ref extensions), fix some UBs 5 years ago
Alibek Omarov 59f3b63e0a ref_gl: wscript: fix libm linking 5 years ago
Alibek Omarov 402a596415 ref: add EXPORT to GetRefAPI, so MSVC will create *.lib file and not confuse waf or dynamic linker 5 years ago
Alibek Omarov f3a2f46fb3 wscript: remove libm linking to static public, it's useless. Correct include path order 5 years ago
Alibek Omarov 7e08104631 ref_gl: fixes for MSVC 5 years ago
Alibek Omarov fb6fd61cd9 public: initial moving some common code into static public library, that can be linked to any engine part 5 years ago