Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-20 | util: Stack backtracing facilities. | José Fonseca | |
Not much useful until we have symbol lookup. | |||
2009-02-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-01 | util: List new file in sconscript. | José Fonseca | |
2008-12-31 | util: List new file in SConscript. | José Fonseca | |
2008-12-22 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | José Fonseca | |
Conflicts: src/gallium/auxiliary/util/Makefile | |||
2008-12-19 | gallium: Simple and efficient cache. | José Fonseca | |
Fixed size hash table. Collisions are handled by simply destroying the previous entry. It hasn't received much testing yet. | |||
2008-10-07 | gallium: added general-purpose key->data map/lookup container | Brian Paul | |
2008-09-08 | util: Rip-off trace's os-independent stream code. | José Fonseca | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-22 | gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) | Brian Paul | |
2008-08-22 | gallium: new u_math.[ch] files for math functions | Brian Paul | |
So far, optimized/low-precision versions of exp(), exp2(), log2(), pow(). | |||
2008-05-24 | scons: New profile build. | José Fonseca | |
2008-04-13 | gallium: OS independent time-manipulation functions. | José Fonseca | |
2008-03-23 | gallium: Memory debugging utilities. | José Fonseca | |
There are no known tools for windows kernel memory debugging, so this is a simple set of malloc etc wrappers. Enabled by default on win32 debug builds | |||
2008-03-18 | gallium: new pixel blit code | Brian | |
Copy rectangular region from one surface to another w/ scaling. Disables most fragment operations. | |||
2008-03-18 | added u_simple_shaders.c | Brian | |
2008-03-17 | gallium: added new u_draw_quad.c and u_gen_mipmap.c files. | Brian | |
2008-03-13 | gallium: General purpose hash table, which is actually just a convenient ↵ | José Fonseca | |
frontend to cso_hash. | |||
2008-03-12 | gallium: Generic handle table. | José Fonseca | |
2008-03-05 | gallium: Use custom vsnprintf in WINDDK. | José Fonseca | |
EngDebugPrint does not handle float point arguments, so we need to use our own vsnprintf implementation. | |||
2008-02-19 | Move mm.c code into util module. | José Fonseca | |
Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself. | |||
2008-02-18 | Update scons build for new code layout. | José Fonseca | |