summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb
Commit message (Expand)AuthorAgeFilesLines
* Drop fb, ffb and gamma dri driversKristian Høgsberg2010-02-253-1048/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-4/+2
* egl: Remove USING_EGL and the related drivers.Chia-I Wu2010-01-222-884/+0
* Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-042-21/+21
* Merge branch 'texformat-rework'Brian Paul2009-10-282-4/+4
|\
| * dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-222-4/+4
* | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-2/+0
|/
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-2/+2
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-10/+2
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-5/+5
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-212-4/+4
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-182-9/+9
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-4/+5
* Fix/improve framebuffer object reference counting.Brian2007-03-061-5/+1
* switch remaining drivers over to vboKeith Whitwell2006-10-312-7/+7
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-152-2/+0
* Fixup makefile for solo non-eglDave Airlie2006-03-271-2/+7
* compilation fixes, don't know if runtime worksBrian Paul2005-09-193-6/+18
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+27
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-042-14/+21
* remove SetBufferBrian Paul2005-09-032-26/+0
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-8/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-11/+5
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-4/+0
* fbSwapBuffers needs to return a statusJon Smirl2005-06-131-0/+2
* Add SetBuffer to egl driver tooJon Smirl2005-06-072-1/+4
* Add a NULL SetBuffer function to the fbdev driverJon Smirl2005-06-061-0/+8
* Remove some debug outputJon Smirl2005-05-201-2/+0
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-3/+37
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-5/+5
* Fix for writing the wrong sysfs variable when blankingJon Smirl2005-05-181-1/+3
* Implement fbdev swapbuffers()Jon Smirl2005-05-181-0/+47
* Check error return from _eglInitPbufferSurface() correctlyJon Smirl2005-05-171-1/+1
* Compute stride in the right orderJon Smirl2005-05-171-1/+1
* Added software-based pbuffer support (untested).Brian Paul2005-05-171-96/+81
* Make EGL_NO_MODE_MESA work.Jon Smirl2005-05-171-1/+21
* Fix several internal problems with generating the list of configs.Jon Smirl2005-05-171-12/+2
* Add error about write permission to fbdev attribsJon Smirl2005-05-161-0/+7
* remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul2005-05-161-2/+2
* A few egl patches needed for glitz, mainly config BITSJon Smirl2005-05-151-1/+3
* Forgot to add fb_egl.cJon Smirl2005-05-141-0/+798
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-132-2/+4
* dri fb works using renderbuffers now in RGBA modeJon Smirl2005-05-081-115/+43
* fbdri can draw double buffered now. Next step is to convert itJon Smirl2005-05-071-2/+3
* Fix problem generating mode db. Miniglxtest works now.Jon Smirl2005-05-061-3/+3
* Fix up origin in dri/fb driverJon Smirl2005-05-051-72/+14
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0