aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris: Disable loop unrolling in GLSL IR.Kenneth Graunke2019-06-261-2/+1
* st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.Kenneth Graunke2019-06-261-1/+1
* iris: Delete dead ice->state.streamout_strides field.Kenneth Graunke2019-06-261-3/+0
* nir/algebraic: Add helpers and a rule involving wrappingCaio Marcelo de Oliveira Filho2019-06-262-0/+15
* spirv: Implement NoSignedWrap and NoUnsignedWrap decorationsCaio Marcelo de Oliveira Filho2019-06-261-0/+33
* nir: Add a no wrapping bits to nir_alu_instrCaio Marcelo de Oliveira Filho2019-06-265-8/+36
* nir: remove fnot/fxor/fand/for opcodesJonathan Marek2019-06-269-40/+4
* nir: opt_vectorize: combine different constant sourcesJonathan Marek2019-06-261-2/+25
* panfrost/midgard: Merge embedded constantsAlyssa Rosenzweig2019-06-261-19/+66
* panfrost/midgard: Share swizzle composeAlyssa Rosenzweig2019-06-262-8/+30
* panfrost/midgard: Share swizzle/mask codeAlyssa Rosenzweig2019-06-262-30/+32
* panfrost: Fix checksumming typoAlyssa Rosenzweig2019-06-261-1/+1
* iris: Fix overzealous query object batch flushing.Kenneth Graunke2019-06-261-4/+4
* iris: Make an iris_batch_get_signal_syncpt() helper.Kenneth Graunke2019-06-261-3/+14
* panfrost: Remove unneeded check in panfrost_scissor_culls_everything()Boris Brezillon2019-06-261-1/+1
* panfrost: Update copyright identifiersAlyssa Rosenzweig2019-06-2614-14/+14
* panfrost/midgard: Reorder to permit constant biasAlyssa Rosenzweig2019-06-262-67/+61
* panfrost/midgard: Add helper to encode constant biasAlyssa Rosenzweig2019-06-261-0/+34
* panfrost/midgard: Handle negative immediate biasAlyssa Rosenzweig2019-06-262-4/+5
* freedreno: correct batch_depends_on() logicRob Clark2019-06-261-1/+1
* freedreno: drop unused arg from fd_batch_flush()Rob Clark2019-06-2612-23/+23
* st/glsl: fix silly regression finding gs/tes variantsTimothy Arceri2019-06-261-1/+1
* st/glsl: support clamping color outputs in compat for gs/tesTimothy Arceri2019-06-264-13/+60
* nir: add tess support to nir_lower_clamp_color_outputs()Timothy Arceri2019-06-261-0/+1
* glsl: Fix round64 conversion functionSagar Ghuge2019-06-251-9/+12
* panfrost/ci: Add RK3288 flipflops I don't want to deal with right nowAlyssa Rosenzweig2019-06-251-0/+6
* panfrost/ci: Update failures listAlyssa Rosenzweig2019-06-251-363/+3
* panfrost/ci: Set MESA_GLES_VERSION_OVERRIDE=3.0Alyssa Rosenzweig2019-06-251-0/+1
* panfrost/ci: Run full set of mipmap testsAlyssa Rosenzweig2019-06-251-3/+0
* panfrost: Advertise support for other 8-bit UNORM formatsAlyssa Rosenzweig2019-06-251-26/+15
* panfrost: Use pipe_surface->format directly in blitterAlyssa Rosenzweig2019-06-251-1/+1
* panfrost: Invert swizzle for renderingAlyssa Rosenzweig2019-06-251-2/+30
* panfrost: Honour first_layer...last_layer when samplingAlyssa Rosenzweig2019-06-251-1/+3
* panfrost: Use the sampler_view target (not the textures)Alyssa Rosenzweig2019-06-251-2/+2
* panfrost/midgard: Assert guard texelFetch against cubemapsAlyssa Rosenzweig2019-06-251-0/+3
* panfrost: Zero pixels in any axis is zero pixels totalAlyssa Rosenzweig2019-06-251-1/+1
* panfrost: Respect mip level when wallpaperingAlyssa Rosenzweig2019-06-251-1/+7
* panfrost/midgard: Fixup NIR texture opAlyssa Rosenzweig2019-06-251-0/+8
* panfrost: Support (non-)seamless cube mapsAlyssa Rosenzweig2019-06-253-4/+5
* panfrost: Merge checksum buffer with main BOAlyssa Rosenzweig2019-06-255-47/+64
* panfrost/decode: Limit MRT blend countAlyssa Rosenzweig2019-06-251-3/+8
* panfrost: Clamp tile coordinates before job submissionAlyssa Rosenzweig2019-06-251-0/+20
* panfrost: Use dedicated u_blitter context for wallpapersAlyssa Rosenzweig2019-06-253-19/+35
* panfrost: Sanity check layerAlyssa Rosenzweig2019-06-251-0/+1
* panfrost: Divide array_size by 6 for cubemapsAlyssa Rosenzweig2019-06-251-0/+1
* panfrost: Use get_texture_address for framebuffer computationsAlyssa Rosenzweig2019-06-254-25/+28
* panfrost: Merge AFBC slab with BO backingAlyssa Rosenzweig2019-06-255-91/+46
* panfrost: Z/S can't be tiledAlyssa Rosenzweig2019-06-251-0/+3
* panfrost: Enable mipmappingAlyssa Rosenzweig2019-06-251-1/+1
* panfrost: Enable blittingAlyssa Rosenzweig2019-06-251-4/+0