aboutsummaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)Author
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt
2012-05-31scons: add code to generate the various GL API filesBrian Paul
2012-05-29mesa: Remove the generated glapi from source control, and just build it.Eric Anholt
2012-05-18darwin: Address a build failure on Leopard and earlier OS versionsJeremy Huddleston
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston
2012-05-03darwin: Use ASL for loggingJeremy Huddleston
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston
2012-05-03darwin: Fix an error messageJeremy Huddleston
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston
2012-04-23apple: Fix a use after freeJonas Maebe
2012-04-12glx: Hook up the unit tests again using the internal gtest.Eric Anholt
2012-04-09glx: fix compile warningsYuanhan Liu
2012-03-28Use -no-undefined libtool flag in src/glx/Makefile.amJon TURNEY
2012-03-28glx:dri_common.c: check psc->driScreen->createDrawable return valueWang YanQing
2012-03-24glx/drisw: avoid segfaults when we fail to get visualDave Airlie
2012-03-21glx: Fix glXGetProcAddress() of global glX symbols post-automake conversion.Eric Anholt
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry
2012-03-19shared-glapi: Convert to automakeKristian Høgsberg
2012-03-16darwin: Build create_context.cJeremy Huddleston
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries
2012-03-07glx: Also put a symlink from libGL.so in lib/ for now.Johannes Obermayr
2012-02-29glx: Convert to automake.Eric Anholt
2012-02-08dri: Emit a critical error if the swrast driver fails to load.Carl Worth
2012-02-08dri: Emit a critical error if a named driver fails to load.Carl Worth
2012-02-08dri: Add a CriticalErrorMessageF macro.Carl Worth
2012-02-08dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth
2012-02-06Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...Jon TURNEY
2012-01-24Revert "Always build shared glapi"Matt Turner
2012-01-20Always build shared glapiMatt Turner
2012-01-13scons: Fix libGL.so build.Roland Scheidegger
2012-01-11glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke
2012-01-11glx: Suppress unused variable warning for cmdlenPaul Berry
2012-01-10scons: Fix libGL.so build.José Fonseca
2012-01-05glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)Marek Olšák
2012-01-04glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick
2012-01-04drisw: Fix drawable creation against non-default screensAdam Jackson
2012-01-03glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick
2012-01-02tests/glx: Add unit tests for GLX_ARB_create_context GLX protocolIan Romanick
2012-01-02glx: Don't use 'new' as a function parameter nameIan Romanick
2012-01-02glx: Enable GLX_EXT_create_context_es2_profileIan Romanick
2012-01-02glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contextsIan Romanick
2012-01-02glx/dri: Add utility function dri2_convert_glx_attribsIan Romanick
2012-01-02glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick
2012-01-02glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick
2012-01-02glx: Initial implementation of glXCreateContextAttribsARBIan Romanick
2012-01-02glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contextsIan Romanick
2012-01-02glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick
2012-01-02glx: Add glx_screen_vtable::create_context_attribsIan Romanick