| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Not convenient and almost not used at all. Better replacements in p_debug.h
|
|
|
|
|
| |
This works since we always use XImages for color buffers. It wouldn't always
work for Windows/Pixmaps.
|
| |
|
|
|
|
|
| |
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run
proper fencing should be implemented for it.
|
|
|
|
|
|
| |
Gives about a 3% performance increase in gears on x86-64 (non-tiled)
and about 10% performance increase in gears on Cell (tiled). I
actually expected more of a boost. :(
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Building on Ian's Cell build fix.
Put libcell.a in the gallium/drivers/cell/ directory.
General Makefile clean-up, simplification, updated comments.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
Update the Makefiles and includes for the new paths.
Note that there hasn't been no separation of the Makefiles yet, and make is
jumping all over the place. That will be taken care shortly. But for now, make
should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm
might require some minor tweaks.
|
|
This is in a separate commit to ensure renames are properly preserved.
|