summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* docs/envvars: document RADV_TEX_ANISOSamuel Pitoiset2020-02-191-0/+2
* 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
* ci: Extend the a630 flake list to reduce spurious failures.Eric Anholt2020-02-181-1/+13
* 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
* meson: explicitly disallow unsupported build directory layoutEric Engestrom2020-02-181-0/+4
* 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-182-1/+2
* anv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-182-0/+2
* vulkan: Update the XML and headers to 1.2.133Jason Ekstrand2020-02-182-11/+25
* panfrost: Debitfieldize mali_uniform_buffer_metaAlyssa Rosenzweig2020-02-183-28/+25
* panfrost: Avoid reading GPU memory when packing verticesAlyssa Rosenzweig2020-02-181-17/+18
* panfrost: Cleanup transfer_mapAlyssa Rosenzweig2020-02-181-22/+1
* panfrost: Update scoreboarding notesAlyssa Rosenzweig2020-02-181-10/+6
* panfrost: Rewrite scoreboarding routinesAlyssa Rosenzweig2020-02-187-494/+117
* panfrost: Print synced traces to stderrAlyssa Rosenzweig2020-02-183-4/+8
* panfrost: Implement PAN_DBG_SYNC with pandecode/minimalAlyssa Rosenzweig2020-02-183-25/+8