quakeforge/libs/video/renderer/sw
Bill Currie 54604d9aa2 [util] Make hunk (optionally) thread-safe
For now, the functions check for a null hunk pointer and use the global
hunk (initialized via Memory_Init) if necessary. However, Hunk_Init is
available (and used by Memory_Init) to create a hunk from any arbitrary
memory block. So long as that block is 64-byte aligned, allocations
within the hunk will remain 64-byte aligned.
2021-07-29 11:43:27 +09:00
..
d_copy.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_draw.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_edge.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
d_fill.c Make vid.width/height unsigned and clean up the mess. 2013-01-24 12:36:14 +09:00
d_init.c Move vid callbacks into vid_internal 2019-07-08 13:40:29 +09:00
d_modech.c Make vid.width/height unsigned and clean up the mess. 2013-01-24 12:36:14 +09:00
d_part.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
d_parta.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_polysa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_polyse.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
d_scan.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
d_scana.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_sky.c Fix some potentially garbage assignments. 2018-09-09 09:54:16 +09:00
d_spr8.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_sprite.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
d_surf.c [renderer] Remove currententity from non-sw renderers 2021-07-22 16:15:14 +09:00
d_vars.c signed int viddef_t members 2012-10-21 09:00:50 +09:00
d_varsa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
d_zpoint.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
draw.c [vid] Remove redundant direct, conbuffer and conrowbytes 2021-07-11 13:44:00 +09:00
fpu.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
fpua.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
nonintel.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
screen.c [video] Get 16 and 32 bit sw32 mostly working in x11 2021-07-11 00:09:41 +09:00
surf8.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
sw_graph.c [qw] Clean up netgraph somewhat 2021-07-11 10:59:27 +09:00
sw_raclip.c Fix the 32-bit x86 build of the software renderer. 2012-04-28 13:02:36 +09:00
sw_raclipa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
sw_ralias.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
sw_raliasa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
sw_rbsp.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw_rdraw.c [renderer] Clean up entity_t to a certain extent 2021-03-10 00:01:41 +09:00
sw_rdrawa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
sw_redge.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
sw_redgea.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
sw_riqm.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw_rmain.c [util] Make hunk (optionally) thread-safe 2021-07-29 11:43:27 +09:00
sw_rmisc.c [video] Use views instead of conwidth and conheight 2021-07-10 18:04:34 +09:00
sw_rpart.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw_rsky.c Nuke UNALIGNED_OK. 2012-06-15 22:02:17 +09:00
sw_rsprite.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw_rsurf.c [scene] Rename libQFentity to libQFscene 2021-07-24 14:20:59 +09:00
sw_rvarsa.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
transform.S Add GNU-stack notes to assembly files 2021-06-13 10:12:03 -04:00
vid_common_sw.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00