summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Move pan_afbc.c to rootAlyssa Rosenzweig2020-02-215-11/+11
* panfrost: Move checksum routines to root panfrostAlyssa Rosenzweig2020-02-217-42/+117
* util: promote u_debug_memory.c to src/utilErik Faye-Lund2020-02-215-2/+2
* lima: implement PLB PP stream cacheVasily Khoruzhick2020-02-216-120/+121
* radv: use RADEON_FLAG_ZERO_VRAM when creating the trace BOSamuel Pitoiset2020-02-201-3/+2
* radv/winsys: add a new flag that requests zerovram allocationsSamuel Pitoiset2020-02-202-2/+6
* gallivm: fix crash in emit_get_buffer_sizeRoland Scheidegger2020-02-201-1/+3
* gallivm: fix crash with bptc border color samplingRoland Scheidegger2020-02-201-1/+10
* aco: improve GFX9 1D ddx/ddy assertionRhys Perry2020-02-201-1/+1
* pan/midgard: Identify clamp(x, -1.0, 1.0) flagAlyssa Rosenzweig2020-02-202-4/+4
* panfrost: Remove flush_frontbufferAlyssa Rosenzweig2020-02-201-11/+0
* panfrost: LogicOp supportIcecream952020-02-204-9/+88
* i965: Do not generate D16 B5G6R5_UNORM configs on gen < 8Danylo Piliaiev2020-02-201-11/+23
* 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