summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: remove the dependency on kcmp.hMarek Olšák2020-02-201-1/+2
* intel/fs: Correctly handle multiply of fsign with a source modifierIan Romanick2020-02-191-0/+10
* gallium/auxiliary/vl: fix bob compute shaders for deint yuvThong Thai2020-02-191-0/+4
* radeonsi: Fix compute copies for subsampled formats.Bas Nieuwenhuizen2020-02-191-3/+18
* turnip: add option to force use of hw binningJonathan Marek2020-02-193-1/+14
* anv: Drop anv_image.c:get_surface()Chad Versace2020-02-191-10/+6
* nir/search: Use larger type to hold linearized indexIan Romanick2020-02-191-1/+1
* gallium/util: remove unused u_surfaces.c/hMarek Olšák2020-02-194-228/+0
* main/get: Converted type conversion macros to inline functionsKristian H. Kristensen2020-02-191-20/+58
* Mark a few static inline helpers with ASSERTEDKristian H. Kristensen2020-02-193-3/+3
* mesa/draw: Make sure all the unused fields are initialized to zeroIan Romanick2020-02-191-11/+10
* mesa: Fix FLUSH_VERTICES in SubpixelPrecisionBiasNV.Mathias Fröhlich2020-02-191-1/+2
* panfrost: Remove old hackAlyssa Rosenzweig2020-02-191-3/+2
* panfrost: Remove old commentAlyssa Rosenzweig2020-02-191-2/+0
* panfrost: Remove dirty trackingAlyssa Rosenzweig2020-02-193-57/+6
* aco: add some helpers for filling/testing register rangesRhys Perry2020-02-191-148/+106
* aco: add RegisterFileRhys Perry2020-02-191-12/+27
* st/vdpau: Only call is_video_format_supported hook if neededMichel Dänzer2020-02-191-7/+7
* iris: Do not dereference nullptr with pipe_referenceDanylo Piliaiev2020-02-192-2/+4
* glsl/blob: Do not call memcpy if there is nothing to copyDanylo Piliaiev2020-02-191-2/+2
* intel/bufmgr: Cast bitshift to unsignedDanylo Piliaiev2020-02-192-2/+2
* intel/compiler: Do not qsort zero sized arrayDanylo Piliaiev2020-02-191-2/+4
* brw_fs: Avoid zero size vlaDanylo Piliaiev2020-02-191-1/+1
* brw_nir: Cast bitshift to unsignedDanylo Piliaiev2020-02-191-1/+1
* gallium: Only define PIPE_ALIGNSTACK on x86.Eric Anholt2020-02-181-1/+1
* llvmpipe: Fix another uninitialized value warning, on init_val.Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence uninitialized variable warning about "scissor"Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence uninitialized variable warning about "vals"Eric Anholt2020-02-181-1/+1
* llvmpipe: Fix warning about uninitialized "op" in the NIR path.Eric Anholt2020-02-181-74/+75
* llvmpipe: Silence uninitialized variable warning about "chan"Eric Anholt2020-02-181-1/+1
* llvmpipe: Silence "possibly uninitialized value" warning for ssbo_limit.Eric Anholt2020-02-181-2/+2
* llvmpipe: Fix real uninitialized use of "atype" for SEMANTIC_FACEEric Anholt2020-02-181-0/+1
* radv: Squelch possibly-undefined warningEric Anholt2020-02-181-1/+1
* mesa: fix immediate mode with tessellation and varying patch verticesMarek Olšák2020-02-181-0/+2
* mesa: don't use memset in glDrawArraysMarek Olšák2020-02-181-1/+1
* mesa: document _mesa_prim::begin/endMarek Olšák2020-02-181-0/+12
* vbo: remove redundant code in vbo_exec_fixup_vertexMarek Olšák2020-02-181-7/+0
* vbo: remove dead code in vbo_can_merge_primsMarek Olšák2020-02-181-4/+3
* st/mesa: try to fix MSVC build failure due to ALWAYS_INLINEMarek Olšák2020-02-181-1/+4
* freedreno/registers: cleanup CP_SET_MARKERRob Clark2020-02-185-16/+27
* freedreno: quiet INFO_MSGRob Clark2020-02-182-1/+13
* freedreno/a6xx: few register updatesRob Clark2020-02-182-3/+66
* freedreno/registers: teach gen_header.py about a3xx_regidRob Clark2020-02-182-6/+2
* intel/gen12: Take into account opcode when decoding SWSBCaio Marcelo de Oliveira Filho2020-02-182-3/+7
* panfrost: Remove enum panfrost_memory_layoutAlyssa Rosenzweig2020-02-185-50/+28
* radv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
* anv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
* vulkan: Update the XML and headers to 1.2.133Jason Ekstrand2020-02-181-8/+16
* panfrost: Debitfieldize mali_uniform_buffer_metaAlyssa Rosenzweig2020-02-183-28/+25
* panfrost: Avoid reading GPU memory when packing verticesAlyssa Rosenzweig2020-02-181-17/+18