aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: Add a face_sysval argument to nir_lower_two_sided_colorIcecream952020-07-176-6/+7
* panfrost: Do per-sample shading when outputs are readIcecream952020-07-171-2/+7
* pan/mdg: Do per-sample framebuffer loadsIcecream952020-07-173-3/+24
* panfrost: Rename lower_store to is_blend in pan_lower_framebufferIcecream952020-07-171-2/+2
* pan/mdg: Don't disassemble blit shadersIcecream952020-07-175-8/+8
* gitlab-ci: Only trigger test-docs job automatically for MRsMichel Dänzer2020-07-171-1/+1
* virgl: set PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+2
* virgl: Encode barrier for blend_equation_advancedElie Tournier2020-07-171-1/+2
* virgl: Use alpha_src_factor to store blend_equation_advenced valueElie Tournier2020-07-173-1/+12
* glsl_to_ir: do lower_blend_equation if PIPE_CAP_FBFETCHElie Tournier2020-07-171-1/+1
* st: expose KHR_blend_equation_advanced if PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+3
* gallium: Add PIPE_CAP_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-174-0/+7
* virgl: Reserved last caps of capability_bitsElie Tournier2020-07-171-0/+1
* glsl_to_tgsi: Set TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-171-0/+6
* gallium: add TGSI_PROPERTY_FS_BLEND_EQUATION_ADVANCEDElie Tournier2020-07-172-0/+2
* mesa: treat Color._AdvancedBlendMode as enumErik Faye-Lund2020-07-174-4/+8
* mesa: do not use bitfields for advanced-blend stateErik Faye-Lund2020-07-174-39/+34
* st/mesa: fix st_CopyPixels without support for stencil exportsKarol Herbst2020-07-171-0/+7
* nvc0_2d: Document SET_PIXELS_FROM_MEMORY_CORRAL_SIZE from rnndbRhys Kidd2020-07-172-3/+5
* nv50_2d,nvc0_2d: Document SET_PIXELS_FROM_MEMORY_SAFE_OVERLAP from rnndbRhys Kidd2020-07-173-4/+4
* docs/features: Mark trivial missed featureAlyssa Rosenzweig2020-07-161-1/+1
* egl: mark the rest of the callbacks as mandatory or optionalEric Engestrom2020-07-161-0/+10
* egl: drop now empty egl_dri2_fallbacks.hEric Engestrom2020-07-1610-41/+1
* egl: inline fallback for get_sync_valuesEric Engestrom2020-07-169-15/+3
* egl: inline fallback for create_wayland_buffer_from_imageEric Engestrom2020-07-1610-18/+3
* egl: inline fallback for query_buffer_ageEric Engestrom2020-07-167-12/+3
* egl: inline fallback for copy_buffersEric Engestrom2020-07-169-15/+3
* egl: inline fallback for post_sub_bufferEric Engestrom2020-07-1610-16/+3
* egl: inline fallback for swap_buffers_regionEric Engestrom2020-07-1610-16/+3
* egl: inline fallback for swap_buffers_with_damageEric Engestrom2020-07-168-16/+6
* egl: drop unused fallback functionEric Engestrom2020-07-161-9/+0
* egl: inline fallback for create_pbuffer_surfaceEric Engestrom2020-07-165-11/+3
* egl: inline fallback for create_pixmap_surfaceEric Engestrom2020-07-166-12/+3
* driconf: allowlist/denylistRob Clark2020-07-161-2/+2
* pan/decode: Open the dump file laterIcecream952020-07-163-4/+9
* gitlab-ci: Run all of GLES3 tests for PanfrostTomeu Vizoso2020-07-163-6/+4
* radv: split fence into two parts as enum+union.Samuel Pitoiset2020-07-164-116/+231
* radv: optimize creating signaled syncobj with amdgpu_cs_create_syncobj2()Samuel Pitoiset2020-07-163-16/+29
* radv: fix the error code when allocating a fresh imported syncobj failsSamuel Pitoiset2020-07-161-1/+1
* radv: fix the error code when exporting a semaphore/fence failsSamuel Pitoiset2020-07-161-17/+19
* radv: fix destroying the syncobj when exporting a fence FDSamuel Pitoiset2020-07-161-1/+1
* tu: Enable VK_EXT_shader_stencil_exportConnor Abbott2020-07-163-4/+8
* ir3: Handle gl_FragStencilRefARBConnor Abbott2020-07-162-1/+4
* freedreno/a6xx: Add stencilref register infoConnor Abbott2020-07-161-1/+2
* panfrost: Revert "Disable frame throttling"Alyssa Rosenzweig2020-07-161-3/+0
* panfrost: Enable ChromiumAlyssa Rosenzweig2020-07-161-12/+0
* panfrost: Report CAPs more honestlyAlyssa Rosenzweig2020-07-164-72/+49
* panfrost: Fix faults with RASTERIZER_DISCARDAlyssa Rosenzweig2020-07-161-1/+9
* panfrost: Honour cso->compare_modeAlyssa Rosenzweig2020-07-161-1/+3
* panfrost: Avoid integer underflow in rt_count_1Alyssa Rosenzweig2020-07-161-1/+1