| Commit message (Expand) | Author | Age | Files | Lines |
* | build: add HAVE_SHA1 define when using --with-sha1 option | Tapani Pälli | 2015-09-04 | 1 | -0/+5 |
* | gallium/ddebug: new pipe for hang detection and driver state dumping (v2) | Marek Olšák | 2015-08-26 | 1 | -0/+1 |
* | st/nine: Require gcc >= 4.6 | David Heidelberg | 2015-08-21 | 1 | -0/+4 |
* | freedreno: use fd_pipe_wait_timeout() | Rob Clark | 2015-08-18 | 1 | -1/+1 |
* | winsys/amdgpu: add a new winsys for the new kernel driver | Marek Olšák | 2015-08-14 | 1 | -0/+3 |
* | st/vdpau: add HEVC support v2 | Christian König | 2015-08-14 | 1 | -1/+1 |
* | configure.ac: Always define __STDC_LIMIT_MACROS. | Matt Turner | 2015-08-11 | 1 | -1/+1 |
* | mesa: Add -fno-trapping-math to CFLAGS. | Matt Turner | 2015-08-03 | 1 | -2/+2 |
* | mesa: Add -fno-math-errno to CFLAGS. | Matt Turner | 2015-08-03 | 1 | -0/+3 |
* | opencl: use versioned .so in mesa.icd | Igor Gnatenko | 2015-08-01 | 1 | -0/+3 |
* | configure.ac: check for mkostemp() | Emil Velikov | 2015-08-01 | 1 | -0/+1 |
* | egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding it | Emil Velikov | 2015-08-01 | 1 | -1/+1 |
* | egl/wayland: libdrm is a hard requirement, treat it as such | Emil Velikov | 2015-08-01 | 1 | -0/+3 |
* | configure.ac: null,android,gdi are not valid egl-platforms | Emil Velikov | 2015-08-01 | 1 | -3/+0 |
* | automake: rework the EGL build | Emil Velikov | 2015-07-22 | 1 | -2/+1 |
* | dri/common: remove unused drm_version variable | Emil Velikov | 2015-07-22 | 1 | -21/+0 |
* | configure.ac: do not set HAVE_DRI(23) when libdrm is missing | Emil Velikov | 2015-07-22 | 1 | -9/+9 |
* | mesa: Detect and provide macros for function attributes pure and const. | Eric Anholt | 2015-07-17 | 1 | -0/+2 |
* | i965: bump libdrm requirement to 2.4.61 and drop in-tree workaround | Emil Velikov | 2015-07-13 | 1 | -1/+1 |
* | pipe-loader: remove pipe_loader_sw_probe_xlib | Emil Velikov | 2015-07-13 | 1 | -11/+2 |
* | automake: remove empty GALLIUM_PIPE_LOADER_LIBS | Emil Velikov | 2015-07-13 | 1 | -1/+0 |
* | automake: pipe-loader: remove the 'client' pipe-loader | Emil Velikov | 2015-07-13 | 1 | -11/+0 |
* | darwin: Suppress type conversion warnings for GLhandleARB | Julien Isorce | 2015-07-08 | 1 | -1/+1 |
* | mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)). | Kenneth Graunke | 2015-07-06 | 1 | -0/+1 |
* | nvc0: create screen fence objects with coherent attribute | Alexandre Courbot | 2015-07-02 | 1 | -1/+1 |
* | nouveau: rename var name for nouveau_vieux to avoid conflict with nouveau | Ilia Mirkin | 2015-07-01 | 1 | -1/+1 |
* | mesa: Enable subdir-objects globally. | Matt Turner | 2015-06-26 | 1 | -1/+1 |
* | configure: drop unused variable GBM_BACKEND_DIRS | Emil Velikov | 2015-06-23 | 1 | -1/+0 |
* | configure: error out when building libEGL without shared-glapi | Emil Velikov | 2015-06-23 | 1 | -0/+3 |
* | configure: error out when building backend-less libEGL | Emil Velikov | 2015-06-23 | 1 | -2/+6 |
* | configure: allow building shared-glapi powered libgl-xlib | Emil Velikov | 2015-06-23 | 1 | -6/+0 |
* | configure: warn about shared_glapi & xlib-glx only when both are set | Emil Velikov | 2015-06-23 | 1 | -1/+1 |
* | egl/dri2: implement platform_surfaceless | Haixia Shi | 2015-06-16 | 1 | -0/+6 |
* | configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.h | Marek Olšák | 2015-06-16 | 1 | -1/+1 |
* | radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU | Tom Stellard | 2015-06-12 | 1 | -5/+8 |
* | vc4: Drop subdirectory in vc4 build. | Eric Anholt | 2015-06-09 | 1 | -1/+0 |
* | configure.ac: Link mcdisassembler component. | Jose Fonseca | 2015-05-29 | 1 | -1/+1 |
* | configure.ac: Don't bother checking whether LLVM's MCJIT component is available. | Jose Fonseca | 2015-05-29 | 1 | -4/+1 |
* | configure.ac: enable building GLES1 and GLES2 by default | Marek Olšák | 2015-05-29 | 1 | -6/+6 |
* | swrast: Build fix for Solaris | Alan Coopersmith | 2015-05-20 | 1 | -0/+1 |
* | clover: make llvm >= 3.5.0 and c++11 mandatory | EdB | 2015-04-20 | 1 | -21/+11 |
* | configure.ac: fix bashism | Tobias Nygren | 2015-04-17 | 1 | -1/+1 |
* | configure.ac: print LLVM_LDFLAGS | Marek Olšák | 2015-04-16 | 1 | -0/+1 |
* | mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro. | Jose Fonseca | 2015-04-13 | 1 | -1/+1 |
* | configure.ac: remove deprecated --with-libclc-path | Emil Velikov | 2015-04-12 | 1 | -13/+0 |
* | configure: nuke --with-max-{width,height} | Emil Velikov | 2015-04-01 | 1 | -15/+0 |
* | configure.ac: error out if python/mako is not found when required | Emil Velikov | 2015-04-01 | 1 | -2/+11 |
* | configure.ac: move AC_MSG_RESULT reporting back into the m4 macro | Emil Velikov | 2015-03-24 | 1 | -3/+1 |
* | configure: Bail out with MinGW targets. | Jose Fonseca | 2015-03-22 | 1 | -12/+13 |
* | galahad: remove driver | Emil Velikov | 2015-03-21 | 1 | -1/+0 |