summaryrefslogtreecommitdiff
path: root/GL/glx/glxdri.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-09Sanitized glxdri's Block/Wakeuphandler calling.Tilman Sauerbeck1-8/+2
2006-07-06Implement GLX_MESA_copy_sub_buffer.Kristian Høgsberg1-5/+43
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg1-45/+46
2006-06-27Add damage tracking to GLX_EXT_tfp implementation.Kristian Høgsberg1-42/+100
2006-04-02Use xf86LoaderCheckSymbol to check for DRI symbols instead of dlsym,Kristian Høgsberg1-2/+2
2006-04-02Use RTLD_DEFAULT, rather than relying on NULL happening to map to it as itEric Anholt1-1/+1
2006-03-24Make sure DRI module is loaded before calling DRI functions.Kristian Høgsberg1-0/+5
2006-03-22Improve error logging.Kristian Høgsberg1-27/+17
2006-03-21#include indirect_dispatch to get prototypes for FBO functions.Kristian Høgsberg1-1/+1
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg1-11/+11
2006-03-17More patches from David Reveman:Kristian Høgsberg1-0/+1
2006-03-14Bail out early if screen doesn't support DRI.Kristian Høgsberg1-1/+8
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-0/+926