aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/fb/fb_egl.c
Commit message (Collapse)AuthorAgeFilesLines
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-10/+2
| | | | | | | | A context or surface that is neither linked to a display nor current to a thread should be destroyed. Therefore, an unlinked context or surface implies a pending delete automatically. Signed-off-by: Chia-I Wu <[email protected]>
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-5/+5
| | | | | | | | This commit uses the newly introduced link functions to manage EGL contexts and surfaces. As a result of this, the API for drivers are changed. All drivers are updated for the change. Signed-off-by: Chia-I Wu <[email protected]>
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
|
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-5/+5
| | | | Makefile.template
* switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
|
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
| | | | | This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that.
* compilation fixes, don't know if runtime worksBrian Paul2005-09-191-1/+8
|
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-1/+13
| | | | call driUpdateFramebufferSize() when window size/position changes.
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-6/+7
| | | | driNewRenderbuffer().
* remove SetBufferBrian Paul2005-09-031-11/+0
|
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-8/+1
|
* fbSwapBuffers needs to return a statusJon Smirl2005-06-131-0/+2
|
* Add SetBuffer to egl driver tooJon Smirl2005-06-071-0/+3
|
* Remove some debug outputJon Smirl2005-05-201-2/+0
| | | | Add #if DEBUG_FRAG in s_nvfragprog.c
* Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl2005-05-191-3/+37
|
* 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
| | | | | | Use _eglConfigToContextModesRec() function and remove need for the _EGLConfig->glmode struct. Silence some compiler warnings.
* 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