aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_image.c
Commit message (Collapse)AuthorAgeFilesLines
* xlib: remove xm_image.[ch] filesBrian Paul2011-11-151-39/+0
| | | | Reviewed-by: Eric Anholt <[email protected]>
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-94/+0
| | | | | | | This code was for the old GLcore build of the software rasteriser. The X server switched to a DRI driver for software indirect GLX long ago. Signed-off-by: Adam Jackson <[email protected]>
* xmesa: drop unused XMesaPutImageHelper.George Sapountzis2007-04-131-17/+0
| | | | | | | | It could only be called from XMesaCopySubBuffer but this function is not used by XFree86. It seems that XMesaPutImageHelper would handle sub-images but never got finished. Proper sub-image helpers should be written if need be.
* xmesa: use newly added xm_image.[hc]George Sapountzis2007-04-061-6/+7
| | | | | | | | | Keep external includes to glxheader.h and xmesa includes to xmesaP.h. Drop the following from xm_image.h: - dix-config.h (comes from glheader.h) - xfree86 includes (come from GL/xmesa_xf86.h) - ifdef __CYGWIN__ (leftover ? xm_api.c has something similar)
* xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc]George Sapountzis2007-04-061-0/+149