summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: add note about r-b/other tags when resendingGeorge Kyriazis2016-11-281-0/+3
* docs: fix small typos in the submit patches pageAndres Gomez2016-11-281-4/+4
* docs/releasing: use correct page titleEmil Velikov2016-11-281-1/+1
* docs/releasing: correctly document touch-testingEmil Velikov2016-11-281-10/+25
* docs/release: drop references to patchworkEmil Velikov2016-11-281-5/+0
* docs: add news item and link release notes for 13.0.2Emil Velikov2016-11-282-0/+7
* docs: add sha256 checksums for 13.0.2Emil Velikov2016-11-281-1/+2
* docs: add release notes for 13.0.2Emil Velikov2016-11-281-0/+188
* radv: fix 3D clears with baseMiplevelDave Airlie2016-11-281-1/+1
* radv: brown-paper bag for a forgotten else.Dave Airlie2016-11-281-1/+1
* radv/ac/llvm: fix regression with shadow samplers fixDave Airlie2016-11-281-3/+3
* radv/ac/llvm: shadow samplers only return one value.Dave Airlie2016-11-271-1/+3
* radv/si: fix optimal micro tile selectionDave Airlie2016-11-271-7/+7
* radv: honour the number of properties availableEmil Velikov2016-11-271-11/+7
* radv: drop the return type for radv_queue_init()Mun Gwan-gyeong2016-11-271-3/+1
* freedreno: fix slice size for imported buffersRob Clark2016-11-271-0/+1
* freedreno/a3xx: make _emit_const() staticRob Clark2016-11-272-5/+1
* freedreno/a4xx: make _emit_const() staticRob Clark2016-11-273-6/+2
* anv/pipeline: Make is_dual_src_blend_factor inlineJason Ekstrand2016-11-261-1/+1
* anv/pipeline: Make the temp blend attachment state pointer constJason Ekstrand2016-11-261-1/+3
* gm107/ir: optimize 32-bit CONST load to movSamuel Pitoiset2016-11-262-0/+17
* gm107/ir: do not combine CONST loadsSamuel Pitoiset2016-11-261-2/+7
* anv/device: Remove a bogus finishme commentJason Ekstrand2016-11-251-1/+0
* i965: Enable fast clears for multi-lodBen Widawsky2016-11-251-15/+0
* i965: Allow single-sampled miptree to be resolved and sharedTopi Pohjolainen2016-11-251-1/+1
* i965/gen8: Relax asserts prohibiting arrayed/mipmapped fast clearsTopi Pohjolainen2016-11-253-14/+18
* i965: Use ISL for CCS layoutsTopi Pohjolainen2016-11-252-104/+38
* i965: Resolve non-compressed fast clears prior layered renderingTopi Pohjolainen2016-11-251-0/+13
* i965: Restrict fast color clear on first slice onlyTopi Pohjolainen2016-11-251-0/+8
* i965: Track fast color clear state in level/layer granularityTopi Pohjolainen2016-11-253-30/+68
* i965: Move fast clear state enumeration into resolve mapTopi Pohjolainen2016-11-253-65/+68
* i965: Refactor check if color resolve is neededTopi Pohjolainen2016-11-251-15/+28
* i965: Add plumbing for fast clear layer/level detailsTopi Pohjolainen2016-11-252-19/+34
* i965: Add interface for checking multiple slices if any is unresolvedTopi Pohjolainen2016-11-252-0/+13