aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util/test: Use MAX_PATH on WindowsDaniel Stone2020-03-271-0/+5
* util: fix process_test pathPierre-Eric Pelloux-Prayer2020-03-271-3/+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
* 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
* 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