Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-19 | Portability fixes. | José Fonseca | |
Eliminate C99/C++ constructs. (We should actually disable gcc C99 syntax options if we are serious about portability.) | |||
2008-02-19 | Windows (DDK) compilation support. | José Fonseca | |
It also works when cross compiling with Wine. | |||
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2008-02-19 | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca | |
Moving files since these are not being used outside gallium. | |||
2008-02-19 | Add run-time cpu capabilities detection stubs. | 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 | Use gallium's rtasm module. | José Fonseca | |
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-19 | Add copyright headers to all rtasm source files. | José Fonseca | |
2008-02-19 | Rename rtasm files. | José Fonseca | |
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca | |
2008-02-19 | Initial scons support to build gallivm. | José Fonseca | |
Not yet complete. | |||
2008-02-19 | More llvm -> gallivm. | José Fonseca | |
Forgot this one on the last commit. | |||
2008-02-18 | gallium: move draw_set_viewport_state() call, plus code clean-up, remove ↵ | Brian | |
obsolete comments | |||
2008-02-18 | gallium: call draw_flush() for scissor/stipple state changes | Brian | |
2008-02-18 | gallium: remove the prototype/unused wide_line_aa() function | Brian | |
2008-02-18 | gallium: antialiased line drawing | Brian | |
New draw/prim stage: draw_aaline. When installed, lines are replaced by textured quads to do antialiasing. The current user-defined fragment shader is modified to do a texture fetch and modulate fragment alpha. | |||
2008-02-18 | Update for llvm -> gallivm rename. | José Fonseca | |
2008-02-18 | Rename llvm -> gallivm. | José Fonseca | |
Following the directory == library name policy simplifies the build system. | |||
2008-02-18 | Standardize on using the pipe/ include prefix. | José Fonseca | |
2008-02-18 | Update scons build for new code layout. | José Fonseca | |
2008-02-18 | Add an "all" target alias for "default" target. | José Fonseca | |
"all" is more commonly expected, expecially by many IDEs. | |||
2008-02-18 | nouveau: cleanups + fixes | Ben Skeggs | |
2008-02-18 | Build glx/x11. | José Fonseca | |
2008-02-18 | Cleanup depend files. | José Fonseca | |
2008-02-18 | nv40: and vertprog.. | Ben Skeggs | |
2008-02-18 | nv40: get fragprog onto new state mechanism | Ben Skeggs | |
2008-02-18 | Actually use GALLIUM_DRIVER_DIRS. | José Fonseca | |
2008-02-18 | nv40: move some things around | Ben Skeggs | |
2008-02-18 | nv40: until gallium is fixed we'll need a fallback for user clip planes | Ben Skeggs | |
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-18 | nouveau: header update | Ben Skeggs | |
2008-02-18 | nv40: obey polygon offset state | Ben Skeggs | |
Almost sure this isn't entirely correct. However, I'm not sure what gallium expects yet, and this fixes some bugs, so it'll do for now. | |||
2008-02-18 | nv40: similar changes to polygon stipple as were done for scissor | Ben Skeggs | |
2008-02-18 | Update doxygen configuration file for new tree layout. | José Fonseca | |
2008-02-18 | nv40: ensure scissor gets disabled where necessary | Ben Skeggs | |
Fixes progs/demos/lodbias. Makes a complete mess of things, but now there's a motivation to finish this off :) | |||
2008-02-18 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-02-17 | fix the build | Zack Rusin | |
2008-02-16 | gallium: add missing mip level clamp | Brian | |
2008-02-16 | gallium: tweak texture filter min/mag thresholds | Brian | |
2008-02-16 | gallium: implement min vs. mag filter determination for non-mipmapped textures | Brian | |
Fixes tests/minmag.c | |||
2008-02-16 | Added minmag.c test | Brian | |
Test that different minification and magnification filters are chosen for the non-mipmapped texture case. | |||
2008-02-16 | nouveau: fix potential userbuf crash. | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. | |||
2008-02-16 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/linux-dri src/mesa/pipe/Makefile | |||
2008-02-16 | Merge branch 'nouveau-gallium-0.1' into darktama-gallium-0.1 | Ben Skeggs | |
Conflicts: src/mesa/pipe/nouveau/nouveau_stateobj.h src/mesa/pipe/nv40/nv40_context.c src/mesa/pipe/nv40/nv40_miptree.c | |||
2008-02-16 | nv30: fixes. | Stephane Marchesin | |
2008-02-16 | nv30: fixes. | Stephane Marchesin | |
2008-02-15 | Cell: Enable code gen for SPE attribute fetch | Ian Romanick | |
Doubles are still unsupported. | |||
2008-02-15 | Cell: Add missing back-slash in linux-cell config file | Ian Romanick | |