summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri/egldri.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove old egldri driverKristian Høgsberg2010-09-091-1205/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-13/+13
* 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-14/+19
* egl: minor tweaksBrian Paul2008-06-051-2/+4
* comments in _eglMain()Brian Paul2008-05-291-0/+4
* egl: pass args to _eglOpenDriver()Brian Paul2008-05-281-2/+1
* egl: added args string to _eglMain()Brian Paul2008-05-281-2/+2
* prototype new code to map card number to driver nameBrian Paul2008-05-281-4/+62
* include eglconfigutil.hBrian Paul2008-05-271-0/+1
* misc updates, clean-ups, remove dependency on mtypes.hBrian Paul2008-05-271-11/+17
* fixup stamp so driver updates drawable infoDave Airlie2005-12-301-0/+15
* Rename eglDRIShowSurfaceMESA.Brian Paul2005-12-101-8/+9
* Put extension flags, string into separate struct.Brian Paul2005-11-291-2/+2
* clean up the drmGetMap/drmMap codeBrian Paul2005-11-291-36/+32
* apparently need to load colormap after setting the mode to make it work reliablyBrian Paul2005-11-291-25/+50
* Lots of fixes, clean-ups, new comments, etc.Brian Paul2005-11-281-228/+323
* use _egl_api struct, make some functions staticBrian Paul2005-11-241-17/+22
* New files for radeon egl driver.Jon Smirl2005-08-041-0/+1001