aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* panfrost: Clean index state between indexed drawsAlyssa Rosenzweig2019-03-311-1/+3
* panfrost/decode: Print negative_startAlyssa Rosenzweig2019-03-311-0/+2
* panfrost: Implement missing texture formatsAlyssa Rosenzweig2019-03-312-1/+17
* panfrost: Extend tiling for cubemapsAlyssa Rosenzweig2019-03-311-14/+14
* panfrost: Implement command stream for linear cubemapsAlyssa Rosenzweig2019-03-312-6/+8
* panfrost/midgard: Emit cubemap coordinatesAlyssa Rosenzweig2019-03-312-5/+32
* panfrost: Include all cubemap faces in bitmap listAlyssa Rosenzweig2019-03-311-3/+9
* panfrost/decode: Decode all cubemap facesAlyssa Rosenzweig2019-03-311-1/+7
* panfrost: Preliminary work for cubemapsAlyssa Rosenzweig2019-03-313-6/+10
* panfrost/midgard: Add L/S op for writing cubemap coordinatesAlyssa Rosenzweig2019-03-311-0/+9
* panfrost/midgard: Disassemble `cube` texture opAlyssa Rosenzweig2019-03-311-0/+1
* panfrost: Fix vertex buffer corruptionAlyssa Rosenzweig2019-03-311-4/+6
* iris: fix set_sampler_viewRob Clark2019-03-301-2/+3
* gallium/docs: clarify set_sampler_views (v2)Rob Clark2019-03-302-1/+6
* i965,iris/blorp: do not blit 0-sizesSergii Romantsov2019-03-301-1/+9
* gallium: Fix autotools build with libxatracker.la.Vinson Lee2019-03-291-4/+2
* gallium: fix autotools build of pipe_msm.laTimur Kristóf2019-03-291-4/+2
* iris: Clean up compiler warnings about unusedCaio Marcelo de Oliveira Filho2019-03-292-11/+1
* virgl: Add a caps feature check versionGert Wollny2019-03-293-1/+4
* iris: Print the memzone name when allocating BOs with INTEL_DEBUG=bufKenneth Graunke2019-03-281-2/+17
* iris/icl: Add WA_2204188704 to disable pixel shader panic dispatchAnuj Phogat2019-03-281-0/+7
* iris/icl: Set Enabled Texel Offset Precision Fix bitAnuj Phogat2019-03-281-0/+7
* freedreno/ir3: align const size to vec4Rob Clark2019-03-281-4/+5
* freedreno/a6xx: small cleanupRob Clark2019-03-281-2/+2
* iris: Fix blits with S8_UINT destinationKenneth Graunke2019-03-281-4/+2
* iris: Actually advertise some modifiersKenneth Graunke2019-03-271-0/+39
* softpipe: add indirect store buffer/image unitDave Airlie2019-03-281-2/+34
* softpipe/draw: fix vertex id in soft paths.Dave Airlie2019-03-285-11/+19
* freedreno/ir3: Push UBOs to constant fileKristian H. Kristensen2019-03-272-4/+27
* freedreno/ir3: Enable PIPE_CAP_PACKED_UNIFORMSKristian H. Kristensen2019-03-271-0/+1
* radeon/vcn: add H.264 constrained baseline supportLeo Liu2019-03-271-0/+1
* panfrost: Wait for last job to finish in force_flush_fragmentTomeu Vizoso2019-03-271-0/+8
* panfrost: Pass the context BOs to the kernel so they aren't unmapped while in...Tomeu Vizoso2019-03-271-3/+9
* panfrost: Also tell the kernel about the checksum_slabTomeu Vizoso2019-03-271-4/+9
* panfrost: Set the GEM handle for AFBC buffersTomeu Vizoso2019-03-271-0/+1
* panfrost: Fix sscanf format optionsTomeu Vizoso2019-03-271-2/+2
* virgl: Fake MSAA when max samples is 1Alexandros Frantzis2019-03-271-1/+4
* panfrost: Preliminary work for mipmapsAlyssa Rosenzweig2019-03-278-207/+163
* panfrost/midgard: fpow is a two-part operationAlyssa Rosenzweig2019-03-264-4/+4
* panfrost/midgard: Handle i2b constantAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Expand fge lowering to more typesAlyssa Rosenzweig2019-03-263-6/+12
* panfrost/midgard: Add ult/ule opsAlyssa Rosenzweig2019-03-263-0/+7
* panfrost: Stub out ES3 caps/callbacksAlyssa Rosenzweig2019-03-262-1/+54
* panfrost/midgard: Cleanup midgard_nir_algebraic.pyAlyssa Rosenzweig2019-03-261-1/+1
* panfrost/midgard: Lower source modifiers for intsAlyssa Rosenzweig2019-03-264-2/+22
* panfrost/midgard: Implement b2i; improve b2f/f2bAlyssa Rosenzweig2019-03-261-18/+30
* panfrost/midgard: Lower i2b32Alyssa Rosenzweig2019-03-261-0/+1
* panfrost/midgard: Lower f2b32 to fneAlyssa Rosenzweig2019-03-261-0/+7
* panfrost/midgard: Lower bool_to_int32Alyssa Rosenzweig2019-03-261-20/+23
* panfrost/midgard: Map more bany/ball opcodesAlyssa Rosenzweig2019-03-261-0/+11