summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2007-11-01disable the driverContext assertionsBrian
2007-11-01silence the finalize_mipmap_tree msgBrian
2007-11-01don't call _mesa_init_driver_functions()Brian
2007-11-01remove _mesa_init_driver_functions()Brian
2007-11-01plug in _mesa_test_proxy_teximage, temporarilyBrian
2007-11-01remove dead codeBrian
2007-11-01remove unneeded tnl stuffBrian
2007-11-01remove old comment about tnl/vfBrian
2007-11-01Reserve the right number of dwords for hardware state, and handle the case wh...José Fonseca
2007-11-01Obsolete fileBrian
2007-11-01remove xmesa_set_renderbuffer_funcs()Brian
2007-11-01disable/omit renderbuffer span codeBrian
2007-11-01disable/omit renderbuffer span codeBrian
2007-11-01remove unused funcs, macrosBrian
2007-11-01xget_image() wrapper to catch BadMatch errorsBrian
2007-11-01move dither kernels to xm_surface.cBrian
2007-11-01fix some tile clipping bugsBrian
2007-11-01move CLIP_TILE, add commentsBrian
2007-11-01rewrite xmesa_get_tile_rgba() to not use span funcsBrian
2007-11-01reimplement xmesa_put_tile_rgba() w/out span funcsBrian
2007-11-01implement get/put_tile() for xlib driverBrian
2007-11-01Implement surface clearing w/out dependency on XMesa/Mesa stuff.Brian
2007-10-31make winsys objects singletons, commentsBrian
2007-10-31Clean up xmesa winsys stuffBrian
2007-10-31update comments for pipe_contextBrian
2007-10-31remove some extension #definesBrian
2007-10-31ObsoleteBrian
2007-10-31remove xm_dd.c from buildBrian
2007-10-31move few remaining bits of xm_dd.c into xm_api.cBrian
2007-10-31move dither kernels/tables to xm_span.cBrian
2007-10-31Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState()Brian
2007-10-31move surface clear functions to xm_buffer.cBrian
2007-10-31clean-up includesBrian
2007-10-31remove HPCR supportBrian
2007-10-31get rid of xmesa_clear_buffers()Brian
2007-10-31don't pass x,y,width,height to clear functionsBrian
2007-10-31remove get_string, test_proxy_teximageBrian
2007-10-31remove timer_query, s3tc extension bitsBrian
2007-10-31Start removing old driver funcs like ColorMask, ClearColor, etc.Brian
2007-10-31remove FX/glide stuffBrian
2007-10-31remove tnl/swrast codeBrian
2007-10-31ObsoleteBrian
2007-10-31remove dead swrast/tnl codeBrian
2007-10-31disable swrast/tnl stuffBrian
2007-10-31remove Draw/CopyPixels functionsBrian
2007-10-31omit X point/line/triangle routinesBrian
2007-10-31switch to Xlib driver in pipe/xlib/Brian
2007-10-31Copy of xlib driver. This will get trimmed down a lot for Gallium.Brian
2007-10-31Update texenvprogram.c code to use prog_cache.c routines.Brian
2007-10-31remove dead program cache codeBrian