| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: Disable compiler optimizations when --enable-debug is set | Emil Velikov | 2012-12-12 | 1 | -4/+4 |
* | automake/gallium: attempt to fix -lrt | Dave Airlie | 2012-12-04 | 1 | -2/+7 |
* | egl/wayland: Dispatch the event queue before get_buffers | Ander Conselvan de Oliveira | 2012-11-30 | 1 | -2/+1 |
* | egl: Only enable GLX backend if X11 EGL platform is enabled | Kristian Høgsberg | 2012-11-30 | 1 | -4/+4 |
* | configure.ac: remove -fomit-frame-pointer from LLVM flags | Marek Olšák | 2012-11-29 | 1 | -1/+2 |
* | configure.ac: look for whole words in LLVM flags, not prefixes | Marek Olšák | 2012-11-29 | 1 | -5/+6 |
* | configure.ac: consolidate stripping unwanted LLVM flags | Marek Olšák | 2012-11-29 | 1 | -3/+16 |
* | configure.ac: print LLVM flags | Marek Olšák | 2012-11-29 | 1 | -0/+6 |
* | configure.ac: Remove -O., -g and -Wall from LLVM_C{PP,XX}FLAGS. | Johannes Obermayr | 2012-11-28 | 1 | -3/+3 |
* | automake: strip LLVM_CXXFLAGS and LLVM_CPPFLAGS too | Maarten Lankhorst | 2012-11-19 | 1 | -2/+2 |
* | mesa: Import a copy of the open-addressing hash table code I wrote. | Eric Anholt | 2012-11-12 | 1 | -0/+1 |
* | automake,android: Build program/ into a helper lib (v2) | Eric Anholt | 2012-11-12 | 1 | -0/+1 |
* | build: fix enable/disable language in ./configure --help | Andreas Boll | 2012-11-10 | 1 | -1/+1 |
* | configure.ac: require libdrm_radeon 2.4.40 | Marek Olšák | 2012-11-06 | 1 | -1/+1 |
* | configure.ac: Prevent build of radeon llvm backend with llvm < 3.2 | Vincent Lejeune | 2012-11-02 | 1 | -5/+13 |
* | build: Don't cross-compile GLSL builtin compiler | Thierry Reding | 2012-11-01 | 1 | -4/+36 |
* | Re-add HAVE_PTHREADS preprocessor macro | Matt Turner | 2012-10-22 | 1 | -5/+5 |
* | gbm: Use the kms dumb ioctls for cursor instead of libkms | Kristian Høgsberg | 2012-10-21 | 1 | -2/+0 |
* | configure.ac: Fix LLVM 3.2 r600/radeonsi error message | Dmitry Cherkasov | 2012-10-17 | 1 | -1/+1 |
* | egl/wayland: Update to Wayland 0.99 API | Kristian Høgsberg | 2012-10-17 | 1 | -1/+1 |
* | build: Build on Cygwin with gnu99 instead of c99. | Vinson Lee | 2012-10-16 | 1 | -1/+8 |
* | build: Don't fail if libX11 isn't installed | Daniel Stone | 2012-10-14 | 1 | -1/+1 |
* | egl: Quit checking for a bug in old xcb when we require new xcb. | Eric Anholt | 2012-10-09 | 1 | -5/+0 |
* | egl: Drop xcb ifdefs by just requiring a version from this year. | Eric Anholt | 2012-10-09 | 1 | -1/+1 |
* | glx: Require xcb_dri2 for building glxdri2.c. | Eric Anholt | 2012-10-09 | 1 | -1/+1 |
* | glx: Remove the last user of -DUSE_XCB. | Eric Anholt | 2012-10-09 | 1 | -4/+0 |
* | Remove VAAPI support. | Matt Turner | 2012-10-09 | 1 | -38/+4 |
* | build: Remove autoconf check for signbit | Matt Turner | 2012-10-02 | 1 | -7/+0 |
* | build: Don't build libdricore if not building classic drivers | Matt Turner | 2012-10-01 | 1 | -0/+1 |
* | build: Order src/Makefile correctly | Matt Turner | 2012-10-01 | 1 | -1/+1 |
* | build: Use AX_PTHREAD's HAVE_PTHREAD preprocessor definition | Matt Turner | 2012-10-01 | 1 | -6/+6 |
* | build: Use PTHREAD_LIBS and PTHREAD_CFLAGS | Matt Turner | 2012-10-01 | 1 | -16/+16 |
* | build: Set PTHREAD_LIBS for pkgconfig files if empty | Matt Turner | 2012-10-01 | 1 | -0/+4 |
* | llvmpipe: Fix build with LLVM 2.8 | Tom Stellard | 2012-10-01 | 1 | -1/+1 |
* | configure.ac: Use amdgpu component for LLVM 3.2 | Tom Stellard | 2012-10-01 | 1 | -4/+2 |
* | radeon: Support LLVM 3.2 | Tom Stellard | 2012-10-01 | 1 | -6/+20 |
* | build: Link libglapi with pthreads | Matt Turner | 2012-09-27 | 1 | -4/+1 |
* | build: Use AX_PTHREAD to detect pthreads | Matt Turner | 2012-09-27 | 1 | -0/+11 |
* | build: remove signbit check in configure.ac | Brian Paul | 2012-09-24 | 1 | -7/+0 |
* | build: substitute X11_INCLUDES variable | Robert Bragg | 2012-09-24 | 1 | -0/+1 |
* | Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNS | Matt Turner | 2012-09-24 | 1 | -0/+7 |
* | build: Don't list glproto and dri2proto in pkg-config file | Matt Turner | 2012-09-12 | 1 | -2/+1 |
* | mesa: bump version to 9.1 (devel) | Andreas Boll | 2012-09-09 | 1 | -1/+1 |
* | Set OSMESA_VERSION=8. | Johannes Obermayr | 2012-09-07 | 1 | -4/+4 |
* | build: Disable building of d3d1x | Matt Turner | 2012-09-06 | 1 | -5/+7 |
* | configure.ac: Don't link gallium drivers with libdricore | Tom Stellard | 2012-09-05 | 1 | -1/+0 |
* | build: Remove left over echo from GLU removal | Matt Turner | 2012-08-31 | 1 | -2/+0 |
* | Remove libGLU | Matt Turner | 2012-08-31 | 1 | -67/+0 |
* | mesa: also bump version in Makefile.am and configure.ac to 9.0 | Andreas Boll | 2012-08-31 | 1 | -1/+1 |
* | configure.ac: require libdrm_radeon 2.6.39 for MSAA | Marek Olšák | 2012-08-30 | 1 | -1/+1 |