Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Build progs together with everything else. | José Fonseca | 2010-01-01 | 1 | -11/+3 |
| | | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default | ||||
* | progs/wgl: Fix shreadtex_mt too. | José Fonseca | 2009-06-17 | 1 | -6/+24 |
| | |||||
* | progs/wgl: Tweak the initialization wait in wglthreads. | José Fonseca | 2009-06-17 | 1 | -2/+2 |
| | | | | There was still a non-zero probability for wglShareLists of failing. | ||||
* | progs/wgl: Get wglShareLists working in wglthreads. | José Fonseca | 2009-06-17 | 1 | -6/+23 |
| | | | | | | | wglShareLists is a little picky -- it seems to check if it has exclusive access to a lock, and fails if it doesn't. This allows the texture to be shared with all windows. | ||||
* | progs/wgl: Allow resizing wglthreads' windows. | José Fonseca | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | progs/wgl: Quit after displaying usage for -h option. | José Fonseca | 2009-06-16 | 1 | -0/+1 |
| | |||||
* | progs/wgl: Use appropriate types to silence msvc warnings. | José Fonseca | 2009-06-16 | 1 | -7/+7 |
| | |||||
* | progs/wgl: Fix assertion failure in wglthreads' texture creation. | José Fonseca | 2009-06-16 | 1 | -8/+10 |
| | |||||
* | progs/wgl: Small cleanup to wglinfo. | José Fonseca | 2009-06-01 | 1 | -5/+4 |
| | |||||
* | progs/wgl: Use an invisible window in wglinfo. | José Fonseca | 2009-06-01 | 1 | -1/+1 |
| | |||||
* | wgl: Note down the gallium pixel formats, instead of re-guessing them. | José Fonseca | 2009-04-10 | 1 | -4/+4 |
| | |||||
* | progs: Port glxinfo to wgl. | José Fonseca | 2009-04-10 | 2 | -0/+739 |
| | |||||
* | progs/wgl: Send a resize message after context have been created. | Michal Krol | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | progs/wgl: Create GL context in a thread that actually uses it. | Michal Krol | 2009-03-20 | 1 | -30/+35 |
| | |||||
* | progs/wgl: Make context current to get GL_RENDERER string. | Michal Krol | 2009-03-20 | 1 | -0/+2 |
| | |||||
* | wgl: Add an `-s' option to wglthreads to force single-threaded operation. | Michal Krol | 2009-03-19 | 1 | -22/+43 |
| | |||||
* | progs: Build the wgl examples with scons. | José Fonseca | 2009-03-18 | 1 | -0/+23 |
| | |||||
* | wgl: Port sharedtex_mt to WGL. | Michal Krol | 2009-03-17 | 1 | -0/+540 |
| | |||||
* | wgl: Port glthreads to WGL. | Michal Krol | 2009-03-16 | 1 | -0/+593 |