Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compilation fixes, don't know if runtime works | Brian Paul | 2005-09-19 | 1 | -1/+8 |
| | |||||
* | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul | 2005-09-14 | 1 | -1/+13 |
| | | | | call driUpdateFramebufferSize() when window size/position changes. | ||||
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 1 | -6/+7 |
| | | | | driNewRenderbuffer(). | ||||
* | remove SetBuffer | Brian Paul | 2005-09-03 | 1 | -11/+0 |
| | |||||
* | More EGL prep. No impact on anything outside of EGL | Jon Smirl | 2005-08-05 | 1 | -8/+1 |
| | |||||
* | fbSwapBuffers needs to return a status | Jon Smirl | 2005-06-13 | 1 | -0/+2 |
| | |||||
* | Add SetBuffer to egl driver too | Jon Smirl | 2005-06-07 | 1 | -0/+3 |
| | |||||
* | Remove some debug output | Jon Smirl | 2005-05-20 | 1 | -2/+0 |
| | | | | Add #if DEBUG_FRAG in s_nvfragprog.c | ||||
* | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | 2005-05-19 | 1 | -3/+37 |
| | |||||
* | Fix for writing the wrong sysfs variable when blanking | Jon Smirl | 2005-05-18 | 1 | -1/+3 |
| | |||||
* | Implement fbdev swapbuffers() | Jon Smirl | 2005-05-18 | 1 | -0/+47 |
| | |||||
* | Check error return from _eglInitPbufferSurface() correctly | Jon Smirl | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | Compute stride in the right order | Jon Smirl | 2005-05-17 | 1 | -1/+1 |
| | |||||
* | Added software-based pbuffer support (untested). | Brian Paul | 2005-05-17 | 1 | -96/+81 |
| | | | | | | Use _eglConfigToContextModesRec() function and remove need for the _EGLConfig->glmode struct. Silence some compiler warnings. | ||||
* | Make EGL_NO_MODE_MESA work. | Jon Smirl | 2005-05-17 | 1 | -1/+21 |
| | |||||
* | Fix several internal problems with generating the list of configs. | Jon Smirl | 2005-05-17 | 1 | -12/+2 |
| | |||||
* | Add error about write permission to fbdev attribs | Jon Smirl | 2005-05-16 | 1 | -0/+7 |
| | |||||
* | remove MESA suffix from _eglInitScreenSurface, use swAlpha value | Brian Paul | 2005-05-16 | 1 | -2/+2 |
| | |||||
* | A few egl patches needed for glitz, mainly config BITS | Jon Smirl | 2005-05-15 | 1 | -1/+3 |
| | |||||
* | Forgot to add fb_egl.c | Jon Smirl | 2005-05-14 | 1 | -0/+798 |