summaryrefslogtreecommitdiff
path: root/src/glx
AgeCommit message (Expand)AuthorFilesLines
2012-08-13build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers1-0/+2
2012-08-13build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers1-0/+4
2012-08-08glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2-2/+2
2012-08-08glx: Don't use glapitable.h at allIan Romanick3-6/+10
2012-08-08glx: Don't rely on struct _glapi_tableIan Romanick2-666/+654
2012-07-23automake: Honor GL_LIB for mangled/custom lib namesBrad King1-20/+7
2012-07-17glx: build tests after libglx.laMatt Turner1-1/+1
2012-07-13automake: convert libglapiJon TURNEY1-1/+1
2012-07-12scons: Also require recent XCB.José Fonseca1-0/+3
2012-07-12mesa: Require current libxcb.Eric Anholt4-33/+1
2012-07-11glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick6-6/+49
2012-07-03glx/tests: Fix off-by-one error in allocating extension string bufferIan Romanick1-1/+1
2012-06-20glx/tests: Fix signed/unsigned comparison warnings.Paul Berry2-27/+27
2012-06-14glx/tests and mesa/tests: Update .gitignore files.Paul Berry1-1/+1
2012-06-13glx/tests: Add unit tests for generated code in indirect_init.cIan Romanick2-1/+1536
2012-06-13glx/tests: Add unit tests for generated code in indirect_size.cIan Romanick2-0/+557
2012-06-13glx/tests: Rename test as glx-testIan Romanick1-4/+4
2012-06-13glx: Move tests from tests/glx to src/glx/testsIan Romanick8-0/+1499
2012-06-12glx: Handle a null reply in QueryVersion.Stéphane Marchesin1-0/+3
2012-06-11automake: Globally add stub automake targets to the old Makefiles.Eric Anholt1-1/+1
2012-05-31scons: add code to generate the various GL API filesBrian Paul1-0/+51
2012-05-29mesa: Remove the generated glapi from source control, and just build it.Eric Anholt6-12714/+6
2012-05-18darwin: Address a build failure on Leopard and earlier OS versionsJeremy Huddleston1-0/+10
2012-05-16darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston1-4/+4
2012-05-16darwin: Unlock our mutex before destroying itJeremy Huddleston1-0/+3
2012-05-03darwin: Use ASL for loggingJeremy Huddleston5-21/+183
2012-05-03darwin: Make reported errors more user-friendlyJeremy Huddleston1-9/+10
2012-05-03darwin: Fix an error messageJeremy Huddleston1-1/+1
2012-04-24darwin: Eliminate a pthread mutex leakJeremy Huddleston1-0/+7
2012-04-23apple: Fix a use after freeJonas Maebe1-2/+4
2012-04-12glx: Hook up the unit tests again using the internal gtest.Eric Anholt2-3/+9
2012-04-09glx: fix compile warningsYuanhan Liu1-0/+2
2012-03-28Use -no-undefined libtool flag in src/glx/Makefile.amJon TURNEY1-1/+1
2012-03-28glx:dri_common.c: check psc->driScreen->createDrawable return valueWang YanQing1-0/+6
2012-03-24glx/drisw: avoid segfaults when we fail to get visualDave Airlie1-2/+9
2012-03-21glx: Fix glXGetProcAddress() of global glX symbols post-automake conversion.Eric Anholt1-0/+1
2012-03-20Add Makefile.in to toplevel .gitignoreKenneth Graunke1-1/+0
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry1-3/+0
2012-03-19shared-glapi: Convert to automakeKristian Høgsberg1-1/+1
2012-03-16darwin: Build create_context.cJeremy Huddleston2-1/+7
2012-03-11Set close on exec flag FD_CLOEXECDavid Fries1-1/+9
2012-03-07glx: Also put a symlink from libGL.so in lib/ for now.Johannes Obermayr1-0/+1
2012-02-29glx: Convert to automake.Eric Anholt3-119/+127
2012-02-08dri: Emit a critical error if the swrast driver fails to load.Carl Worth1-2/+4
2012-02-08dri: Emit a critical error if a named driver fails to load.Carl Worth2-0/+4
2012-02-08dri: Add a CriticalErrorMessageF macro.Carl Worth2-0/+26
2012-02-08dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth1-1/+6
2012-02-06Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...Jon TURNEY1-0/+1
2012-01-24Revert "Always build shared glapi"Matt Turner5-0/+15
2012-01-20Always build shared glapiMatt Turner5-15/+0