Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-13 | gallium: Add u_time.c | José Fonseca | |
2008-04-13 | gallium: OS independent time-manipulation functions. | José Fonseca | |
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-08 | gallium: Document debug_printf usage. | José Fonseca | |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||
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 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
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. |