Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-18 | gallium: protect against multi-#include | Brian | |
2008-03-18 | added u_simple_shaders.c | Brian | |
2008-03-18 | gallium: make the gen_mipmap_state struct private | Brian | |
2008-03-18 | gallium: use new simple shader utility routines | Brian | |
2008-03-18 | gallium: utilities for creating simple vertex/fragment shaders | Brian | |
2008-03-18 | d3d: Allow to iterate over the handle table. | José Fonseca | |
2008-03-18 | d3d: Add function to walk through all items in the hash table. | José Fonseca | |
2008-03-18 | gallium: Don't be pedantic about removing non exiting items from the table. | José Fonseca | |
2008-03-18 | gallium: fix a mix-up in the uint[1] do_row() case | Brian | |
2008-03-18 | gallium: utility for packing color, z values according to pipe_format | Brian | |
2008-03-18 | gallium: Silencium warnings on Windows. | Michal Krol | |
2008-03-17 | gallium: initial gen mipmap s/w fallback code | Brian | |
2008-03-17 | gallium: added new u_draw_quad.c and u_gen_mipmap.c files. | Brian | |
2008-03-17 | gallium: new mipmap generation code | Brian | |
Based on code from Mesa's state tracker. Still need to implement fallbacks for those texture formats which can't generally be rendered to. | |||
2008-03-17 | gallium: new util_draw_texquad() function. | Brian | |
2008-03-15 | gallium: Ensure we don't add null objects to the table, as they mark empty ↵ | José Fonseca | |
handles. | |||
2008-03-13 | gallium: make the windows config function more readable with 80-ish columns | Keith Whitwell | |
2008-03-13 | gallium: General purpose hash table, which is actually just a convenient ↵ | José Fonseca | |
frontend to cso_hash. | |||
2008-03-13 | gallium: Add a new handle_table_set that accepts an arbitrary handle. | José Fonseca | |
2008-03-12 | gallium: Generic handle table. | José Fonseca | |
2008-03-12 | gallium: Change assert behavior on runtime (Mark Mueller). | José Fonseca | |
2008-03-12 | gallium: Silence MSVC warnings. | José Fonseca | |
2008-03-12 | gallium: Conditional debugging output. | José Fonseca | |
Generalize the conditional debugging output code found trhought the gallium drivers. | |||
2008-03-10 | gallium: Use hardcoded breakpoints on x86 targets. | José Fonseca | |
2008-03-10 | gallium: Import Dennis Smit cpu detection code. | José Fonseca | |
It still needs a slight code massasing to integrate with the rest of gallium (namely mapping the OS_* ARCH_* defines), but I'm commiting anyway so that it is available to be used when somebody needs it. | |||
2008-03-10 | gallium: WinCE portability fixes. | José Fonseca | |
2008-03-08 | gallium: Document debug_printf usage. | José Fonseca | |
2008-03-06 | gallium: Surround externs with extern "C". | Michal Krol | |
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-03-03 | win32: don't prepend all debug with gallium3d | Keith Whitwell | |
2008-02-29 | gallium: added pipe_get/put_tile_z() functions | Brian Paul | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | 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 | Update scons build for new code layout. | José Fonseca | |
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. | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |