summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vc4: Restructure texture insts as ALU ops with tex_[strb] as the dst.Eric Anholt2016-11-299-89/+194
* vc4: Refactor qir_get_op_nsrc(enum qop) to qir_get_nsrc(struct qinst *).Eric Anholt2016-11-2917-36/+34
* vc4: Replace the qinst src[] with a fixed-size array.Eric Anholt2016-11-293-4/+2
* vc4: Remove qir_inst4().Eric Anholt2016-11-292-25/+0
* anv: bump the texture gather offset limitsIlia Mirkin2016-11-291-2/+2
* i965/gen7: expose larger gather offsetsIlia Mirkin2016-11-291-2/+7
* i965: support constant gather offsets larger than 4 bitsIlia Mirkin2016-11-294-12/+24
* i965/fs: Refactor handling of constant tg4 offsetsJason Ekstrand2016-11-293-34/+29
* radv: Use different intrinsic for ubo loads.Bas Nieuwenhuizen2016-11-291-1/+29
* mesa: fix active subroutine uniforms properlyTimothy Arceri2016-11-293-104/+10
* anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand2016-11-281-3/+6
* anv/cmd_buffer: Set the correct surface type for depth/stencilJason Ekstrand2016-11-281-2/+53
* anv: enable drawIndirectFirstInstanceIlia Mirkin2016-11-281-1/+1
* anv: expose depthBiasClamp, it is already setIlia Mirkin2016-11-281-1/+1
* anv: bump maxFramebufferLayers to 2048Ilia Mirkin2016-11-281-1/+1
* anv: enable storage image extended formatsIlia Mirkin2016-11-281-1/+1
* anv: expose imageCubeArray functionalityIlia Mirkin2016-11-281-1/+1
* radv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-11-291-1/+1
* anv: set maxFragmentDualSrcAttachments to 1Dave Airlie2016-11-291-1/+1
* swr: [rasterizer memory] only clear up to the LOD sizeIlia Mirkin2016-11-281-2/+8
* swr: [rasterizer memory] hook up stencil clears for ClearTileIlia Mirkin2016-11-281-5/+8
* swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16Ilia Mirkin2016-11-281-0/+2
* intel/aubinator: Pull useful information from the AUB headerJason Ekstrand2016-11-281-2/+32
* intel/aubinator: Wait to setup decoders until we parse the aub headerJason Ekstrand2016-11-281-23/+28
* intel/aubinator: Rework handling of the --gen flagJason Ekstrand2016-11-281-20/+16
* intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADERJason Ekstrand2016-11-281-14/+4
* intel/aubinator: Add a get_offset helperJason Ekstrand2016-11-281-10/+19
* intel/aubinator: Fix the kernel start pointer for 3DSTATE_HSJason Ekstrand2016-11-281-2/+2
* intel/aubinator: Add a get_address helperJason Ekstrand2016-11-281-16/+31
* intel/aubinator: Properly handle batch buffer chainingJason Ekstrand2016-11-281-1/+19
* swr: don't clear all dirty bits when changing so targetsIlia Mirkin2016-11-281-1/+1
* swr: [rasterizer core] fix typo in scissor tile-alignment logicIlia Mirkin2016-11-281-1/+1
* anv: Fix cache UUID generation.Kenneth Graunke2016-11-281-2/+2
* vulkan/wsi: Fix resource leak in success path of wsi_queue_init()Gwan-gyeong Mun2016-11-281-0/+1
* anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun2016-11-281-9/+14
* anv: drop the return type for anv_queue_init()Gwan-gyeong Mun2016-11-281-3/+1
* anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2016-11-282-8/+23
* st/omx/dec/h264: consider POC as signed instead of unsignedChandu Babu Namburu2016-11-281-3/+3
* radv: don't return VK_SUCCESS if radv_device_get_cache_uuid() failsEmil Velikov2016-11-281-0/+2
* radv: don't leak the fd if radv_physical_device_init() succeedsEmil Velikov2016-11-281-0/+1
* anv: don't leak memory if anv_init_wsi() failsEmil Velikov2016-11-281-2/+4
* anv: don't double-close the same fdEmil Velikov2016-11-281-2/+1
* configure.ac: remove no longer used TIMESTAMP_CMDEmil Velikov2016-11-281-2/+0
* anv: automake: don't generate anv_timestamp.hEmil Velikov2016-11-282-8/+1
* anv: Use library mtime for cache UUID.Emil Velikov2016-11-281-4/+30
* anv: Store UUID in physical device.Emil Velikov2016-11-283-14/+15
* isl: Make isl_finishme only warn once per call-siteEmil Velikov2016-11-281-1/+7
* radv: Make radv_finishme only warn once per call-siteEmil Velikov2016-11-281-1/+7
* anv: use do { } while (0) in the anv_finishme macroEmil Velikov2016-11-281-7/+8
* docs: add git tips how to do commit fixups and squash themEmil Velikov2016-11-281-0/+7