summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* glthread: declare marshal and unmarshal functions as non-staticMarek Olšák2020-03-242-7/+11
* glthread: inline SET_func and add -O1 to build _mesa_create_marshal_table fasterMarek Olšák2020-03-241-1/+9
* radv: enable VK_KHR_8bit_storage on GFX6-GFX7Samuel Pitoiset2020-03-241-1/+1
* util/u_process: fix Windows buildPierre-Eric Pelloux-Prayer2020-03-241-1/+2
* pan/bi: Rewrite aligned vectors as wellAlyssa Rosenzweig2020-03-241-15/+62
* pan/bi: Lower combines to rewrites for scalarsAlyssa Rosenzweig2020-03-241-7/+141
* pan/bi: Ingest vecN directly (again)Alyssa Rosenzweig2020-03-247-48/+89
* turnip: implement depth clampJonathan Marek2020-03-243-11/+30