summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* zink: add dri loaderDave Airlie2019-10-289-7/+123
* zink/spirv: implement point-spritesErik Faye-Lund2019-10-282-0/+7
* zink: ask for flatshade loweringDave Airlie2019-10-281-0/+3
* zink: detect presence of VK_KHR_maintenance1Erik Faye-Lund2019-10-282-0/+20
* zink: introduce opengl over vulkanErik Faye-Lund2019-10-2834-2/+7003
* radv: fix OpQuantizeToF16 for NaN on GFX6-7Samuel Pitoiset2019-10-281-2/+2
* radv: enable fast depth/stencil clears with separate aspects on GFX8Samuel Pitoiset2019-10-281-7/+0
* iris: Mark aux-map BO as used by all batchesJordan Justen2019-10-281-9/+44
* iris/gen12: Write GFX_AUX_TABLE base address registerJordan Justen2019-10-285-0/+42
* iris: Map each surf to it's aux-surf in the aux-map tablesJordan Justen2019-10-282-0/+36
* isl/gen12: 64k surface alignmentJordan Justen2019-10-281-0/+4
* iris/bufmgr: Initialize aux map context for gen12Jordan Justen2019-10-282-0/+62
* anv: Add aux-map translation for gen12+Lionel Landwerlin2019-10-282-0/+44
* anv/gen12: Write GFX_AUX_TABLE base address registerJordan Justen2019-10-284-0/+44
* genxml/gen12: Add AUX MAP register definitionsJordan Justen2019-10-281-0/+8
* anv/gen12: Initialize aux map contextJordan Justen2019-10-282-2/+22
* intel/common: Add surface to aux map translation table supportJordan Justen2019-10-284-0/+665
* 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