| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop fb, ffb and gamma dri drivers | Kristian Høgsberg | 2010-02-25 | 3 | -1048/+0 |
* | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -6/+6 |
* | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | 2010-02-19 | 1 | -4/+2 |
* | egl: Remove USING_EGL and the related drivers. | Chia-I Wu | 2010-01-22 | 2 | -884/+0 |
* | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg | 2010-01-04 | 1 | -0/+7 |
* | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 2 | -21/+21 |
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 2 | -4/+4 |
|\ |
|
| * | dri/drivers: update driNewRenderbuffer() to take a gl_format | Brian Paul | 2009-10-22 | 2 | -4/+4 |
* | | mesa: lift default symlinks target into Makefile.template | Brian Paul | 2009-10-16 | 1 | -2/+0 |
|/ |
|
* | egl: Replace IsBound by a pointer to the binding. | Chia-I Wu | 2009-08-03 | 1 | -2/+2 |
* | egl: Remove redundant DeletePending flag. | Chia-I Wu | 2009-07-17 | 1 | -10/+2 |
* | egl: Use the link functions to manage resources. | Chia-I Wu | 2009-07-17 | 1 | -5/+5 |
* | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 2 | -4/+4 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 2 | -9/+9 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -4/+5 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -5/+1 |
* | switch remaining drivers over to vbo | Keith Whitwell | 2006-10-31 | 2 | -7/+7 |
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 2 | -2/+0 |
* | Fixup makefile for solo non-egl | Dave Airlie | 2006-03-27 | 1 | -2/+7 |
* | compilation fixes, don't know if runtime works | Brian Paul | 2005-09-19 | 3 | -6/+18 |
* | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul | 2005-09-14 | 2 | -3/+27 |
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 2 | -14/+21 |
* | remove SetBuffer | Brian Paul | 2005-09-03 | 2 | -26/+0 |
* | More EGL prep. No impact on anything outside of EGL | Jon Smirl | 2005-08-05 | 1 | -8/+1 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -11/+5 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -4/+0 |
* | 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 | 2 | -1/+4 |
* | Add a NULL SetBuffer function to the fbdev driver | Jon Smirl | 2005-06-06 | 1 | -0/+8 |
* | Remove some debug output | Jon Smirl | 2005-05-20 | 1 | -2/+0 |
* | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | 2005-05-19 | 1 | -3/+37 |
* | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | 2005-05-18 | 1 | -5/+5 |
* | 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 |
* | 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 |
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 2 | -2/+4 |
* | dri fb works using renderbuffers now in RGBA mode | Jon Smirl | 2005-05-08 | 1 | -115/+43 |
* | fbdri can draw double buffered now. Next step is to convert it | Jon Smirl | 2005-05-07 | 1 | -2/+3 |
* | Fix problem generating mode db. Miniglxtest works now. | Jon Smirl | 2005-05-06 | 1 | -3/+3 |
* | Fix up origin in dri/fb driver | Jon Smirl | 2005-05-05 | 1 | -72/+14 |
* | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | 2005-05-05 | 1 | -11/+0 |