summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
...
* Use calloc instead of malloc/memset-0Matt Turner2012-09-055-24/+12
* Remove useless checks for NULL before freeingMatt Turner2012-09-056-32/+16
* Don't cast the return value of malloc/reallocMatt Turner2012-09-0511-21/+21
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-0521-153/+152
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-1/+1
* build: Clean glx Makefile.amMatt Turner2012-08-221-4/+1
* glx/dri2: add dri2 prime support.Dave Airlie2012-08-161-0/+13
* build/glx: fix include paths for out-of-tree buildsChristopher James Halse Rogers2012-08-131-0/+2
* build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers2012-08-131-0/+4
* glx/dri: Initialize reset to __DRI_CTX_RESET_NO_NOTIFICATION.Kenneth Graunke2012-08-082-2/+2
* glx: Don't use glapitable.h at allIan Romanick2012-08-083-6/+10
* glx: Don't rely on struct _glapi_tableIan Romanick2012-08-082-666/+654
* automake: Honor GL_LIB for mangled/custom lib namesBrad King2012-07-231-20/+7
* glx: build tests after libglx.laMatt Turner2012-07-171-1/+1
* automake: convert libglapiJon TURNEY2012-07-131-1/+1
* scons: Also require recent XCB.José Fonseca2012-07-121-0/+3
* mesa: Require current libxcb.Eric Anholt2012-07-124-33/+1
* 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