summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-27isl: Don't align phys_level0_sa by block dimensionsent/fix/compressed-mipmapsjenkins_vulkanNanley Chery2-31/+19
2019-06-27intel: Add and use helpers for level0 extentNanley Chery4-21/+39
2019-06-27iris: Also properly restore INTERFACE_DESCRIPTOR_DATA buffer objectKenneth Graunke2-4/+10
2019-06-27iris: Fix resource tracking for CS thread ID bufferKenneth Graunke2-2/+8
2019-06-27iris: Only bother with thread ID upload if doing MEDIA_CURBE_LOADKenneth Graunke1-13/+13
2019-06-27iris: Do MEDIA_CURBE_LOAD when IRIS_DIRTY_CS is set, not constantsKenneth Graunke1-1/+1
2019-06-27iris: Drop UBO range stuff from iris_restore_compute_saved_bosKenneth Graunke1-24/+0
2019-06-27iris: Properly align interface descriptor data addressesKenneth Graunke1-1/+1
2019-06-27mesa: use a correct function return typeAndrii Simiklit2-2/+2
2019-06-27panfrost/decode: Mention the address of a few descriptorsTomeu Vizoso1-13/+11
2019-06-27panfrost/decode: Wait for a job to finish before dumpingTomeu Vizoso1-2/+4
2019-06-27panfrost/decode: Decode exception statusTomeu Vizoso1-2/+6
2019-06-27panfrost/decode: Print AFBC struct when appropriateTomeu Vizoso1-2/+1
2019-06-27radv: only export clip/cull distances if PS reads themSamuel Pitoiset3-4/+15
2019-06-27radv: fix FMASK expand if layerCount is VK_REMAINING_ARRAY_LAYERSSamuel Pitoiset1-1/+1
2019-06-26iris: Disable loop unrolling in GLSL IR.Kenneth Graunke1-2/+1
2019-06-26st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.Kenneth Graunke1-1/+1
2019-06-26iris: Delete dead ice->state.streamout_strides field.Kenneth Graunke1-3/+0
2019-06-26nir/algebraic: Add helpers and a rule involving wrappingCaio Marcelo de Oliveira Filho2-0/+15
2019-06-26spirv: Implement NoSignedWrap and NoUnsignedWrap decorationsCaio Marcelo de Oliveira Filho1-0/+33
2019-06-26nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho5-8/+36
2019-06-26docs: add news item and link release notes for 19.0.8Dylan Baker2-0/+10
2019-06-26docs: Add mesa 19.0.8 sha256 sumsDylan Baker1-1/+2
2019-06-26docs: Add docs for 19.0.8Dylan Baker1-0/+61
2019-06-26nir: remove fnot/fxor/fand/for opcodesJonathan Marek9-40/+4
2019-06-26nir: opt_vectorize: combine different constant sourcesJonathan Marek1-2/+25
2019-06-26panfrost/midgard: Merge embedded constantsAlyssa Rosenzweig1-19/+66
2019-06-26panfrost/midgard: Share swizzle composeAlyssa Rosenzweig2-8/+30
2019-06-26panfrost/midgard: Share swizzle/mask codeAlyssa Rosenzweig2-30/+32
2019-06-26panfrost: Fix checksumming typoAlyssa Rosenzweig1-1/+1
2019-06-26iris: Fix overzealous query object batch flushing.Kenneth Graunke1-4/+4
2019-06-26iris: Make an iris_batch_get_signal_syncpt() helper.Kenneth Graunke1-3/+14
2019-06-26panfrost: Remove unneeded check in panfrost_scissor_culls_everything()Boris Brezillon1-1/+1
2019-06-26panfrost: Update copyright identifiersAlyssa Rosenzweig14-14/+14
2019-06-26panfrost/midgard: Reorder to permit constant biasAlyssa Rosenzweig2-67/+61
2019-06-26panfrost/midgard: Add helper to encode constant biasAlyssa Rosenzweig1-0/+34
2019-06-26panfrost/midgard: Handle negative immediate biasAlyssa Rosenzweig2-4/+5
2019-06-26freedreno: correct batch_depends_on() logicRob Clark1-1/+1
2019-06-26freedreno: drop unused arg from fd_batch_flush()Rob Clark12-23/+23
2019-06-26st/glsl: fix silly regression finding gs/tes variantsTimothy Arceri1-1/+1
2019-06-26st/glsl: support clamping color outputs in compat for gs/tesTimothy Arceri4-13/+60
2019-06-26nir: add tess support to nir_lower_clamp_color_outputs()Timothy Arceri1-0/+1
2019-06-25glsl: Fix round64 conversion functionSagar Ghuge1-9/+12
2019-06-25panfrost/ci: Add RK3288 flipflops I don't want to deal with right nowAlyssa Rosenzweig1-0/+6
2019-06-25panfrost/ci: Update failures listAlyssa Rosenzweig1-363/+3
2019-06-25panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0Alyssa Rosenzweig1-0/+1
2019-06-25panfrost/ci: Run full set of mipmap testsAlyssa Rosenzweig1-3/+0
2019-06-25panfrost: Advertise support for other 8-bit UNORM formatsAlyssa Rosenzweig1-26/+15
2019-06-25panfrost: Use pipe_surface->format directly in blitterAlyssa Rosenzweig1-1/+1
2019-06-25panfrost: Invert swizzle for renderingAlyssa Rosenzweig1-2/+30