Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Rip-off trace's os-independent stream code. | José Fonseca | 2008-09-08 | 1 | -0/+2 |
| | |||||
* | add u_timed_winsys.[ch] | Keith Whitwell | 2008-09-01 | 1 | -1/+2 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 1 | -1/+1 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers) | Brian Paul | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | gallium: new u_math.[ch] files for math functions | Brian Paul | 2008-08-22 | 1 | -0/+1 |
| | | | | So far, optimized/low-precision versions of exp(), exp2(), log2(), pow(). | ||||
* | gallium: remove duplicated u_mm.c in file list | Brian Paul | 2008-06-18 | 1 | -2/+1 |
| | |||||
* | gallium: Add u_time.c | José Fonseca | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | gallium: OS independent time-manipulation functions. | José Fonseca | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | gallium: new pixel blit code | Brian | 2008-03-18 | 1 | -0/+1 |
| | | | | | Copy rectangular region from one surface to another w/ scaling. Disables most fragment operations. | ||||
* | added u_simple_shaders.c | Brian | 2008-03-18 | 1 | -0/+1 |
| | |||||
* | gallium: added new u_draw_quad.c and u_gen_mipmap.c files. | Brian | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | gallium: General purpose hash table, which is actually just a convenient ↵ | José Fonseca | 2008-03-13 | 1 | -0/+1 |
| | | | | frontend to cso_hash. | ||||
* | gallium: Generic handle table. | José Fonseca | 2008-03-12 | 1 | -0/+1 |
| | |||||
* | gallium: Document debug_printf usage. | José Fonseca | 2008-03-08 | 1 | -1/+2 |
| | |||||
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -7/+1 |
| | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | ||||
* | Move mm.c code into util module. | José Fonseca | 2008-02-19 | 1 | -1/+2 |
| | | | | | Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself. | ||||
* | Code reorganization: split gallium and mesa makefiles. | José Fonseca | 2008-02-18 | 1 | -0/+20 |
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files. |