summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
* glx/dri2: Add support for GLX_ARB_create_context_robustnessIan Romanick2012-07-116-6/+49
* glx/tests: Fix off-by-one error in allocating extension string bufferIan Romanick2012-07-031-1/+1
* glx/tests: Fix signed/unsigned comparison warnings.Paul Berry2012-06-202-27/+27
* glx/tests and mesa/tests: Update .gitignore files.Paul Berry2012-06-141-1/+1
* glx/tests: Add unit tests for generated code in indirect_init.cIan Romanick2012-06-132-1/+1536
* glx/tests: Add unit tests for generated code in indirect_size.cIan Romanick2012-06-132-0/+557
* glx/tests: Rename test as glx-testIan Romanick2012-06-131-4/+4
* glx: Move tests from tests/glx to src/glx/testsIan Romanick2012-06-138-0/+1499
* glx: Handle a null reply in QueryVersion.Stéphane Marchesin2012-06-121-0/+3
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-1/+1
* scons: add code to generate the various GL API filesBrian Paul2012-05-311-0/+51
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-296-12714/+6
* darwin: Address a build failure on Leopard and earlier OS versionsJeremy Huddleston2012-05-181-0/+10
* darwin: Eliminate a possible race condition while destroying a surfaceJeremy Huddleston2012-05-161-4/+4
* darwin: Unlock our mutex before destroying itJeremy Huddleston2012-05-161-0/+3
* darwin: Use ASL for loggingJeremy Huddleston2012-05-035-21/+183
* darwin: Make reported errors more user-friendlyJeremy Huddleston2012-05-031-9/+10
* darwin: Fix an error messageJeremy Huddleston2012-05-031-1/+1
* darwin: Eliminate a pthread mutex leakJeremy Huddleston2012-04-241-0/+7
* apple: Fix a use after freeJonas Maebe2012-04-231-2/+4
* glx: Hook up the unit tests again using the internal gtest.Eric Anholt2012-04-122-3/+9
* glx: fix compile warningsYuanhan Liu2012-04-091-0/+2
* Use -no-undefined libtool flag in src/glx/Makefile.amJon TURNEY2012-03-281-1/+1
* glx:dri_common.c: check psc->driScreen->createDrawable return valueWang YanQing2012-03-281-0/+6
* glx/drisw: avoid segfaults when we fail to get visualDave Airlie2012-03-241-2/+9
* glx: Fix glXGetProcAddress() of global glX symbols post-automake conversion.Eric Anholt2012-03-211-0/+1
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* shared-glapi: Convert to automakeKristian Høgsberg2012-03-191-1/+1
* darwin: Build create_context.cJeremy Huddleston2012-03-162-1/+7
* Set close on exec flag FD_CLOEXECDavid Fries2012-03-111-1/+9
* glx: Also put a symlink from libGL.so in lib/ for now.Johannes Obermayr2012-03-071-0/+1
* glx: Convert to automake.Eric Anholt2012-02-293-119/+127
* dri: Emit a critical error if the swrast driver fails to load.Carl Worth2012-02-081-2/+4
* dri: Emit a critical error if a named driver fails to load.Carl Worth2012-02-082-0/+4
* dri: Add a CriticalErrorMessageF macro.Carl Worth2012-02-082-0/+26
* dri: Clarify comments on InfoMessageF and ErrorMessageF macros.Carl Worth2012-02-081-1/+6
* Have __glImageSize handle format GL_DEPTH_STENCIL_NV the same way as the serv...Jon TURNEY2012-02-061-0/+1
* Revert "Always build shared glapi"Matt Turner2012-01-245-0/+15
* Always build shared glapiMatt Turner2012-01-205-15/+0
* scons: Fix libGL.so build.Roland Scheidegger2012-01-131-0/+1
* glx/dri: Initialize api even if num_attribs == 0.Kenneth Graunke2012-01-111-1/+3
* glx: Suppress unused variable warning for cmdlenPaul Berry2012-01-111-1/+1
* scons: Fix libGL.so build.José Fonseca2012-01-101-0/+3
* glx/dri2: print FPS when env var LIBGL_SHOW_FPS is 1 (v2)Marek Olšák2012-01-051-1/+34
* glx: More hacking around versions of XCB that lack GLX_ARB_create_context sup...Ian Romanick2012-01-043-4/+7
* drisw: Fix drawable creation against non-default screensAdam Jackson2012-01-041-2/+1
* glx: Hack around versions of XCB that lack GLX_ARB_create_context supportIan Romanick2012-01-032-0/+23
* tests/glx: Add unit tests for GLX_ARB_create_context GLX protocolIan Romanick2012-01-021-1/+4
* glx: Don't use 'new' as a function parameter nameIan Romanick2012-01-021-1/+1