summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-26vc4: Use NEON to speed up utile stores on Pi2+.cros-mesa-17.1.0-r2-vanillacros-mesa-17.1.0-r1-vanillachadv/cros-mesa-17.1.0-r2-vanillachadv/cros-mesa-17.1.0-r1-vanillaEric Anholt1-5/+50
2017-01-26vc4: Use NEON to speed up utile loads on Pi2.Eric Anholt3-18/+115
2017-01-26vc4: Move LT tiling code to a separate file.Eric Anholt4-80/+122
2017-01-26vc4: Use unreachable() in an unreachable codepath for tiling.Eric Anholt1-4/+2
2017-01-26gallium/radeon: add VRAM-vis-usage HUD querySamuel Pitoiset5-0/+14
2017-01-26gallium/radeon: query the CPU accessible size of VRAMSamuel Pitoiset4-1/+13
2017-01-26mesa: Arrange validate_uniform_parameters parameters to match call sitesIan Romanick1-11/+11
2017-01-26mesa: Arrange _mesa_uniform parameters to match the call sitesIan Romanick3-106/+102
2017-01-26mesa: Arrange _mesa_uniform_matrix parameters to match the call sitesIan Romanick3-64/+71
2017-01-26mesa: Trivial clean-ups in uniform_query.cppIan Romanick1-8/+4
2017-01-26spirv: handle undefined components for OpVectorShuffleLionel Landwerlin1-15/+38
2017-01-26spirv: handle OpUndef as part of the variable parsing passLionel Landwerlin2-0/+7
2017-01-26anv: fix descriptor pool internal size allocationLionel Landwerlin1-4/+4
2017-01-26i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke2-11/+7
2017-01-26i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke1-1/+1
2017-01-26anv/lower_input_attachments: honor sample index parameter to subpassLoad()Iago Toral Quiroga1-4/+1
2017-01-25i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke1-0/+12
2017-01-25anv: Implement VK_KHR_get_physical_device_properties2Chad Versace3-0/+161
2017-01-25anv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()Chad Versace1-9/+17
2017-01-25anv: Refactor anv_GetPhysicalDeviceFormatProperties()Chad Versace1-28/+49
2017-01-25anv: Revive struct anv_commonChad Versace1-0/+5
2017-01-25anv: Define macro anv_debug()Chad Versace1-0/+2
2017-01-25mesa: Fix copy-and-paste bug in _mesa_(Program|)Uniform[1234](i|ui)64vARB fun...Ian Romanick1-16/+16
2017-01-25spirv: bump headers to SPIRV 1.1Lionel Landwerlin3-9/+86
2017-01-25spirv: add default handler for new enumsLionel Landwerlin2-0/+15
2017-01-25spirv: fix typosLionel Landwerlin1-3/+3
2017-01-25anv: set command buffer to NULL when allocations failLionel Landwerlin1-1/+4
2017-01-25vulkan/wsi: Lower the maximum image sizesJason Ekstrand2-2/+4
2017-01-25vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetPresentModesJason Ekstrand1-3/+5
2017-01-25vulkan/wsi/wayland: Handle VK_INCOMPLETE for GetFormatsJason Ekstrand1-7/+9
2017-01-25swr: Update fs texture & sampler state logicGeorge Kyriazis1-2/+5
2017-01-25gallium/radeon: add a new HUD query for the number of mapped buffersSamuel Pitoiset9-0/+18
2017-01-25spirv: handle gl_SampleMaskIago Toral Quiroga1-2/+6
2017-01-25spirv: acknowledge multisampled input attachmentsIago Toral Quiroga1-3/+8
2017-01-25radv: program a default point size.Dave Airlie1-1/+2
2017-01-24radeonsi: handle first_non_void correctly in si_create_vertex_elementsMarek Olšák1-3/+3
2017-01-24st/mesa: destroy pipe_context before destroying st_context (v2)Marek Olšák1-6/+7
2017-01-25nir: bump loop max unroll limitTimothy Arceri1-1/+1
2017-01-25glsl: lower constant arrays to uniform arrays before optimisation loopTimothy Arceri1-13/+26
2017-01-24mesa: Don't advertise GL_OES_read_format in core profileIan Romanick1-1/+1
2017-01-24docs: fix incorrect link to 12.0.6 release notesBrian Paul1-1/+1
2017-01-24anv: Expose VK_KHR_maintenance1Jason Ekstrand1-1/+5
2017-01-24anv: Return better errors from AllocateDescriptorSetsJason Ekstrand1-2/+7
2017-01-24anv: Allow selecting the slice of a 3D imageJason Ekstrand1-1/+1
2017-01-24anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHRJason Ekstrand1-1/+13
2017-01-24anv: Add trivial support for TrimCommandPoolKHRJason Ekstrand1-0/+8
2017-01-24anv: Set viewport extents correctly when height is negativeJason Ekstrand1-2/+2
2017-01-24vulkan: Don't install vk_platform.h or vulkan.h.Matt Turner1-3/+5
2017-01-24glsl: fix compile errors with mingw due to missing PRIx64 definitionsRoland Scheidegger2-0/+4
2017-01-24gallivm: don't try to use fast rcp for fdivRoland Scheidegger1-1/+3