| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | egl/main: drop platform fbdev specific code | Emil Velikov | 2015-03-21 | 1 | -2/+1 |
* | winsys/sw/fbdev: remove unused software winsys | Emil Velikov | 2015-03-21 | 1 | -1/+0 |
* | winsys/sw/wayland: remove unused winsys | Emil Velikov | 2015-03-21 | 1 | -1/+0 |
* | i965: Store the GPU revision number in brw_context | Neil Roberts | 2015-03-20 | 1 | -1/+1 |
* | configure: check if compiler supports -Werror=vla. | Jonathan Gray | 2015-03-18 | 1 | -2/+14 |
* | configure: require pthreads for POSIX builds | Emil Velikov | 2015-03-11 | 1 | -0/+3 |
* | Add macro for unused function attribute. | Vinson Lee | 2015-03-09 | 1 | -0/+1 |
* | Revert "configure: require pthreads for POSIX builds" | Emil Velikov | 2015-03-06 | 1 | -3/+0 |
* | configure: require pthreads for POSIX builds | Emil Velikov | 2015-03-06 | 1 | -0/+3 |
* | configure: Introduce new output variable to ax_check_python_mako_module.m4 | Samuel Iglesias Gonsalvez | 2015-03-06 | 1 | -1/+7 |
* | st/vega: Remove. | Jose Fonseca | 2015-03-04 | 1 | -31/+0 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-03-03 | 1 | -0/+17 |
* | identity: Remove. | Jose Fonseca | 2015-03-02 | 1 | -1/+0 |
* | Revert "configure: Leverage gcc warn options to enable safe use of C99 featur... | Kenneth Graunke | 2015-02-27 | 1 | -17/+0 |
* | configure: Leverage gcc warn options to enable safe use of C99 features where... | Jose Fonseca | 2015-02-27 | 1 | -0/+17 |
* | mesa: Have configure define NDEBUG, not mtypes.h. | Matt Turner | 2015-02-20 | 1 | -0/+2 |
* | auxiliary/vl: Build vl_winsys_dri.c only when needed. | Emil Velikov | 2015-02-18 | 1 | -1/+9 |
* | Bracket arguments to tr so they work with Solaris tr | Alan Coopersmith | 2015-02-17 | 1 | -1/+1 |