summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-27gitlab-ci: add Wine and DXVK env variables to Vulkan's tracie runnerAndres Gomez1-0/+9
2020-03-27gitlab-ci: replay apitrace traces in headless modeAndres Gomez1-1/+2
2020-03-27gitlab-ci: add apitrace's DXGI traces supportAndres Gomez3-9/+18
2020-03-27gitlab-ci: add Wine, win64's apitrace and DXVK to the Vulkan testing containerAndres Gomez2-2/+74
2020-03-27gitlab-ci: Don't use buster-backports packages by default for x86_test-vkAndres Gomez2-8/+1
2020-03-27CI: Windows: Fix Docker tag argument inversionDaniel Stone1-1/+1
2020-03-27CI: Add native Windows VS2019 buildDaniel Stone6-6/+198
2020-03-27util/test: Use MAX_PATH on WindowsDaniel Stone1-0/+5
2020-03-27util: fix process_test pathPierre-Eric Pelloux-Prayer1-3/+4
2020-03-27gitlab-ci: Disable jobs for Collabora's LAVA labTomeu Vizoso1-4/+4
2020-03-27nir: fix packing of TCS varyings not read by the TESTimothy Arceri1-4/+68
2020-03-27glsl: fix varying packing for 64bit integersTimothy Arceri1-1/+1
2020-03-27ac/nir: use llvm.amdgcn.rcp in ac_build_fdiv()Samuel Pitoiset2-20/+12
2020-03-27ac/nir: use llvm.amdgcn.rsq for nir_op_frsqSamuel Pitoiset1-3/+2
2020-03-27ac/nir: use llvm.amdgcn.rcp for nir_op_frcpSamuel Pitoiset1-2/+2
2020-03-26x86: Add ENDBR at function entriesH.J. Lu3-0/+22
2020-03-26mesa: try to fix the android buildMarek Olšák1-1/+8
2020-03-26intel/fs/gen12: Fix interaction of SWSB dependency combination with EU fusion...Francisco Jerez1-10/+11
2020-03-26x86_init_func_common: Add ENDBR at function entryH.J. Lu1-0/+5
2020-03-26intel/aub_viewer: Fix format specifier for uint64_tDanylo Piliaiev1-7/+7
2020-03-26panfrost: Extend the tiled store fast-path to loadsIcecream951-28/+47
2020-03-26mesa/format_utils: Add a fast-path for RGBA to BGRAIcecream951-0/+9
2020-03-26glsl: set error_emitted true if type not ok for assignmentTapani Pälli1-2/+5
2020-03-26gitlab-ci: Fix traces caching in tracieAlexandros Frantzis1-1/+1
2020-03-26vtn/opencl: add rint-supportBoris Brezillon1-0/+2
2020-03-26vtn/opencl: add native exp2/log2-supportErik Faye-Lund1-0/+4
2020-03-26vtn/opencl: add native exp10/log10-supportErik Faye-Lund1-0/+6
2020-03-26vtn/opencl: add native exp/log-supportErik Faye-Lund1-0/+6
2020-03-26compiler/nir: move build_log helper into builtin-builderErik Faye-Lund2-16/+13
2020-03-26compiler/nir: move build_exp helper into builtin-builderErik Faye-Lund2-18/+15
2020-03-26vtn/opencl: fully enable OpenCLstd_ClzErik Faye-Lund1-0/+1
2020-03-26gitlab-ci: re-enable mali400/450 and t820 jobsNeil Armstrong1-6/+6
2020-03-26gitlab-ci: add FILES_HOST_URL and move FILES_HOST_NAME into jobsNeil Armstrong1-5/+9
2020-03-26gitlab-ci: Serve files for LAVA via separate serviceTomeu Vizoso3-25/+22
2020-03-26gitlab-ci: Place files from the Mesa repo into the build tarballTomeu Vizoso10-57/+49
2020-03-26radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is setMarek Olšák1-2/+4
2020-03-26mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák17-2/+134
2020-03-26glsl_to_tgsi: set shader_info::writes_memoryMarek Olšák1-0/+8
2020-03-26nir: add and gather shader_info::writes_memoryMarek Olšák2-0/+97
2020-03-25radeonsi: Stop exposing PIPE_SHADER_CAP_FP16Kristian H. Kristensen1-1/+1
2020-03-25util/u_process: Add util_get_process_exec_path for macOS.Vinson Lee1-0/+9
2020-03-25freedreno: ssbo: mark resource read or written depending on usageChristian Gmeiner1-10/+15
2020-03-25freedreno: ssbo: keep track if a buffer gets writtenChristian Gmeiner2-0/+3
2020-03-25freedreno: simplify fd_set_shader_buffers(..)Christian Gmeiner1-16/+8
2020-03-25freedreno: calculate modified bit mask only onceChristian Gmeiner1-6/+2
2020-03-25gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2-1/+58
2020-03-25etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float supportMarek Vasut1-1/+2
2020-03-25gallivm: disable rgtc/latc SNORM accellerated fetchesRoland Scheidegger1-13/+19
2020-03-25rbug: do not return void-valueErik Faye-Lund1-1/+1
2020-03-25rbug: clean up cast-warningsErik Faye-Lund1-2/+2