fteqw/engine/sw
TimeServ 2313517279 fix spr32 loading for sw renderer
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2119 fc73d0e0-1445-4013-8a0c-d673dee63da5
2006-03-15 10:04:41 +00:00
..
adivtab.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
asm_draw.h Asm rendering of alias models is back in now - and it works 2005-01-26 17:16:08 +00:00
block16.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_draw.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_draw16.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_edge.c r_drawflat works at 16bpp. 2006-01-13 20:48:18 +00:00
d_fill.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_iface.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
d_ifacea.h software transtable rewrite, sw additive support for sprites/blob particles/line particles (no models yet), AddBlend/Trans functions need optimization 2005-07-29 01:12:09 +00:00
d_init.c Changed the remaining cvars to use the macro. 2006-02-11 14:58:48 +00:00
d_local.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
d_modech.c *** empty log message *** 2005-03-12 23:40:42 +00:00
d_part.c scr_conalpha added 2006-02-25 21:03:56 +00:00
d_parta.s scr_conalpha added 2006-02-25 21:03:56 +00:00
d_polysa.s palette remap per entity for sw 2005-12-22 20:35:04 +00:00
d_polyse.c Removed moodles' infokey stuff which was totally wrong anyway. 2006-01-28 02:35:40 +00:00
d_scan.c Okay, it does have a purpose. Skyboxes. 2006-02-11 03:26:58 +00:00
d_scana.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_sky.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
d_spr8.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
d_sprite.c fix SW since Spike broke it 2006-02-28 05:50:26 +00:00
d_surf.c add sw_surfcachesize, essentially -surfcachesize in bytes but only needing a vid_restart to change 2006-02-23 06:28:10 +00:00
d_trans.c mdl version 3 support, misc fixes 2006-03-13 23:20:49 +00:00
d_vars.c You realise of course that the only reason this compiled is because the precompiler stuff was in the wrong order... 2005-02-17 03:36:57 +00:00
d_varsa.s scr_conalpha added 2006-02-25 21:03:56 +00:00
d_zpoint.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
nonintel.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_aclip.c Okay, so it's still not working perfectly, it just looks like it. :) 2005-03-22 05:00:25 +00:00
r_aclipa.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_alias.c fix SW since Spike broke it 2006-02-28 05:50:26 +00:00
r_aliasa.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_bsp.c Rewrote a few bsp tracing stuff (primarily for heightmap things). 2005-08-26 22:56:51 +00:00
r_draw.c fix sw compiling, use MSVC8 _s functions when applicable 2006-03-06 03:15:34 +00:00
r_drawa.s CSQC is standard now, and secure via the same md4 as a map currently has. 2005-03-10 03:55:18 +00:00
r_edge.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_edgea.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
r_light.c I wonder how many things this will break... 2005-06-22 17:10:13 +00:00
r_local.h Fixed all warnings in MDebug. 2006-02-11 14:51:36 +00:00
r_main.c fix builds 2006-03-11 04:39:16 +00:00
r_misc.c Rewrote a few bsp tracing stuff (primarily for heightmap things). 2005-08-26 22:56:51 +00:00
r_shared.h Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_sky.c Lots of stuff. 2004-12-24 08:45:56 +00:00
r_sprite.c Fixed a sizeof bug which affected non-32bit systems (sizeof on pointer to float instead of sizeof on the float) 2005-12-02 23:59:40 +00:00
r_surf.c got rid of some anonymous unions 2006-02-17 02:51:59 +00:00
r_vars.c Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
r_varsa.s Initial checkin of software rendering bits and bobs. 2004-08-23 03:03:41 +00:00
surf8.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
surf16.s Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
sw_draw.c fix sw draw_image to work for both CSQC and plugins 2006-03-12 00:45:33 +00:00
sw_draw.h color/alpha blending for 8-bit sw 2D image routines, fix to 8-bit sw characters with alpha, removed conchars hack from image loading and made conchars load into cache on init 2006-02-24 22:41:19 +00:00
sw_model.c fix spr32 loading for sw renderer 2006-03-15 10:04:41 +00:00
sw_screen.c don't need VM_UI defined. 2005-09-14 04:56:20 +00:00
vid_ddraw.c Works again, but ddraw still utterly refuses to listen to refresh rates. 2005-06-13 05:56:01 +00:00
vid_dib.c windowed sw fix 2004-10-05 16:17:40 +00:00
vid_morphos.c Added the MorphOS files. 2006-03-06 22:10:32 +00:00
vid_sdl.c Qux removed to a plugin. 2005-03-01 15:36:23 +00:00
vid_win2.c improve colormap generation for 16-bpp software 2006-03-11 07:55:04 +00:00
vid_x.c add gl_lightmap_shift (needs to handle renderer swap), fix linux building 2006-03-11 18:33:56 +00:00