summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-01anv: Advertise VK_EXT_image_drm_format_modifierchadv/review/anv-drm-format-mod/2019-08-01-r1Chad Versace1-0/+1
2019-08-01WIP: anv: Fix assumptions broken byChad Versace1-2/+2
2019-08-01FINISHME: anv: vkGetImageDrmFormatModifierPropertiesEXTChad Versace1-0/+10
2019-08-01FINISHME: anv: Fix VkPhysicalDeviceExternalImageFormatInfo for VK_IMAGE_TILIN...Chad Versace1-0/+3
2019-08-01FINISHME: anv: vkGetImageSubresourceLayout for VK_IMAGE_TILING_DRM_FORMAT_MOD...Chad Versace1-0/+7
2019-08-01FINISHME: anv: Support VkImageDrmFormatModifierExplicitCreateInfoEXTChad Versace1-0/+8
2019-08-01anv: Support VkImageDrmFormatModifierListCreateInfoEXTChad Versace1-2/+23
2019-08-01anv: Support VkPhysicalDeviceImageDrmFormatModifierInfoEXTChad Versace1-4/+80
2019-08-01anv: Rename param anv_get_image_format_properties()::infoChad Versace1-19/+19
2019-08-01anv: Support VkDrmFormatModifierPropertiesListEXTChad Versace1-36/+152
2019-08-01anv: Define struct anv_tilingChad Versace8-51/+123
2019-08-01anv: Reject linear depth/stencil in anv_get_format_plane()Chad Versace1-0/+4
2019-08-01anv: Refactor struct anv_image_create_infoChad Versace4-13/+13
2019-08-01anv: Include drm_fourcc.h in anv_private.hChad Versace4-3/+1
2019-08-01gitlab-ci: remove software-properties-commonEmil Velikov1-6/+5
2019-08-01st/mesa: fix MSVC compile breakageBrian Paul1-2/+2
2019-08-01virgl: Enable depth_clamp by lowering if the host is new enough.Gert Wollny2-1/+8
2019-08-01gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use itGert Wollny2-1/+6
2019-08-01mesa/st: Signal state changes when depth_clamp is emulatedGert Wollny1-1/+25
2019-08-01mesa/st: Add depth clamping to rasterizer codeGert Wollny2-6/+39
2019-08-01mesa/st: Tie depth_clamp code into other shaders (GS and TES)Gert Wollny3-1/+36
2019-08-01mesa/st: Tie depth_clamp lowering into the FSGert Wollny3-0/+18
2019-08-01mesa/st: Tie depth clamp lowering in to the VP codeGert Wollny4-0/+32
2019-08-01mesa/st: add tgsi-lowering code for depth-clampErik Faye-Lund4-0/+451
2019-08-01mesa/st: replace boolean declarations by boolGert Wollny1-2/+2
2019-08-01Revert "softpipe: Don't draw when rasterizer_discard is set"Gert Wollny1-3/+0
2019-08-01docs: reword meson instructionsEric Engestrom1-7/+12
2019-08-01travis: drop unnecessary Meson option for MacOSEric Engestrom1-4/+1
2019-07-31intel/vec4: Drop all of the 64-bit varying codeJason Ekstrand4-200/+47
2019-07-31intel/fs: Drop all of the 64-bit varying codeJason Ekstrand2-363/+139
2019-07-31intel: Use NIR to lower 64-bit varying accessJason Ekstrand1-6/+11
2019-07-31nir/lower_io: Add an option to lower 64-bit varyingsJason Ekstrand2-15/+118
2019-07-31docs: Update Platforms and Drivers page with more comprehensive information.Jorge Natz1-7/+23
2019-08-01nir: use common deref has indirect code in scratch lowering.Dave Airlie1-15/+1
2019-07-31nir: remove explicit nir_intrinsic_index_flag valuesEric Engestrom1-2/+2
2019-07-31state_tracker: Free Labels for querry and tranform_feedbackYevhenii Kolesnikov2-0/+2
2019-07-31iris: Skip emitting 3DSTATE_INDEX_BUFFER if possibleKenneth Graunke3-11/+27
2019-07-31st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz3-42/+24
2019-07-31lima: enable lower_bitops in ppirErico Nunes1-0/+1
2019-07-31nir/algebraic: rename lower_bitshift to lower_bitopsErico Nunes4-9/+9
2019-07-31lima/ppir: lower fdot in nir_opt_algebraicErico Nunes5-80/+5
2019-07-31nir/algebraic: add new fsum ops and fdot loweringErico Nunes3-0/+11
2019-07-31lima/ppir: refactor texture code to simplify schedulerErico Nunes5-60/+7
2019-07-31lima/ppir: lower texture projectionErico Nunes1-0/+5
2019-07-31scons: Fix random_r check.Vinson Lee1-1/+1
2019-07-31Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke3-25/+42
2019-07-31pan/midgard: Don't special case inline_constantAlyssa Rosenzweig7-30/+13
2019-07-31pan/midgard: De-special-case branchingAlyssa Rosenzweig6-30/+11
2019-07-31panfrost: Add MALI_SAMP_NORM_COORDS flagAlyssa Rosenzweig3-3/+8
2019-07-31panfrost: Simplify filter_mode definitionAlyssa Rosenzweig3-41/+28