Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-08 | xlib: more SP_NO_RAST support | Keith Whitwell | |
For some resaon normal (non-display-buffer) buffers are being allocated through Xshm... Bypass at least for SP_NO_RAST | |||
2008-05-03 | gallium: fix warnings | Brian Paul | |
2008-05-02 | gallium: code movement (XSHM code) | Brian Paul | |
2008-05-02 | gallium: comments, clean-ups | Brian Paul | |
2008-05-01 | gallium: remove the unused softpipe_winsys code | Brian Paul | |
The struct is still there though until all winsys layers are updated | |||
2008-04-29 | gallium: updated comment in xm_flush_frontbuffer() | Brian Paul | |
2008-04-24 | xlib: only shortcircuit makecurrent if NO_RAST set, otherwise window size ↵ | Keith Whitwell | |
updates fail | |||
2008-04-22 | xlib: shortcircuit no-op makecurrent | Keith Whitwell | |
2008-04-22 | xlib: implement SP_NO_RAST env var | Keith Whitwell | |
2008-04-09 | gallium: remove unneeded st->haveFramebufferSurfaces field. | Brian Paul | |
2008-04-03 | gallium: Only build softpipe driver by default for xlib winsys with scons. | Michel Dänzer | |
2008-04-01 | scons: Fix test for building dri/intel winsys. | Michel Dänzer | |
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-27 | If visual is 32bpp, set visual->alphaBits = 8. | Brian | |
This works since we always use XImages for color buffers. It wouldn't always work for Windows/Pixmaps. | |||
2008-03-26 | xlib: Fix build error from recent fence changes | Ian Romanick | |
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-03-25 | xlib: Add support for MIT-SHM in xlib winsys driver | Ian Romanick | |
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. :( | |||
2008-03-14 | gallium: added dummy install target | Brian | |
2008-03-04 | gallium: Fix scons condition for building the xlib winsys. | Michel Dänzer | |
2008-02-27 | gallium/i965: implement pipe_screen for i965 driver (untested) | Brian | |
2008-02-27 | Cell: implement pipe_screen for cell driver | Brian | |
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-23 | Revamp scons usage. | José Fonseca | |
2008-02-22 | i915: include stdio.h | Brian | |
2008-02-22 | i915: include p_debug.h (resolves undefined assert()) | Brian | |
2008-02-23 | Avoid building problematic module/drivers on windows. | José Fonseca | |
2008-02-19 | gallium: general clean-up of xlib winsys Makefile | Brian | |
2008-02-19 | gallium: updated cell build | Brian | |
Building on Ian's Cell build fix. Put libcell.a in the gallium/drivers/cell/ directory. General Makefile clean-up, simplification, updated comments. | |||
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 for llvm -> gallivm rename. | José Fonseca | |
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. |