summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: add release notes for 19.1.3mesa-19.1.3Juan A. Suarez Romero2019-07-231-0/+191
* Update version to 19.1.3Juan A. Suarez Romero2019-07-231-1/+1
* radv: fix crash in shader tracing.Dave Airlie2019-07-193-3/+8
* radv: fix VGT_GS_MODE if VS uses the primitive IDSamuel Pitoiset2019-07-191-2/+5
* anv: fix alphaToCoverage when there is no color attachmentSamuel Iglesias Gonsálvez2019-07-181-10/+33
* anv: fix format mapping for depth/stencil formatsLionel Landwerlin2019-07-181-0/+3
* virgl: Set meta data for textures from handle.Lepton Wu2019-07-181-0/+1
* radv: Only save the descriptor set if we have one.Bas Nieuwenhuizen2019-07-181-1/+1
* anv: report timestampComputeAndGraphics trueLionel Landwerlin2019-07-181-1/+1
* vulkan/wsi: update swapchain status on vkQueuePresentLionel Landwerlin2019-07-181-0/+21
* nir/loop_analyze: Properly handle swizzles in loop conditionsJason Ekstrand2019-07-181-140/+149
* nir: Add some helpers for chasing SSA values properlyJason Ekstrand2019-07-181-0/+79
* nir/loop_analyze: Refactor detection of limit varsJason Ekstrand2019-07-181-54/+51
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* nir/regs_to_ssa: Handle regs in phi sources properlyJason Ekstrand2019-07-171-2/+32
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-171-0/+2
* anv: Account for dynamic stencil write disables in the PMA fixJason Ekstrand2019-07-171-0/+2
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-171-0/+14
* spirv: Fix stride calculation when lowering Workgroup to offsetsCaio Marcelo de Oliveira Filho2019-07-161-1/+1
* nir,intel: Add support for lowering 64-bit nir_opt_extract_*Jason Ekstrand2019-07-163-1/+41
* nir/opt_if: Clean up single-src phis in opt_if_loop_terminatorJason Ekstrand2019-07-163-0/+16
* anv: Add android dependencies on android.Bas Nieuwenhuizen2019-07-161-0/+1
* anv: fix crash in vkCmdClearAttachments with unused attachmentLionel Landwerlin2019-07-161-3/+3
* meson: Add dep_thread dependency.Vinson Lee2019-07-151-0/+1
* freedreno: Fix assertion failures in context setup in shader-db mode.Eric Anholt2019-07-154-0/+4
* anv: Fix pool allocator when first alloc needs to growCaio Marcelo de Oliveira Filho2019-07-153-3/+71
* mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri2019-07-151-0/+4
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-151-0/+2
* nir/loop_analyze: Bail if we encounter swizzlesJason Ekstrand2019-07-151-0/+22
* nir/loop_analyze: Handle bit sizes correctly in calculate_iterationsJason Ekstrand2019-07-151-27/+48
* nir: Add more helpers for working with const valuesJason Ekstrand2019-07-152-0/+135
* nir/loop_analyze: Fix phi-of-identical-alu detectionJason Ekstrand2019-07-151-26/+29
* nir/instr_set: Expose nir_instrs_equal()Jason Ekstrand2019-07-152-59/+62
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-07-153-11/+13
* radeonsi: don't set READ_ONLY for const_uploader to fix bindless texture hangsMarek Olšák2019-07-101-3/+1
* vulkan/overlay: fix crash on freeing NULL command bufferLionel Landwerlin2019-07-091-0/+4
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-091-0/+11
* nir: Use nir_src_bit_size instead of alu1->dest.dest.ssa.bit_sizeIan Romanick2019-07-092-1/+218
* nir: Add unit tests for nir_opt_comparison_preIan Romanick2019-07-094-1/+334
* intel/vec4: Reswizzle VF immediates tooIan Romanick2019-07-091-1/+23
* anv: fix VkExternalBufferProperties for host allocationChia-I Wu2019-07-091-0/+10
* anv: fix VkExternalBufferProperties for unsupported handlesChia-I Wu2019-07-091-1/+7
* radv: Handle cmask being disallowed by addrlib.Bas Nieuwenhuizen2019-07-091-0/+5
* vulkan/overlay: fix command buffer statsLionel Landwerlin2019-07-091-0/+2
* docs: add sha256 checksums for 19.1.2Juan A. Suarez Romero2019-07-091-1/+1
* docs: add release notes for 19.1.2mesa-19.1.2Juan A. Suarez Romero2019-07-091-0/+194
* Update version to 19.1.2Juan A. Suarez Romero2019-07-091-1/+1
* iris: Use a uint16_t for key sizesJason Ekstrand2019-07-051-1/+1
* radv: Fix interactions between variable descriptor count and inline uniform b...Bas Nieuwenhuizen2019-07-041-1/+5
* intel: fix wrong format usageJuan A. Suarez Romero2019-07-041-1/+1