summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2006-07-06Implement GLX_MESA_copy_sub_buffer.Kristian Høgsberg3-6/+84
2006-07-06Add GLX_MESA_copy_sub_buffer marshalling support.Kristian Høgsberg4-2/+62
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg7-156/+1
2006-07-06Implement glXCreateWindow and glXDestroyWindow.Kristian Høgsberg2-53/+85
2006-07-06Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.Kristian Høgsberg2-154/+72
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg8-211/+99
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg6-86/+99
2006-07-06Add marshalling for GLX 1.3 requests.Kristian Høgsberg5-38/+207
2006-06-27Add damage tracking to GLX_EXT_tfp implementation.Kristian Høgsberg4-43/+108
2006-06-24Fix byte swapping in some GLX requests.Michel Dänzer1-2/+2
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt2-0/+37
2006-06-12Add arrayobj.c to the Makefile as well.Ian Romanick1-0/+1
2006-06-12Add new Mesa files arrayobj.c and arrayobj.h.Ian Romanick1-0/+2
2006-05-29Remove superfluous definition of tfp tokens.Kristian Høgsberg1-8/+0
2006-05-25update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).Matthieu Herrb2-0/+3
2006-04-13Fix build for added file to Mesa CVS. This is always fun. :(Ian Romanick1-0/+1
2006-04-07Coverity #985: Avoid segfault on malloc failure.Adam Jackson1-2/+2
2006-04-03Coverity #271: Fix an unbelievably boneheaded NULL chase.Adam Jackson1-1/+1
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øgsberg13-14/+72
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-21Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg1-1/+1
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øgsberg13-201/+125
2006-03-17More patches from David Reveman:Kristian Høgsberg8-2/+364
2006-03-15Update to build against Mesa CVS HEAD.Felix Kuehling2-1/+7
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øgsberg5-21/+37
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg29-2661/+2320
2006-03-05Definitions for bswapxx() macros on OpenBSD.Matthieu Herrb2-0/+10
2006-03-02Fix build against Mesa CVS HEAD: added s_blit.c to symlink-mesa.sh.Felix Kuehling1-0/+1
2006-03-02added s_blit.c fileBrian Paul1-0/+1
2006-02-27Fixing the Mesa build again, sigh. Add slang_execute_x86.c. AddFelix Kuehling3-0/+3
2006-02-22Bug #5978: Added missing swap of input variables. Added missing cases forAlexander Gottwald1-0/+14
2006-02-22Update to build against Mesa HEAD. (Thank you Felix for feedback on xorgJeremy C. Reed2-0/+6
2006-02-20Update to build against Mesa HEAD.Felix Kuehling2-0/+3
2006-02-15Define NO_LIBCWRAPPER in dix-config.h, and rely on Mesa includingEric Anholt11-20/+11
2006-02-15Update to build against mesa head.Kristian Høgsberg2-0/+3
2006-02-15Avoid some more libcwrapper damage that prevented kdrive linking.Eric Anholt1-1/+2
2006-02-14update to latest Mesa CVS HEADDave Airlie2-0/+3
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt10-10/+19
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt9-10/+17
2006-02-10Remove the include of X11/misc.h, which fails to compile and isn'tEric Anholt1-1/+0