summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* aco: implement 64-bit integer reductionsRhys Perry2019-11-193-10/+240
* aco: refactor reduction lowering helpersRhys Perry2019-11-191-174/+115
* radv: advertise VK_KHR_shader_subgroup_extended_types on GFX8-GFX9Samuel Pitoiset2019-11-192-0/+7
* ac: add 16-bit float support to ac_build_alu_op()Samuel Pitoiset2019-11-191-4/+5
* ac: add 8-bit and 16-bit supports to ac_build_optimization_barrier()Samuel Pitoiset2019-11-191-2/+13
* ac: add 8-bit and 16-bit supports to ac_build_wwm()Samuel Pitoiset2019-11-191-3/+18
* ac: add 8-bit and 16-bit supports to get_reduction_identity()Samuel Pitoiset2019-11-191-1/+33
* ac: add 8-bit and 16-bit supports to ac_build_swizzle()Samuel Pitoiset2019-11-191-6/+13
* ac: add 8-bit and 16-bit supports to ac_build_dpp()Samuel Pitoiset2019-11-191-13/+20
* ac: add 8-bit and 16-bit supports to ac_build_set_inactive()Samuel Pitoiset2019-11-191-0/+9
* ac: add 8-bit and 16-bit supports to ac_build_readlane()Samuel Pitoiset2019-11-191-6/+16
* ac: add 8-bit and 16-bit supports to ac_build_shuffle()Samuel Pitoiset2019-11-191-5/+10
* ac: remove useless cast in ac_build_set_inactive()Samuel Pitoiset2019-11-191-1/+2
* spirv: fix lowering of OpGroupNonUniformAllEqualSamuel Pitoiset2019-11-191-3/+9
* gitlab-ci: Remove limit on kernel loggingTomeu Vizoso2019-11-191-1/+0
* mesa: fix warning in 32 bits buildPierre-Eric Pelloux-Prayer2019-11-191-1/+1
* mesa: enable EXT_direct_state_accessPierre-Eric Pelloux-Prayer2019-11-193-17/+4
* mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT functionPierre-Eric Pelloux-Prayer2019-11-196-4/+36
* mesa: add ARB_vertex_attrib_binding glVertexArray* functionsPierre-Eric Pelloux-Prayer2019-11-195-5/+171
* mesa: extend vertex_array_attrib_format to support EXT_dsaPierre-Eric Pelloux-Prayer2019-11-191-12/+6
* mesa: implement ARB_texture_storage_multisample + EXT_dsa functionsPierre-Eric Pelloux-Prayer2019-11-196-3/+84
* mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT functionPierre-Eric Pelloux-Prayer2019-11-196-2/+62
* mesa: add ARB_instanced_arrays EXT_dsa functionPierre-Eric Pelloux-Prayer2019-11-196-1/+60
* mesa: add ARB_gpu_shader_fp64 selector-less functionsPierre-Eric Pelloux-Prayer2019-11-192-1/+132
* mesa: add ARB_clear_buffer_object named functionsPierre-Eric Pelloux-Prayer2019-11-196-9/+54
* mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXTPierre-Eric Pelloux-Prayer2019-11-196-2/+52
* mesa: add ARB_framebuffer_no_attachments named functionsPierre-Eric Pelloux-Prayer2019-11-196-4/+102
* mesa: update features.txt to reflect EXT_dsa statusPierre-Eric Pelloux-Prayer2019-11-191-29/+29
* panfrost: Set PIPE_COMPUTE_CAP_ADDRESS_BITS to 64Alyssa Rosenzweig2019-11-191-2/+1
* panfrost: Disable tiling for GLOBAL resourcesAlyssa Rosenzweig2019-11-191-1/+2
* panfrost: Pass kernel inputs as uniformsAlyssa Rosenzweig2019-11-191-0/+13
* panfrost: Stub out clover callbacksAlyssa Rosenzweig2019-11-191-1/+27
* i965: Ensure that all 2101010 image imports can pass framebuffer completeness.Miguel Casas-Sanchez2019-11-191-2/+6
* nir/serialize: fix serializing functions with no implementations.Dave Airlie2019-11-191-3/+11
* nir/serialize: pack function has name and entry point into flags.Dave Airlie2019-11-191-5/+7
* iris: Re-enable param compactionJason Ekstrand2019-11-181-1/+1
* mesa: enable glthread for 7 Days To DieMarek Olšák2019-11-181-0/+8
* intel/compiler: Don't change hstride if not neededIván Briano2019-11-181-5/+6
* turnip: add x11 wsiJonathan Marek2019-11-182-0/+114
* turnip: add display wsiJonathan Marek2019-11-184-0/+366
* nir: Validate that variables are in the right listsJason Ekstrand2019-11-181-11/+15
* etnaviv: blt: set TS dirty after clearJonathan Marek2019-11-181-0/+2
* etnaviv: separate PE and RS formats, use only RS only for tilingJonathan Marek2019-11-188-56/+54
* etnaviv: blt: use only for tiling, and add missing formatsJonathan Marek2019-11-181-22/+30
* Call shmget() with permission 0600 instead of 0777Brian Paul2019-11-183-3/+6
* anv: Emit a NULL vertex for zero base_vertex/instanceJason Ekstrand2019-11-181-11/+16
* anv: Use an anv_state for the next binding tableJason Ekstrand2019-11-182-12/+15
* anv: More carefully dirty state in BindPipelineJason Ekstrand2019-11-187-25/+101
* anv: More carefully dirty state in BindDescriptorSetsJason Ekstrand2019-11-184-22/+51
* anv: Use a switch statement for binding table setupJason Ekstrand2019-11-181-117/+127