summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-15vc4: Add missing load_ubo set_align in yuv_blit fs.Jose Maria Casanova Crespo1-0/+1
2020-10-15nir/opt_load_store_vectorize: add some tests for discard/demote behaviourRhys Perry1-0/+56
2020-10-15nir/opt_load_store_vectorize: don't vectorize stores across demoteRhys Perry2-0/+7
2020-10-15intel: Remove Gen10-specific device entriesIan Romanick3-75/+0
2020-10-15intel: Remove Gen10-speicific perf supportIan Romanick4-10415/+0
2020-10-15anv: Don't generate Gen10-specific functionsIan Romanick8-44/+1
2020-10-15iris: Don't generate Gen10-specific functionsIan Romanick4-28/+1
2020-10-15intel/isl: Don't generate Gen10-specific functionsIan Romanick4-30/+0
2020-10-15intel: Remove Gen10-specific cache config codeIan Romanick1-20/+0
2020-10-15i965: Don't build Gen10-specific files and librariesIan Romanick3-29/+1
2020-10-15i965: Remove Gen10-specific state setup and workaroundsIan Romanick7-88/+10
2020-10-15intel/compiler: Remove Gen10-specific codeIan Romanick8-47/+7
2020-10-15intel: Disable all support for Gen10Ian Romanick1-0/+5
2020-10-15i965: Rename gen10_emit_isp_disable to gen7_emit_isp_disableIan Romanick3-3/+3
2020-10-15i965: Make MOCS index tables static constIan Romanick1-2/+2
2020-10-15i965: Silence many unused parameter warnings in genX_state_upload.cIan Romanick1-3/+4
2020-10-15i965: Silence many unused parameter warnings in genX_blorp_exec.cIan Romanick1-5/+5
2020-10-15intel: Silence many unused parameter warnings in blorp_genX_exec.hIan Romanick1-8/+7
2020-10-15i965: Allow viewport array extensions with allow_higher_compat_versionIan Romanick1-3/+5
2020-10-15ci: Unskip fragment_ops tests on BifrostTomeu Vizoso2-1178/+0
2020-10-15zink: add last few format maps for ARB_vertex_type_2_10_10_10_revMike Blumenkrantz2-1/+8
2020-10-15zink: add VK_BUFFER_USAGE_INDEX_BUFFER_BIT to vertex buffer creationMike Blumenkrantz1-0/+1
2020-10-15zink: handle null attachment for ARB_texture_buffer_object samplersMike Blumenkrantz1-6/+22
2020-10-15zink: assert valid format in zink_create_sampler_view()Mike Blumenkrantz1-0/+2
2020-10-15zink: ensure resource tracking for sampler buffers in render batchesMike Blumenkrantz1-6/+7
2020-10-15zink: implement ARB_texture_buffer_objectMike Blumenkrantz7-38/+81
2020-10-15zink: increase descriptor pool sizes for other descriptor types we'll be usingMike Blumenkrantz1-1/+5
2020-10-15glsl: more accurately handle swizzle in 64bit varying split with no left valueMike Blumenkrantz2-25/+14
2020-10-15aco: don't use v_pack_b32_f16 if 16-bit input denormals are flushedRhys Perry2-2/+6
2020-10-15aco: propagate literals into sub-dword pseudo instructions on GFX9+Rhys Perry1-2/+2
2020-10-15aco: implement 16-bit literalsRhys Perry4-2/+155
2020-10-15panfrost: Add blend shader support to bifrostBoris Brezillon4-1/+99
2020-10-15panfrost: Add missing tile-buffer formats to the format enumBoris Brezillon1-0/+2
2020-10-15pan/bi: Special-case load_input for blend shadersBoris Brezillon1-1/+35
2020-10-15pan/bi: Reserve r0-r3 in blend shadersBoris Brezillon1-2/+9
2020-10-15pan/bi: Special-case BLEND instruction emission for blend shadersBoris Brezillon1-6/+32
2020-10-15pan/bi: Collect return addresses of blend callsBoris Brezillon4-0/+39
2020-10-15pan/bi: Add load_output supportBoris Brezillon7-0/+63
2020-10-15panfrost: Flag blend shader function as an entry pointBoris Brezillon1-0/+1
2020-10-15panfrost: Scalarize nir_load_blend_const_color_rgbaBoris Brezillon3-1/+17
2020-10-15panfrost: Add a "Bifrost Internal Blend" descriptorBoris Brezillon3-14/+19
2020-10-15pan/bi: Support indirect jumpsBoris Brezillon2-9/+22
2020-10-15pan/bi: Add support for load_blend_const_color_{r,g,b,a}_floatBoris Brezillon1-0/+34
2020-10-15pan/bi: Rework blend descriptor access handlingBoris Brezillon3-10/+18
2020-10-15pan/bi: Get rid of the regs argument in bi_assign_fau_idx()Boris Brezillon1-5/+4
2020-10-15pan/bi: Use canonical name for FAU RAM sourcesBoris Brezillon5-48/+49
2020-10-15pan/bi: Copy blend shader info from compile_inputsBoris Brezillon2-0/+12
2020-10-15panfrost: Extend compile_inputs to pass a blend descriptorBoris Brezillon1-0/+1
2020-10-15panfrost: Fix fixed-function blend on bifrostBoris Brezillon1-1/+1
2020-10-15v3d/compiler: implement load interpolated input intrinsicsIago Toral Quiroga1-0/+227