aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-27244-264/+263
* wgl: use gldrv.h instead of stw_icd.hJesse Natalie2020-03-2710-647/+33
* wgl: add official gldrv.h header-fileJesse Natalie2020-03-271-0/+589
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-272-6/+14
* nv50: remove unused variableErik Faye-Lund2020-03-271-2/+0
* intel/perf: store the probed i915-perf versionLionel Landwerlin2020-03-273-1/+22
* intel/perf: document meaning of query fieldLionel Landwerlin2020-03-271-0/+1
* intel/perf: move mdapi query definitions to their own fileLionel Landwerlin2020-03-275-346/+388
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-2712-1601/+1685
* intel/perf: move register definition to special fileLionel Landwerlin2020-03-272-19/+8
* gitlab-ci/traces: Add D3D11 sample entry for POLARIS10Andres Gomez2020-03-271-1/+5
* gitlab-ci: add Wine and DXVK env variables to Vulkan's tracie runnerAndres Gomez2020-03-271-0/+9
* gitlab-ci: replay apitrace traces in headless modeAndres Gomez2020-03-271-1/+2
* gitlab-ci: add apitrace's DXGI traces supportAndres Gomez2020-03-273-9/+18
* gitlab-ci: add Wine, win64's apitrace and DXVK to the Vulkan testing containerAndres Gomez2020-03-272-2/+74
* gitlab-ci: Don't use buster-backports packages by default for x86_test-vkAndres Gomez2020-03-272-8/+1
* CI: Windows: Fix Docker tag argument inversionDaniel Stone2020-03-271-1/+1
* CI: Add native Windows VS2019 buildDaniel Stone2020-03-276-6/+198
* util/test: Use MAX_PATH on WindowsDaniel Stone2020-03-271-0/+5
* util: fix process_test pathPierre-Eric Pelloux-Prayer2020-03-271-3/+4
* gitlab-ci: Disable jobs for Collabora's LAVA labTomeu Vizoso2020-03-271-4/+4
* nir: fix packing of TCS varyings not read by the TESTimothy Arceri2020-03-271-4/+68
* glsl: fix varying packing for 64bit integersTimothy Arceri2020-03-271-1/+1
* ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2020-03-272-20/+12
* ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset2020-03-271-3/+2
* ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset2020-03-271-2/+2
* x86: Add ENDBR at function entriesH.J. Lu2020-03-263-0/+22
* mesa: try to fix the android buildMarek Olšák2020-03-261-1/+8
* intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez2020-03-261-10/+11
* x86_init_func_common: Add ENDBR at function entryH.J. Lu2020-03-261-0/+5
* intel/aub_viewer: Fix format specifier for uint64_tDanylo Piliaiev2020-03-261-7/+7
* panfrost: Extend the tiled store fast-path to loadsIcecream952020-03-261-28/+47
* mesa/format_utils: Add a fast-path for RGBA to BGRAIcecream952020-03-261-0/+9
* glsl: set error_emitted true if type not ok for assignmentTapani Pälli2020-03-261-2/+5
* gitlab-ci: Fix traces caching in tracieAlexandros Frantzis2020-03-261-1/+1
* vtn/opencl: add rint-supportBoris Brezillon2020-03-261-0/+2
* vtn/opencl: add native exp2/log2-supportErik Faye-Lund2020-03-261-0/+4
* vtn/opencl: add native exp10/log10-supportErik Faye-Lund2020-03-261-0/+6
* vtn/opencl: add native exp/log-supportErik Faye-Lund2020-03-261-0/+6
* compiler/nir: move build_log helper into builtin-builderErik Faye-Lund2020-03-262-16/+13
* compiler/nir: move build_exp helper into builtin-builderErik Faye-Lund2020-03-262-18/+15
* vtn/opencl: fully enable OpenCLstd_ClzErik Faye-Lund2020-03-261-0/+1
* gitlab-ci: re-enable mali400/450 and t820 jobsNeil Armstrong2020-03-261-6/+6
* gitlab-ci: add FILES_HOST_URL and move FILES_HOST_NAME into jobsNeil Armstrong2020-03-261-5/+9
* gitlab-ci: Serve files for LAVA via separate serviceTomeu Vizoso2020-03-263-25/+22
* gitlab-ci: Place files from the Mesa repo into the build tarballTomeu Vizoso2020-03-2610-57/+49
* radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is setMarek Olšák2020-03-261-2/+4
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-2617-2/+134
* glsl_to_tgsi: set shader_info::writes_memoryMarek Olšák2020-03-261-0/+8
* nir: add and gather shader_info::writes_memoryMarek Olšák2020-03-262-0/+97