summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Delete the meta-base CopyImageSubData implementationJason Ekstrand2016-12-054-328/+0
* i965/copy_image: Re-implement the blitter path with emit_miptree_blitJason Ekstrand2016-12-053-97/+80
* i965/blit: Break the guts of intel_miptree_blit into a helperJason Ekstrand2016-12-051-67/+84
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-053-23/+10
* swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupportedTim Rowley2016-12-051-0/+1
* swr: include llvm version and vector width in renderer stringTim Rowley2016-12-051-1/+11
* gallivm: use getHostCPUFeatures on x86/llvm-4.0+.Tim Rowley2016-12-051-0/+15
* st/va: declare vlVaBuffer before vlVaContextJuan A. Suarez Romero2016-12-051-15/+15
* st/va: remove unused variable pbuffJuan A. Suarez Romero2016-12-051-1/+0
* st/va: automake: cleanup C{PP,}FLAGSEmil Velikov2016-12-051-12/+0
* add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display specRob Clark2016-12-052-0/+6
* docs: add news item and link release notes for 12.0.5Emil Velikov2016-12-052-0/+11
* docs: add sha256 checksums for 12.0.5Emil Velikov2016-12-051-1/+2
* docs: add release notes for 12.0.5Emil Velikov2016-12-051-0/+137
* configure.ac: Create correct LLVM_VERSION_INT with minor >= 10Tobias Droste2016-12-051-1/+5
* configure.ac: Get complete LLVM version from headerTobias Droste2016-12-051-6/+4
* configure.ac: Add required LLVM versions to the topTobias Droste2016-12-051-14/+54
* configure.ac: Only add default LLVM components if neededTobias Droste2016-12-051-3/+12
* configure.ac: Reorder arguments in radeon_llvm_checkTobias Droste2016-12-051-8/+8
* configure.ac: Move radv check to the Vulkan sectionTobias Droste2016-12-051-4/+1
* configure.ac: Move LLVM ac_subst closer to usageTobias Droste2016-12-051-15/+14
* configure.ac: Move oCL LLVM checks to the oCL sectionTobias Droste2016-12-051-22/+19
* configure.ac: Move llvm_set_environment_variables higher.Tobias Droste2016-12-0512-18/+15
* configure.ac: Remove swr_llvm_check()Tobias Droste2016-12-051-11/+2
* configure.ac: Check gallium LLVM version in gallium_require_llvmTobias Droste2016-12-051-12/+5
* configure.ac: Use short names for r600 und r300Tobias Droste2016-12-051-4/+4
* configure.ac: Remove useless oCL LLVM checkTobias Droste2016-12-051-4/+0
* configure.ac: Move llvm-config searching outside the functionTobias Droste2016-12-051-8/+8
* configure.ac: Move LLVM functions to the topTobias Droste2016-12-051-77/+74
* configure.ac: Move LLVM version check to the topTobias Droste2016-12-051-70/+74
* configure.ac: Use new helper function for LLVMTobias Droste2016-12-051-7/+18
* configure.ac: Use new llvm_add_default_componentsTobias Droste2016-12-051-5/+1
* configure.ac: Add helper function for targets/componentsTobias Droste2016-12-051-0/+36
* configure.ac: Don't search llvm-config if it's knownTobias Droste2016-12-051-4/+6
* st/va: fix gop size for rate controlBoyuan Zhang2016-12-052-6/+14
* st/va: force to submit two consecutive single jobsBoyuan Zhang2016-12-053-7/+27
* st/vdpau: fix compiler warning in vlVdpVideoMixerRenderNayan Deshmukh2016-12-051-1/+1
* i965: Release aux buffer when disabling ccsTopi Pohjolainen2016-12-051-0/+3
* ac/nir: Only use the first component for SSBO atomics.Bas Nieuwenhuizen2016-12-051-2/+2
* radv: fix another regression since shadow fixes.Dave Airlie2016-12-051-1/+1
* spirv: Builtin Layer is an input for fragment shadersIago Toral Quiroga2016-12-031-1/+6
* swr: Fix active_queries countBruce Cherniak2016-12-021-6/+7
* swr: Fix type to match parameters of std::max()George Kyriazis2016-12-021-7/+7
* swr: [rasterizer jitter] include cstdarg in builder_misc.cppTim Rowley2016-12-021-1/+2
* nir: Get rid of nir_constant_dataJason Ekstrand2016-12-027-105/+98
* Revert "st/mesa: get Version from gl_program rather than gl_shader_program"Timothy Arceri2016-12-021-1/+4
* st/mesa: get Version from gl_program rather than gl_shader_programTimothy Arceri2016-12-021-4/+1
* st/mesa/glsl: move Version to gl_shader_program_dataTimothy Arceri2016-12-026-21/+27
* freedreno: no-op render when we need a fenceRob Clark2016-12-013-7/+40
* freedreno: native fence fd supportRob Clark2016-12-017-8/+69