aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: Add $(top_srcdir)/src/compiler/spirv to AM_CPPFLAGSKenneth Graunke2017-07-181-0/+1
* radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák2017-07-181-1/+2
* compiler/spirv: Add a .gitignore and ignore spirv_info.cJason Ekstrand2017-07-181-0/+1
* anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand2017-07-183-0/+13
* anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2017-07-182-0/+5
* nir/spirv: Add support for SPV_KHR_variable_pointersJason Ekstrand2017-07-185-10/+108
* nir/spirv: Add a helper for pushing SSA valuesJason Ekstrand2017-07-184-10/+20
* nir/spirv: Implement OpPtrAccessChain for buffersJason Ekstrand2017-07-183-4/+34
* spirv/nir: Add some useful asserts for type decorationsJason Ekstrand2017-07-181-0/+4
* spirv: Add support for the StorageBuffer storage classJason Ekstrand2017-07-181-0/+4
* spirv: Generate spirv_info.cIan Romanick2017-07-185-159/+106
* spirv: Import the lastest 1.0.2 JSON from KhronosIan Romanick2017-07-181-0/+5792
* spirv: Import the latest 1.2 header from KhronosJason Ekstrand2017-07-181-4/+37
* mesa: whitespace fixes in get.cBrian Paul2017-07-181-110/+110
* mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT queryBrian Paul2017-07-182-1/+13
* vulkan/util: fix typo in commentEric Engestrom2017-07-181-1/+1
* mapi: add missing no_error tag to glBlitNamedFramebuffer()Samuel Pitoiset2017-07-181-1/+1
* radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for imagesAlex Smith2017-07-181-0/+1
* radv: don't shadow meta_va.Dave Airlie2017-07-181-1/+1
* i965: Delete brw_sf_state.c againKenneth Graunke2017-07-171-200/+0
* ac/nir: rewrite shared variable handling (v2)Connor Abbott2017-07-171-87/+158
* i965: Check if the modifier is supported in select_best_modifierJason Ekstrand2017-07-171-0/+3
* i965: Rework the modifier info mapJason Ekstrand2017-07-171-23/+25
* i965/surface_state: Remove the mcs_buf->offset == 0 restrictionJason Ekstrand2017-07-171-1/+0
* intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand2017-07-174-4/+8
* i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffersJason Ekstrand2017-07-171-23/+13
* i965/screen: Allocate ZEROED BOs for imagesJason Ekstrand2017-07-171-1/+5
* i965/bufmgr: Add a BO_ALLOC_ZEROED flagJason Ekstrand2017-07-172-2/+27
* i965/miptree: Replace is_lossless_compressed with mt->aux_usage checksJason Ekstrand2017-07-175-41/+10
* i965/miptree: Allocate HiZ up-frontJason Ekstrand2017-07-172-17/+6
* i965/miptree: Add an intel_tiling_supports_hiz helperJason Ekstrand2017-07-171-1/+11
* i965/miptree: Gather initial aux allocation into a single functionJason Ekstrand2017-07-171-30/+53
* st/mesa: init winsys buffers list only if context creation succeedsCharmaine Lee2017-07-111-3/+3
* winsys/svga/drm: Enable import/export fence FDSinclair Yeh2017-07-173-19/+53
* winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh2017-07-174-10/+109
* drivers/svga: Connect driver-side fence_* functionsSinclair Yeh2017-07-172-1/+56
* winsys/svga/drm: Create winsys interface for Fence FDSinclair Yeh2017-07-171-1/+33
* winsys/svga/drm: Prepare to support fence fdSinclair Yeh2017-07-171-3/+8
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-177-8/+18
* svga: whitespace clean-up in svga_winsys.hBrian Paul2017-07-171-67/+66
* svga: add some const qualifiersBrian Paul2017-07-171-3/+3
* svga: add comment about 'extra' constant locationsBrian Paul2017-07-171-1/+5
* anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand2017-07-171-0/+1
* anv: Stop leaking the no_aux sampler surface stateJason Ekstrand2017-07-171-0/+5
* anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand2017-07-171-12/+11
* radeonsi/gfx9: add VM fault dmesg parser supportMarek Olšák2017-07-171-6/+23
* radeonsi: automatically resize shader compiler thread queues when they are fullMarek Olšák2017-07-171-8/+4
* radeonsi: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* util/u_queue: add an option to resize the queue when it's fullMarek Olšák2017-07-172-3/+36
* radeonsi: expose ARB_timer_query unconditionallyMarek Olšák2017-07-171-5/+2