aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: Stop exposing PIPE_SHADER_CAP_FP16Kristian H. Kristensen2020-03-251-1/+1
* util/u_process: Add util_get_process_exec_path for macOS.Vinson Lee2020-03-251-0/+9
* freedreno: ssbo: mark resource read or written depending on usageChristian Gmeiner2020-03-251-10/+15
* freedreno: ssbo: keep track if a buffer gets writtenChristian Gmeiner2020-03-252-0/+3
* freedreno: simplify fd_set_shader_buffers(..)Christian Gmeiner2020-03-251-16/+8
* freedreno: calculate modified bit mask only onceChristian Gmeiner2020-03-251-6/+2
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-252-1/+58
* etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float supportMarek Vasut2020-03-251-1/+2
* gallivm: disable rgtc/latc SNORM accellerated fetchesRoland Scheidegger2020-03-251-13/+19
* rbug: do not return void-valueErik Faye-Lund2020-03-251-1/+1
* rbug: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* pipebuffer: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* vulkan/overlay: Add a workaround semaphore for application presenting without...Lionel Landwerlin2020-03-251-19/+53
* ac: fix ac_build_is_helper_invocation when postponed_kill is nullPierre-Eric Pelloux-Prayer2020-03-251-0/+3
* nir: update uses_demote flag in discard_to_demote passPierre-Eric Pelloux-Prayer2020-03-251-0/+2
* glsl/lower_precision: Lower builtins depending on argumentsNeil Roberts2020-03-241-2/+105
* glsl: Inline builtins in a separate passNeil Roberts2020-03-246-5/+68
* freedreno/ir3: enable nir_opt_loop_unroll on a6xxHyunjun Ko2020-03-241-1/+1
* freedreno/ir3: Lower bools to bitsizeNeil Roberts2020-03-241-1/+1
* nir: add a bool bitsize lowering passIago Toral Quiroga2020-03-244-0/+434
* freedreno: Enable mediump loweringHyunjun Ko2020-03-242-2/+4
* glsl: Add unit tests for the lower_precision passNeil Roberts2020-03-242-0/+400
* glsl/standalone: Add an option to lower the precisionNeil Roberts2020-03-243-0/+10
* glsl: Add an IR lowering pass to convert mediump operations to 16-bitNeil Roberts2020-03-248-0/+642
* glsl/hierarchical_visitor: Call leave_callback on leaf nodesNeil Roberts2020-03-242-12/+20
* glsl: Add a method to get precision from a deref instructionNeil Roberts2020-03-241-0/+28
* i965/iris: fix crash when calling GetPerfQueryDataINTELLionel Landwerlin2020-03-241-0/+9
* glthread: compile marshal_generated.c faster by breaking it up into 8 filesMarek Olšák2020-03-246-25/+93