Commit Graph

105 Commits

Author SHA1 Message Date
Alibek Omarov 26b8a1fe1d ref_soft: blit: restore height for bpp 16 and 32 2019-11-02 04:44:37 +03:00
mittorn 609235b4f1 ref_soft: fix texcoords on image blitting 2019-10-31 01:52:38 +07:00
mittorn b3ad557dd2 ref_soft: update api, display rotation support 2019-10-31 01:43:40 +07:00
mittorn 9c7c279a5b ref_soft: XASH_LOW_MEMORY 2019-10-29 13:16:16 +07:00
mittorn f376d5d59c ref_soft: glblit: gles3 pbo+fbo blitter 2019-10-13 03:52:47 +07:00
mittorn 2493659b23 ref_soft: glblit: change projection scale 2019-10-12 22:36:21 +07:00
mittorn e1efacb399 ref_soft: glblit: GLES1 blitter 2019-10-12 14:11:55 +07:00
mittorn 05d793c34b ref_soft: glblit: refactor 2019-10-12 04:18:05 +07:00
mittorn 86867dcbe3 ref_soft: restore fallback gl1 blitter (force enable with -glblit) 2019-10-12 04:05:23 +07:00
Alibek Omarov c8eac04e9b ref_soft: fix double promotion 2019-10-10 06:23:57 +03:00
Alibek Omarov d96dcfba59 ref_soft: fix different warnings 2019-10-10 05:55:44 +03:00
Alibek Omarov 690a317f4f ref_soft: fix style errors 2019-10-10 05:32:20 +03:00
Alibek Omarov 9c4a0d2397 ref_soft: context: upgrade to latest RefAPI 2019-10-10 05:32:01 +03:00
mittorn a2cba95a3a ref_soft: Merge pull request #1 from a1batross/master
update to latest API version
2019-05-13 01:17:47 +07:00
Alibek Omarov fd962869e6 ref_soft: update to latest API version 2019-05-12 18:05:03 +03:00
mittorn 7663da80c3 ref_soft: Setup viewport 2019-04-17 07:17:43 +07:00
mittorn 103077b686 ref_soft: clean unused variables 2019-04-17 06:34:01 +07:00
mittorn fbef500fb3 ref_soft: Fix division by zero 2019-04-17 06:15:24 +07:00
mittorn 37ee9752e1 ref_soft: Update ref interface 2019-04-17 06:11:11 +07:00
mittorn a6572dd042 ref_soft: fix crash on map restart again 2019-04-15 04:59:05 +07:00
mittorn 8a99d64139 ref_soft: fix blocksize 2019-04-14 06:20:22 +07:00
mittorn 1c0262a8c4 ref_soft: Partial world luxels support 2019-04-14 00:58:14 +07:00
mittorn ee67d350e3 ref_soft: Fix world unload. Improve lightmap sample detection 2019-04-13 20:50:27 +07:00
mittorn 60e3a78221 ref_soft: Implement texture free 2019-04-13 20:49:07 +07:00
mittorn b2105a113c ref_soft: extended bsp support 2019-04-13 19:15:26 +07:00
mittorn c293a7a26d ref_soft: update wscript 2019-04-13 19:14:07 +07:00
mittorn 4dae13d7bc ref_soft: Add GAME_EXPORT to exports 2019-04-08 05:09:02 +07:00
mittorn 5140bb8d7f ref_soft: Use Q_memprint to report cache size 2019-04-07 22:29:48 +07:00
mittorn 320a3b0834 ref_soft: Fix cache flush on reconnect, fix division by zero in decals 2019-04-07 22:10:41 +07:00
mittorn 79405c7cc9 ref_soft: Fix polyset bounds checking 2019-04-07 15:52:27 +07:00
mittorn 99fa5d0252 ref_soft: Another bound check implementation (todo: compare) 2019-04-06 15:55:00 +07:00
mittorn b584e89d90 ref_soft: add bounds checking in triangle render 2019-04-06 14:40:08 +07:00
mittorn 7f1491f884 ref_soft: Try fix crash on changelevel 2019-04-05 15:56:05 +07:00
mittorn 9fbb8a8201 ref_soft: Add alpha test for brushes to all rendermodes 2019-04-04 10:51:31 +07:00
mittorn 4aa5778606 ref_soft: Alpha support for additive/glow 2019-04-04 10:37:41 +07:00
mittorn 338b404055 ref_soft: clamp alpha values 2019-04-04 10:27:18 +07:00
mittorn 500ff629bf ref_soft: decrease alpha to make water visible again 2019-04-04 10:01:11 +07:00
mittorn 033a947631 ref_soft: set minor bits in alpha map to make it more accurate 2019-04-04 09:38:17 +07:00
mittorn c08c35df69 ref_soft: FillRGBA, FillRGBABlend 2019-04-04 04:44:06 +07:00
mittorn cefe42fd66 ref_soft: Fix R_NewMap, prevent crashes on changelevel/restart 2019-04-04 02:56:29 +07:00
mittorn e0cd5edddb ref_soft: Ignore non-horizontal water planes 2019-04-04 02:38:57 +07:00
mittorn ebd1da2730 ref_soft: Transform dlights for entitites 2019-04-04 02:00:24 +07:00
mittorn 4bbcd5daef ref_soft: Use r_math, this will fix beamfollow and glow sprites 2019-04-04 01:32:06 +07:00
mittorn 8d88ecb951 ref_soft: Remove more unused globals/functions 2019-04-04 00:29:35 +07:00
mittorn b5e1382232 ref_soft: Merge some globals 2019-04-04 00:12:57 +07:00
mittorn 8f5c72c510 ref_soft: Add macro to disable texture filter preventing slowdown on cvar checking 2019-04-03 23:24:10 +07:00
mittorn c52453faa3 ref_soft: Remove r_poly 2019-04-03 23:01:25 +07:00
mittorn 8c9aa2588c ref_soft: Fix studio rendermodes, add additive brush rendermode 2019-04-03 22:55:46 +07:00
mittorn d03d29f6f5 ref_soft: Fix transparency in API 2019-04-03 22:21:08 +07:00
mittorn 77f8da275a ref_soft: Extend edge drawing with zbuffer support, draw transparent brushes with it 2019-04-03 22:20:33 +07:00