summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/xlib/xm_surface.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused funcs, macrosBrian2007-11-011-13/+0
* xget_image() wrapper to catch BadMatch errorsBrian2007-11-011-4/+94
* move dither kernels to xm_surface.cBrian2007-11-011-0/+20
* fix some tile clipping bugsBrian2007-11-011-12/+21
* move CLIP_TILE, add commentsBrian2007-11-011-3/+5
* rewrite xmesa_get_tile_rgba() to not use span funcsBrian2007-11-011-24/+73
* reimplement xmesa_put_tile_rgba() w/out span funcsBrian2007-11-011-21/+78
* implement get/put_tile() for xlib driverBrian2007-11-011-0/+119
* Implement surface clearing w/out dependency on XMesa/Mesa stuff.Brian2007-11-011-15/+177
* Clean up xmesa winsys stuffBrian2007-10-311-13/+0
* clean-up includesBrian2007-10-311-6/+4
* get rid of xmesa_clear_buffers()Brian2007-10-311-9/+4
* Start removing old driver funcs like ColorMask, ClearColor, etc.Brian2007-10-311-2/+2
* Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian2007-10-311-0/+251