summaryrefslogtreecommitdiff
path: root/GL/glx/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick1-0/+1
2006-08-29Add support for AIGLX drivers to enable GLX extensions that they support.Ian Romanick1-1/+3
2006-08-25Enable vertex and fragment programs.Ian Romanick1-0/+1
2006-08-24Finish support for GL_ARB_texture_compression.Ian Romanick1-0/+1
2006-08-24Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick1-3/+0
2006-08-23Convert protocol decode tabels for Render and RenderLarge to use nice,Ian Romanick1-1/+0
2006-08-23Convert protocol decode tables for Single, VendorPrivate, andIan Romanick1-0/+2
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-3/+1
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg1-2/+0
2006-03-28Fix a couple of typos.Kristian Høgsberg1-1/+1
2006-03-28Add --enable-glx-tls ./configure option to enable use of TLS for storingKristian Høgsberg1-1/+2
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg1-1/+0
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg1-13/+20
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-1/+2
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick1-6/+14
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-2/+9
2005-11-19Update pkgconfig files to separate library build-time dependencies fromKevin E Martin1-1/+1
2005-11-14Add GL_CFLAGS so that GLX can find its proto headers when using separateKevin E Martin1-1/+1
2005-08-02distcheck fixesXORG-6_99_99_900Adam Jackson1-2/+2
2005-08-01GLX fix for loadable servers: indirect_size.c goes in libglx, not libGLcoreAdam Jackson1-0/+2
2005-07-21GLX needs gl.h from Mesa tooAdam Jackson1-1/+1
2005-07-12build fixAdam Jackson1-0/+2
2005-07-12GLX server supportAdam Jackson1-0/+56