Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-12 | Fixed memory leak | Jakob Bornecrantz | |
2008-04-08 | i915: Added debug counter to bufmgr | Jakob Bornecrantz | |
2008-04-08 | i915: Fixed fence related problems | Jakob Bornecrantz | |
2008-04-08 | i915: Fixed fence leak in intel_swapbuffers.c | Jakob Bornecrantz | |
2008-04-08 | Added fence counter to fence manager | Jakob Bornecrantz | |
2008-04-08 | Fixed user_buffer memory leak | Jakob Bornecrantz | |
2008-04-07 | i915: Pulled in changes from i915tex | Jakob Bornecrantz | |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca | |
Not convenient and almost not used at all. Better replacements in p_debug.h | |||
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | |
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it. | |||
2008-02-27 | gallium: implement pipe_screen for softpipe driver | Brian | |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian | |
This will allow creating textures before a rendering context exists, for example. Only implemented in i915 driver for now. i915pipe->texture_create() just dispatches through to the i915screen->texture_create() to avoid state tracker changes for now. | |||
2008-02-26 | intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined. | Michel Dänzer | |
Include pipe/p_debug.h to consistently enable or disable the debugging code. | |||
2008-02-25 | gallium/i915: Use hardware rendering, unless INTEL_SP env var is set | Brian | |
2008-02-22 | i915: include stdio.h | Brian | |
2008-02-22 | i915: include p_debug.h (resolves undefined assert()) | Brian | |
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-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/ -- update build. | José Fonseca | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
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. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |