anv: bump maxFramebufferLayers to 2048
[mesa.git] / src /
2016-11-29 Ilia Mirkinanv: bump maxFramebufferLayers to 2048
2016-11-29 Ilia Mirkinanv: enable storage image extended formats
2016-11-29 Ilia Mirkinanv: expose imageCubeArray functionality
2016-11-29 Dave Airlieradv: set maxFragmentDualSrcAttachments to 1
2016-11-29 Dave Airlieanv: set maxFragmentDualSrcAttachments to 1
2016-11-29 Ilia Mirkinswr: [rasterizer memory] only clear up to the LOD size
2016-11-29 Ilia Mirkinswr: [rasterizer memory] hook up stencil clears for...
2016-11-29 Ilia Mirkinswr: [rasterizer memory] add support for clearing Z32F_...
2016-11-29 Jason Ekstrandintel/aubinator: Pull useful information from the AUB...
2016-11-29 Jason Ekstrandintel/aubinator: Wait to setup decoders until we parse...
2016-11-29 Jason Ekstrandintel/aubinator: Rework handling of the --gen flag
2016-11-29 Jason Ekstrandintel/aubinator: Trust the packet size in the header...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_offset helper
2016-11-29 Jason Ekstrandintel/aubinator: Fix the kernel start pointer for 3DSTA...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_address helper
2016-11-29 Jason Ekstrandintel/aubinator: Properly handle batch buffer chaining
2016-11-29 Ilia Mirkinswr: don't clear all dirty bits when changing so targets
2016-11-29 Ilia Mirkinswr: [rasterizer core] fix typo in scissor tile-alignme...
2016-11-28 Kenneth Graunkeanv: Fix cache UUID generation.
2016-11-28 Gwan-gyeong Munvulkan/wsi: Fix resource leak in success path of wsi_qu...
2016-11-28 Gwan-gyeong Munanv: Update the teardown in reverse order of the anv_Cr...
2016-11-28 Gwan-gyeong Munanv: drop the return type for anv_queue_init()
2016-11-28 Gwan-gyeong Munanv: Add missing error-checking to anv_block_pool_init...
2016-11-28 Chandu Babu Namburust/omx/dec/h264: consider POC as signed instead of...
2016-11-28 Emil Velikovradv: don't return VK_SUCCESS if radv_device_get_cache_...
2016-11-28 Emil Velikovradv: don't leak the fd if radv_physical_device_init...
2016-11-28 Emil Velikovanv: don't leak memory if anv_init_wsi() fails
2016-11-28 Emil Velikovanv: don't double-close the same fd
2016-11-28 Emil Velikovanv: automake: don't generate anv_timestamp.h
2016-11-28 Emil Velikovanv: Use library mtime for cache UUID.
2016-11-28 Emil Velikovanv: Store UUID in physical device.
2016-11-28 Emil Velikovisl: Make isl_finishme only warn once per call-site
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-28 Emil Velikovanv: use do { } while (0) in the anv_finishme macro
2016-11-28 Dave Airlieradv: fix 3D clears with baseMiplevel
2016-11-28 Dave Airlieradv: brown-paper bag for a forgotten else.
2016-11-28 Dave Airlieradv/ac/llvm: fix regression with shadow samplers fix
2016-11-27 Dave Airlieradv/ac/llvm: shadow samplers only return one value.
2016-11-27 Dave Airlieradv/si: fix optimal micro tile selection
2016-11-27 Emil Velikovradv: honour the number of properties available
2016-11-27 Mun Gwan-gyeongradv: drop the return type for radv_queue_init()
2016-11-27 Rob Clarkfreedreno: fix slice size for imported buffers
2016-11-27 Rob Clarkfreedreno/a3xx: make _emit_const() static
2016-11-27 Rob Clarkfreedreno/a4xx: make _emit_const() static
2016-11-26 Jason Ekstrandanv/pipeline: Make is_dual_src_blend_factor inline
2016-11-26 Jason Ekstrandanv/pipeline: Make the temp blend attachment state...
2016-11-26 Samuel Pitoisetgm107/ir: optimize 32-bit CONST load to mov
2016-11-26 Samuel Pitoisetgm107/ir: do not combine CONST loads
2016-11-26 Jason Ekstrandanv/device: Remove a bogus finishme comment
2016-11-25 Ben Widawskyi965: Enable fast clears for multi-lod
2016-11-25 Topi Pohjolaineni965: Allow single-sampled miptree to be resolved and...
2016-11-25 Topi Pohjolaineni965/gen8: Relax asserts prohibiting arrayed/mipmapped...
2016-11-25 Topi Pohjolaineni965: Use ISL for CCS layouts
2016-11-25 Topi Pohjolaineni965: Resolve non-compressed fast clears prior layered...
2016-11-25 Topi Pohjolaineni965: Restrict fast color clear on first slice only
2016-11-25 Topi Pohjolaineni965: Track fast color clear state in level/layer granu...
2016-11-25 Topi Pohjolaineni965: Move fast clear state enumeration into resolve map
2016-11-25 Topi Pohjolaineni965: Refactor check if color resolve is needed
2016-11-25 Topi Pohjolaineni965: Add plumbing for fast clear layer/level details
2016-11-25 Topi Pohjolaineni965: Add interface for checking multiple slices if...
2016-11-25 Topi Pohjolaineni965: Provide slice details to renderbuffer fast clear...
2016-11-25 Topi Pohjolaineni965: Split per miptree and per slice/level fast clear...
2016-11-25 Topi Pohjolaineni965: Provide slice details to color resolver
2016-11-25 Topi Pohjolaineni965: Add new interface for full color resolves
2016-11-25 Topi Pohjolaineni965: Refactor lossless compression state tracking
2016-11-25 Andres GomezRevert "glsl: allow layout qualifier overrides with...
2016-11-25 Andres GomezRevert "glsl: geom shader max_vertices layout must...
2016-11-25 Andres Gomezglsl: push layout-qualifier-name values from variable...
2016-11-25 Andres Gomezglsl: simplified error checking for duplicated layout...
2016-11-25 Andres Gomezglsl: simplified ast_type_qualifier::merge_into_[in...
2016-11-25 Andres Gomezglsl: ignore all but the rightmost layout qualifier...
2016-11-25 Andres Gomezglsl: refactor duplicated validations between 2 layout...
2016-11-25 Andres Gomezglsl: assert on incoherent point mode layout-id-qualifi...
2016-11-25 Andres Gomezglsl: remove unneeded check for incompatible primitive...
2016-11-25 Andres Gomezglsl: simplifies the merge of the default in layout...
2016-11-25 Andres Gomezglsl: split default in layout qualifier merge
2016-11-25 Andres Gomezglsl: split default out layout qualifier merge
2016-11-25 Andres Gomezglsl: merge layouts into the default one as the last...
2016-11-25 Andres Gomezglsl: ignore all but the rightmost layout-qualifier...
2016-11-25 Iago Toral Quirogaanv/state: if enabled, use anisotropic filtering also...
2016-11-25 Vedran Miletićclover: Restore support for LLVM <= 3.9.
2016-11-24 Vinson Leescons: Recognize LLVM_CONFIG environment variable.
2016-11-24 Bas Nieuwenhuizenradv: Don't generate radv_timestamp.h
2016-11-24 Dave Airlieradv: fix texel fetch offset with 2d arrays.
2016-11-24 Eduardo Lima Mitevmesa/getteximage: Add validation of target to glGetText...
2016-11-24 Eduardo Lima Mitevmain/texobj: Check that texture id > 0 before looking...
2016-11-24 Charmaine Leeutil: fix memory leak from the fragment shaders for...
2016-11-24 Kenneth Graunkei965: Always reserve clip distance VUE slots in SSO...
2016-11-24 Ilia Mirkinanv/gen7: only enable dual-source blending when there...
2016-11-24 Ilia Mirkinswr: clear every layer of the attached surfaces
2016-11-24 Ilia Mirkinswr: [rasterizer core] pipe renderTargetArrayIndex...
2016-11-24 Ilia Mirkinswr: [rasterizer core] clear data now comes in as float
2016-11-24 Ilia Mirkinswr: [rasterizer core] actually perform clear before...
2016-11-24 Kenneth Graunkei965: Fix a mistake from porting the URB allocation...
2016-11-24 Kenneth Graunkei965: Use 3DSTATE_CLIP's User Clip Distance Enable...
2016-11-23 Dave Airlieradv: fix flipped blits
2016-11-23 Dave Airlieradv/meta: just local vars for src/dst subresources.
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_draw_indirect_count
2016-11-23 Fredrik Höglundradv: add support for VK_AMD_negative_viewport_height
2016-11-23 Fredrik Höglundradv: add support for VK_KHR_sampler_mirror_clamp_to_edge
next