summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* anv: Implement aux-map allocator interfaceJordan Justen2019-10-281-0/+42
* intel/common: Add interface to allocate device buffersJordan Justen2019-10-283-0/+51
* intel/dev: store whether the device uses an aux map tables on devinfoLionel Landwerlin2019-10-281-0/+1
* i965: setup sized internalformat for MESA_FORMAT_R10G10B10A2_UNORMTapani Pälli2019-10-281-1/+9
* tu: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* v3d: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* radv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* anv: fix empty-body instructionEric Engestrom2019-10-271-1/+1
* freedreno/a2xx: use sysval for pointcoordJonathan Marek2019-10-272-11/+9
* pan/midgard: Disable precise occlusion queriesAlyssa Rosenzweig2019-10-261-1/+1
* panfrost: allocate bo for occlusion query resultsUrja Rannikko2019-10-262-14/+25
* panfrost: Expose serialized NIR supportAlyssa Rosenzweig2019-10-262-4/+13
* pipe-loader: Default to kmsro if probe failsAlyssa Rosenzweig2019-10-261-0/+5
* pipe-loader: Add kmsro pipe_loader targetAlyssa Rosenzweig2019-10-262-0/+22
* radv: enable secure compile supportTimothy Arceri2019-10-262-3/+26
* radv: a support for a secure compile fork at device creationTimothy Arceri2019-10-261-1/+299
* radv: add radv_secure_compile()Timothy Arceri2019-10-261-0/+134
* radv: for secure compile exit early from radv_shader_variant_create()Timothy Arceri2019-10-261-1/+8
* radv: allow the secure process to read and write from disk cacheTimothy Arceri2019-10-261-5/+77
* radv: add radv_device_use_secure_compile() helperTimothy Arceri2019-10-261-0/+6
* radv: add some new members to radv device and instance for secure compileTimothy Arceri2019-10-261-0/+21
* radv: add radv_secure_compile_type enumTimothy Arceri2019-10-261-0/+11
* radv: add radv_create_shaders() to radv_shader.hTimothy Arceri2019-10-262-1/+10
* radv: add debug option to turn off in memory cacheTimothy Arceri2019-10-263-5/+22
* radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfoTimothy Arceri2019-10-261-9/+8
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-257-0/+106
* egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák2019-10-253-11/+70
* st/dri: add support for EGL_EXT_image_flush_externalMarek Olšák2019-10-251-40/+91
* st/dri: assume external consumers of back buffers can write to the buffersMarek Olšák2019-10-251-6/+6
* nir: Fix invalid code for MSVCDylan Baker2019-10-251-2/+2
* mesa/main: Ignore filter state for MS texture completenessIllia Iorin2019-10-251-3/+22
* Revert "mesa/main: Fix multisample texture initialize"Illia Iorin2019-10-251-25/+13
* glsl/serialize: optimize for equal offsets in uniform remap tablesMarek Olšák2019-10-251-2/+28
* glsl/serialize: restructure remap table codeMarek Olšák2019-10-251-63/+56
* nir: Use VARYING_SLOT_TESS_MAX to size indirect bitmasksKenneth Graunke2019-10-251-2/+2
* Revert "mapi: Inline call x86_current_tls."Jason Ekstrand2019-10-251-7/+3
* rbug: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2019-10-251-0/+2
* pan/midgard: Express allocated registers as offsetsAlyssa Rosenzweig2019-10-251-104/+62
* pan/midgard: Expose more typesize manipulation routinesAlyssa Rosenzweig2019-10-252-2/+4
* pan/midgard: Add mir_set_bytemask helperAlyssa Rosenzweig2019-10-252-0/+7
* st/nine: Fix unused variable warnings in release build.Timur Kristóf2019-10-251-9/+9
* st/nine: Fix build with -Werror=empty-bodyTimur Kristóf2019-10-251-3/+3
* aco: Refactor hazard mitigations, separate pass for GFX10.Timur Kristóf2019-10-251-70/+113
* aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.Timur Kristóf2019-10-251-10/+20
* aco/gfx10: Mitigate LdsBranchVmemWARHazard.Timur Kristóf2019-10-252-0/+66
* aco/gfx10: Mitigate SMEMtoVectorWriteHazard.Timur Kristóf2019-10-252-0/+70
* aco/gfx10: Mitigate VcmpxExecWARHazard.Timur Kristóf2019-10-252-0/+59
* aco/gfx10: Mitigate VcmpxPermlaneHazard.Timur Kristóf2019-10-252-0/+28
* aco/gfx10: Add notes about some GFX10 hazards.Timur Kristóf2019-10-252-2/+37
* radv: fix VK_KHR_shader_float_controls dependency on GFX6-7Samuel Pitoiset2019-10-251-3/+3