summaryrefslogtreecommitdiff
path: root/GL/glx
AgeCommit message (Expand)AuthorFilesLines
2006-04-03Coverity #986: Prevent a NULL chase.Adam Jackson1-2/+2
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-30Mark the ARGB FBConfig as nonconforming to prevent drivers and apps fromKristian Høgsberg1-1/+3
2006-03-30Regenerate these files using updated scripts to avoid unused variableKristian Høgsberg3-151/+155
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-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øgsberg5-1/+8
2006-03-20Finish glx_ansic.h wrapper changes to make Xvfb and Xnest link again.Donnie Berkholz4-12/+6
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg12-194/+124
2006-03-17More patches from David Reveman:Kristian Høgsberg7-1/+354
2006-03-14Bail out early if screen doesn't support DRI.Kristian Høgsberg1-1/+8
2006-03-13First batch of AIGLX fixes from David Reveman.Kristian Høgsberg4-21/+31
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg25-1907/+2101
2006-03-05Definitions for bswapxx() macros on OpenBSD.Matthieu Herrb2-0/+10
2006-02-22Bug #5978: Added missing swap of input variables. Added missing cases forAlexander Gottwald1-0/+14
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-1/+2
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt6-3/+15
2006-02-10Remove the include of X11/misc.h, which fails to compile and isn'tEric Anholt1-1/+0
2006-01-19Only try to use byteswap.h on linux. Assume that everyone else (thinking ofEric Anholt3-1/+14
2006-01-12Bug #2996: libglx / libGLcore should use a dispatch tableIan Romanick35-13099/+15144
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-14Use glcontextmodes.[ch] from Mesa.Kevin E Martin2-556/+0
2005-11-14Add GL_CFLAGS so that GLX can find its proto headers when using separateKevin E Martin1-1/+1
2005-10-20Make sure that the __gl*_size prototypes are seen in all the places thatIan Romanick1-0/+2
2005-10-05Bug #3652: Server-side GLX support for GLX_SGIX_swap_barrier andAdam Jackson5-0/+338
2005-10-01Refactors __glXImageSize and __glXImage3DSize into a single function. ItIan Romanick5-45/+99
2005-09-28Replace all uses of __glEvalComputeK (and the doubly redundantIan Romanick5-46/+14
2005-09-27Fix some problems that caused incorrectly annotated prototypes forIan Romanick2-24/+4
2005-08-12Use '$(DRMSRCDIR)/shared-core' instead of '$(DRMSRCDIR)/shared' for DRMIan Romanick6-27/+4
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
2005-07-06Put the correct value in the length field of the reply. Previously, theIan Romanick1-5/+5
2005-07-03Add missing include paths.Daniel Stone2-2/+4
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone46-27/+274
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone2-0/+6
2005-06-19Build workaround. Add glcontextmodes.[ch] from Mesa.Adam Jackson2-0/+548
2005-06-09Re-enable GL_HP_occlusion_test. The problems in Mesa that caused this bugIan Romanick1-6/+0
2005-05-30Bug #3407: Clean out ancient #ifdef X11R5 conditionals.Adam Jackson2-10/+0
2005-01-13Thu Jan 13 17:45:13 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-0/+4
2004-08-12Fix after Mesa 20040812 merge: revert glxext.h to vendor branch, and fixEric Anholt1-1/+1
2004-08-09Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,Kevin E Martin1-1/+2
2004-07-31Fix compiler warningKevin E Martin1-4/+0