aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-082-4/+8
* headers: Add GL_MESA_EGL_sync token to GLHeinrich Fink2019-09-082-0/+8
* registry: update gl.xml with GL_MESA_EGL_sync tokenHeinrich Fink2019-09-081-0/+1
* specs: Add GL_MESA_EGL_syncHeinrich Fink2019-09-081-0/+79
* android: fix linking issues with liblogTapani Pälli2019-09-072-1/+4
* iris: Support the disable_throttling=true driconf option.Kenneth Graunke2019-09-063-0/+6
* nir/dead_cf: Repair SSA if the pass makes progressJason Ekstrand2019-09-061-2/+13
* nir/repair_ssa: Insert deref casts when neededJason Ekstrand2019-09-061-2/+29
* nir/repair_ssa: Repair dominance for unreachable blocksJason Ekstrand2019-09-061-4/+8
* nir: Add a block_is_unreachable helperJason Ekstrand2019-09-062-0/+15
* nir: Don't infinitely recurse in lower_ssa_defs_to_regs_blockJason Ekstrand2019-09-061-5/+15
* nir: Handle complex derefs in nir_split_array_varsJason Ekstrand2019-09-061-2/+5
* intel/blorp: Use wide formats for nicely aligned stencil clearsJason Ekstrand2019-09-062-0/+122
* intel/blorp: Expose surf_fake_interleaved_msaa internallyJason Ekstrand2019-09-062-5/+8
* intel/blorp: Expose surf_retile_w_to_y internallyJason Ekstrand2019-09-062-5/+8
* blorp: Memset surface info to zero when initializing itJason Ekstrand2019-09-061-0/+1
* intel/tools: Decode PS kernels on SNBJason Ekstrand2019-09-061-1/+4
* intel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS on SNBJason Ekstrand2019-09-061-0/+15
* nir/lower_io_to_vector: don't merge compact varyingsRhys Perry2019-09-061-0/+3
* drirc: override minImageCount=2 for gfxbenchEric Engestrom2019-09-061-0/+4
* radv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-061-0/+1
* amd: move adaptive sync to performance section, as it is defined in xmlpoolEric Engestrom2019-09-062-5/+2
* anv: add support for vk_x11_override_min_image_countEric Engestrom2019-09-061-0/+3
* wsi: add minImageCount overrideEric Engestrom2019-09-065-3/+27
* anv: add support for driconfEric Engestrom2019-09-064-3/+19
* gallivm: drop LLVM<3.3 code paths as no build system allows thatEric Engestrom2019-09-065-42/+36
* meson/scons/android: drop now-unused HAVE_LLVMEric Engestrom2019-09-063-15/+7
* llvmpipe: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* clover: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-061-2/+3
* gallivm: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOREric Engestrom2019-09-067-71/+74
* clover: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-062-17/+19
* gallivm: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-068-26/+34
* swr: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-061-3/+4
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-0610-26/+39
* svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-1/+1
* r600: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-061-6/+2
* aux/draw: replace binary HAVE_LLVM checks with LLVM_AVAILABLEEric Engestrom2019-09-068-26/+26
* meson/scons/android: add LLVM_AVAILABLE binary flagEric Engestrom2019-09-063-4/+6
* gallivm: replace `0x` version print with actual version stringEric Engestrom2019-09-061-2/+3
* anv,iris: L3ALLOC register replaces L3CNTLREG for gen12Jordan Justen2019-09-063-9/+29
* intel/gen12: Add L3 configurationsAnuj Phogat2019-09-061-1/+12
* util: include u_endian.h in u_math.hRhys Perry2019-09-061-0/+1
* anv: Bump maxComputeWorkgroupSizeJason Ekstrand2019-09-061-4/+6
* intel: Stop redirecting state cache to command streamer cache sectionKenneth Graunke2019-09-063-23/+0
* iris: Invalidate state/texture/constant caches after STATE_BASE_ADDRESSKenneth Graunke2019-09-061-4/+55
* freedreno/a6xx: Implement primitive count queries on GPUKristian H. Kristensen2019-09-0615-18/+128
* freedreno/a6xx: Let the GPU track streamout offsetsKristian H. Kristensen2019-09-064-19/+36
* llvmpipe: fix CALLOC vs. free mismatchesRoland Scheidegger2019-09-062-4/+5
* radv/gfx10: determine the number of vertices per primitive for TESSamuel Pitoiset2019-09-061-1/+16
* nir/lower_io_to_vector: add flat modeRhys Perry2019-09-061-47/+204