summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-01-12radv: Add Android module info to linker script.Bas Nieuwenhuizen1-0/+5
2021-01-12gallium/ntt: Take ownership of the NIR shader we're passed.Eric Anholt5-18/+12
2021-01-12mesa/st: Free the ARB_vp/fp nir-to-tgsi temporary tokens.Eric Anholt1-0/+6
2021-01-12mesa/st: Free the NIR builtins TGSI tokens after passing to the driver.Eric Anholt1-5/+17
2021-01-12gallium/ntt: Fix leak of the per-instr liveness information.Eric Anholt1-0/+3
2021-01-12r600: enable fp64 lowering to softemu with NIRGert Wollny2-2/+10
2021-01-12r600: enable support for 64 bit DIVMOD when NIR is usedGert Wollny1-0/+5
2021-01-12r600/sfn: tie in 64 lowering codeGert Wollny2-3/+59
2021-01-12r600/sfn: add lowering passes to get 64 bit ops lowered to 32 bit vec2Gert Wollny3-0/+1071
2021-01-12r600/sfn: Add number for source components for split_yGert Wollny1-0/+1
2021-01-12r600/sfn: C++ lower-instruct implementationGert Wollny2-0/+114
2021-01-12panfrost: Enable ARB_texture_buffer_objectIcecream951-2/+7
2021-01-12panfrost: Fix textureSize for buffer texturesIcecream951-0/+8
2021-01-12panfrost: Support buffer sampler viewsIcecream951-10/+19
2021-01-12panfrost: Make the width argument to panfrost_new_texture 32 bitsIcecream952-2/+2
2021-01-12st/mesa: Use samplers for buffer textures if requestedIcecream951-2/+2
2021-01-12gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLERIcecream954-0/+5
2021-01-12aco: Wait for stores when NGG or legacy VS can finish early.Timur Kristóf1-0/+19
2021-01-12aco: Note if rasterization can start early.Timur Kristóf3-0/+29
2021-01-12aco/ra: fix infinite recursion in get_reg_simple() with subdword registersDaniel Schürmann1-2/+1
2021-01-12aco: simplify and fix operand/definition sizesDaniel Schürmann1-17/+16
2021-01-12radv: enable .lower_inegDaniel Schürmann2-27/+1
2021-01-12radv: don't lower_pack() after load-store-vectorizationDaniel Schürmann1-4/+1
2021-01-12radv: call nir_opt_algebraic_late() after lowering idiv for small bitsizesDaniel Schürmann1-3/+5
2021-01-12radv: optimize idiv_const for small bitsizesDaniel Schürmann1-1/+1
2021-01-12radv: fix color resolves if the dest image has DCCSamuel Pitoiset1-8/+13
2021-01-12radv: fixup DCC after color resolves using the compute pathSamuel Pitoiset1-0/+17
2021-01-12radv: decompress DCC for partial resolves using the compute pathSamuel Pitoiset1-0/+24
2021-01-12radv: set depth to 1 for subpass resolves using the compute pathSamuel Pitoiset1-1/+1
2021-01-12aco: improve nir_op_vec with constant operandsRhys Perry1-12/+53
2021-01-12wgl: Don't crash in stw_make_current if current framebuffer is NULLLouis-Francis Ratté-Boulianne1-4/+14
2021-01-12radv: set invariantgeom for Shadow of the Tomb RaiderRhys Perry1-0/+4
2021-01-12radv: add RADV_DEBUG=invariantgeomRhys Perry5-0/+31
2021-01-12nir/divergence_analysis: mark load_push_constant as uniformDaniel Schürmann1-1/+1
2021-01-12aco: fix inserting expcnt for MIMG on GFX6Samuel Pitoiset1-2/+2
2021-01-12vbo/dlist: free prim_store->prims when vbo_save is destroyedTapani Pälli1-0/+1
2021-01-12glcpp: disable 'windows' testsMike Blumenkrantz1-1/+1
2021-01-11frontends/omx: fix build warningLeo Liu1-2/+2
2021-01-11nouveau: add drm-shim supportIlia Mirkin5-0/+338
2021-01-11nouveau: change fence destruction logic on screen destroyIlia Mirkin5-32/+20
2021-01-11panfrost: Advertise ES3.0 on BifrostAlyssa Rosenzweig1-22/+12
2021-01-11panfrost: Disable AFBC of 3D, 2D arraysAlyssa Rosenzweig1-2/+6
2021-01-11panfrost: Promote 8b to 16b for blend descriptorsBoris Brezillon1-0/+2
2021-01-11pan/bi: Lower 8bit fragment outputs to 16bitBoris Brezillon1-0/+46
2021-01-11pan/bi: Assert immediate indices fitAlyssa Rosenzweig1-0/+1
2021-01-11pan/bi: Parametrize intrinsic immediate limitsAlyssa Rosenzweig1-5/+5
2021-01-11pan/bi: Use TEXC for indices >= 8Alyssa Rosenzweig1-1/+6
2021-01-11pan/bi: Implement scalar i2i8/u2u8Alyssa Rosenzweig1-1/+6
2021-01-11pan/bi: Allow passing thorugh 8-bit scalarsAlyssa Rosenzweig1-1/+4
2021-01-11pan/bi: Don't suppress Inf/NaNAlyssa Rosenzweig1-2/+0