| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined
locally by makefiles, together with C_SOURCES and CPP_SOURCES.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
In particular, will fallback to interpreted execution for shaders with
TEX instructions.
|
| |
|
|
"aux" is a reserved name on Windows (X_X)
|