summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18i965/miptree: Add pitch override for imported buffer objectsTopi Pohjolainen1-3/+4
2017-07-18i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen2-6/+0
2017-07-18i965/wm: Use isl for filling tex image parametersTopi Pohjolainen3-92/+19
2017-07-18intel/isl: Take 3D surfaces into account in image paramsTopi Pohjolainen1-2/+6
2017-07-18i965/miptree: Check for miptree_create() failuresTopi Pohjolainen1-0/+2
2017-07-18i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen2-4/+47
2017-07-18i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen4-59/+12
2017-07-18i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen2-4/+8
2017-07-18i965: Mark read-only args as const in intel_miptree_supports_hiz()Topi Pohjolainen1-2/+2
2017-07-18i965/miptree: Use > 1 instead of > 0 to check for multisamplingTopi Pohjolainen1-2/+2
2017-07-18i965/miptree: Set refcount before failing via _release()Topi Pohjolainen1-1/+2
2017-07-18build: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGSKenneth Graunke1-0/+1
2017-07-18radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák1-1/+2
2017-07-18compiler/spirv: Add a .gitignore and ignore spirv_info.cJason Ekstrand1-0/+1
2017-07-18anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand3-0/+13
2017-07-18anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2-0/+5
2017-07-18nir/spirv: Add support for SPV_KHR_variable_pointersJason Ekstrand5-10/+108
2017-07-18nir/spirv: Add a helper for pushing SSA valuesJason Ekstrand4-10/+20
2017-07-18nir/spirv: Implement OpPtrAccessChain for buffersJason Ekstrand3-4/+34
2017-07-18spirv/nir: Add some useful asserts for type decorationsJason Ekstrand1-0/+4
2017-07-18spirv: Add support for the StorageBuffer storage classJason Ekstrand1-0/+4
2017-07-18spirv: Generate spirv_info.cIan Romanick5-159/+106
2017-07-18spirv: Import the lastest 1.0.2 JSON from KhronosIan Romanick1-0/+5792
2017-07-18spirv: Import the latest 1.2 header from KhronosJason Ekstrand1-4/+37
2017-07-18mesa: whitespace fixes in get.cBrian Paul1-110/+110
2017-07-18mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT queryBrian Paul2-1/+13
2017-07-18vulkan/util: fix typo in commentEric Engestrom1-1/+1
2017-07-18mapi: add missing no_error tag to glBlitNamedFramebuffer()Samuel Pitoiset1-1/+1
2017-07-18radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for imagesAlex Smith1-0/+1
2017-07-18radv: don't shadow meta_va.Dave Airlie1-1/+1
2017-07-17i965: Delete brw_sf_state.c againKenneth Graunke1-200/+0
2017-07-17ac/nir: rewrite shared variable handling (v2)Connor Abbott1-87/+158
2017-07-17i965: Check if the modifier is supported in select_best_modifierJason Ekstrand1-0/+3
2017-07-17i965: Rework the modifier info mapJason Ekstrand1-23/+25
2017-07-17i965/surface_state: Remove the mcs_buf->offset == 0 restrictionJason Ekstrand1-1/+0
2017-07-17intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand4-4/+8
2017-07-17i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffersJason Ekstrand1-23/+13
2017-07-17i965/screen: Allocate ZEROED BOs for imagesJason Ekstrand1-1/+5
2017-07-17i965/bufmgr: Add a BO_ALLOC_ZEROED flagJason Ekstrand2-2/+27
2017-07-17i965/miptree: Replace is_lossless_compressed with mt->aux_usage checksJason Ekstrand5-41/+10
2017-07-17i965/miptree: Allocate HiZ up-frontJason Ekstrand2-17/+6
2017-07-17i965/miptree: Add an intel_tiling_supports_hiz helperJason Ekstrand1-1/+11
2017-07-17i965/miptree: Gather initial aux allocation into a single functionJason Ekstrand1-30/+53
2017-07-11st/mesa: init winsys buffers list only if context creation succeedsCharmaine Lee1-3/+3
2017-07-17winsys/svga/drm: Enable import/export fence FDSinclair Yeh3-19/+53
2017-07-17winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh4-10/+109
2017-07-17drivers/svga: Connect driver-side fence_* functionsSinclair Yeh2-1/+56
2017-07-17winsys/svga/drm: Create winsys interface for Fence FDSinclair Yeh1-1/+33
2017-07-17winsys/svga/drm: Prepare to support fence fdSinclair Yeh1-3/+8
2017-07-17drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh7-8/+18