Files | |
file | p_debug.c [code] |
file | p_debug_mem.c [code] |
Memory debugging. | |
file | p_debug_prof.c [code] |
Poor-man profiling. | |
file | u_blit.c [code] |
Copy/blit pixel rect between surfaces. | |
file | u_blit.h [code] |
file | u_cache.c [code] |
Simple cache implementation. | |
file | u_cache.h [code] |
Simple cache. | |
file | u_cpu_detect.c [code] |
file | u_cpu_detect.h [code] |
file | u_double_list.h [code] |
List macros heavily inspired by the Linux kernel list handling. | |
file | u_draw_quad.c [code] |
file | u_draw_quad.h [code] |
file | u_gen_mipmap.c [code] |
Mipmap generation utility. | |
file | u_gen_mipmap.h [code] |
file | u_handle_table.c [code] |
Generic handle table implementation. | |
file | u_handle_table.h [code] |
Generic handle table. | |
file | u_hash.c [code] |
Hash functions implementation. | |
file | u_hash.h [code] |
Hash functions. | |
file | u_hash_table.c [code] |
General purpose hash table implementation. | |
file | u_hash_table.h [code] |
file | u_math.c [code] |
file | u_math.h [code] |
file | u_memory.h [code] |
file | u_mm.c [code] |
file | u_mm.h [code] |
Memory manager code. | |
file | u_pack_color.h [code] |
Functions to produce packed colors/Z from floats. | |
file | u_pointer.h [code] |
file | u_prim.h [code] |
file | u_rect.c [code] |
file | u_rect.h [code] |
file | u_simple_list.h [code] |
file | u_simple_shaders.c [code] |
Simple vertex/fragment shader generators. | |
file | u_simple_shaders.h [code] |
file | u_snprintf.c [code] |
file | u_stream.h [code] |
Cross-platform sequential access stream abstraction. | |
file | u_stream_stdc.c [code] |
Stream implementation based on the Standard C Library. | |
file | u_stream_wd.c [code] |
Stream implementation for the Windows Display driver. | |
file | u_string.h [code] |
Platform independent functions for string manipulation. | |
file | u_tile.c [code] |
file | u_tile.h [code] |
file | u_time.c [code] |
OS independent time-manipulation functions. | |
file | u_time.h [code] |
OS independent time-manipulation functions. | |
file | u_timed_winsys.c [code] |
file | u_timed_winsys.h [code] |