mapi: Improve the x86 tsd stubs performance.
[mesa.git] / src / gallium /
2019-10-29 Sagar Ghugeiris: Resolve stencil resource prior to copy or used...
2019-10-29 Sagar Ghugeiris: Prepare resources before stencil blit operation
2019-10-29 Sagar Ghugeiris: Prepare depth resource if clear_depth enable
2019-10-29 Sagar Ghugeiris: Prepare stencil resource before clear depth stencil
2019-10-29 Sagar Ghugeiris: Resolve stencil buffer lossless compression with...
2019-10-29 Sagar Ghugeintel: Track stencil aux usage on Gen12+
2019-10-29 Nanley Cheryiris: Allocate main and aux surfaces together
2019-10-29 Nanley Cheryiris: Determine aux offsets within configure_aux
2019-10-29 Nanley Cheryiris: Bail resource creation upon aux creation error
2019-10-29 Nanley Cheryiris: Drop iris_resource::aux::extra_aux::bo
2019-10-29 Duncan Hopkinszink: pass line width from rast_state to gfx_pipeline_s...
2019-10-29 Plamena Manolovairis: Implement new way for setting streamout buffers.
2019-10-29 Rob Clarkfreedreno/a6xx: add a618 support
2019-10-29 Rob Clarkfreedreno/a6xx: cleanup magic registers
2019-10-29 Rob Clarkfreedreno/a6xx: remove some left over dead code
2019-10-29 Krzysztof Raszkowskigallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
2019-10-29 Alyssa Rosenzweigpanfrost: Cleanup _shader_upper -> shader
2019-10-29 Marek Olšákwinsys/amdgpu: use the new GPU reset query
2019-10-29 Marek Olšákradeonsi: initialize shader compilers in threads on...
2019-10-29 Marek Olšákradeonsi: don't print diagnostic LLVM remarks and notes
2019-10-28 Eric Engestromloader: default to iris for all future PCI IDs
2019-10-28 Sagar Ghugeiris: Create resource with aux_usage MCS_CCS
2019-10-28 Sagar Ghugeiris: Get correct resource aux usage for copy
2019-10-28 Sagar Ghugeiris: Define MCS_CCS state transitions and usages
2019-10-28 Sagar Ghugeiris: Initialize CCS to fast clear while using with MCS
2019-10-28 Erik Faye-Lundzink: emulate optional depth-formats
2019-10-28 Erik Faye-Lundzink: error if VK_KHR_maintenance1 isn't supported
2019-10-28 Nanley Cheryiris: Disallow incomplete resource creation
2019-10-28 Nanley Cheryiris: Don't leak the resource for unsupported modifier
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS sampling
2019-10-28 Nanley Cheryiris: Start using blorp_can_hiz_clear_depth()
2019-10-28 Nanley Cheryiris: Enable HIZ_CCS in depth buffer instructions
2019-10-28 Nanley Cheryiris: Define initial HIZ_CCS state and transitions
2019-10-28 Nanley Cheryiris: Create an unusable secondary aux surface
2019-10-28 Nanley Cheryiris: Don't guess the aux_usage
2019-10-28 Nanley Cheryintel: Support HIZ_CCS in isl_surf_get_ccs_surf
2019-10-28 Nanley Cheryiris: Clear ::has_hiz when disabling aux
2019-10-28 Nanley Cheryiris: Allow for non-Y-tiled aux allocation
2019-10-28 Nanley Cheryiris: Don't assume CCS_E includes CCS_D
2019-10-28 Nanley Cheryiris: Drop support for I915_FORMAT_MOD_Y_TILED_CCS...
2019-10-28 Plamena Manolovairis: Add support for depth bounds testing.
2019-10-28 Timothy Arceriutil: remove LIST_IS_EMPTY macro
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_DELINIT macro
2019-10-28 Timothy Arceriutil: remove LIST_REPLACE macro
2019-10-28 Timothy Arceriutil: remove LIST_ADD macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-28 Erik Faye-Lundzink: simplify gl-to-vulkan lowering
2019-10-28 Erik Faye-Lundzink/spirv: more complete sampler-dim handling
2019-10-28 Erik Faye-Lundzink: fixup scissoring
2019-10-28 Duncan Hopkinszink: limited uniform buffer size so the limits is...
2019-10-28 Erik Faye-Lundzink: do not set lineWidth to invalid value
2019-10-28 Erik Faye-Lundzink: pass screen to zink_create_gfx_pipeline
2019-10-28 Duncan Hopkinszink: respect ubo buffer alignment requirement
2019-10-28 Duncan Hopkinszink: fix line-width calculation
2019-10-28 Erik Faye-Lundzink: fixup return-value
2019-10-28 Erik Faye-Lundzink: refactor blitting
2019-10-28 Erik Faye-Lundzink: implement resource_from_handle
2019-10-28 Erik Faye-Lundzink: use VK_FORMAT_B8G8R8A8_UNORM for PIPE_FORMAT_B8G8...
2019-10-28 Erik Faye-Lundzink: do not set VK_IMAGE_CREATE_2D_ARRAY_COMPATIBLE_BI...
2019-10-28 Erik Faye-Lundzink/spirv: alias var0 on tex0 etc instead
2019-10-28 Erik Faye-Lundzink: lower two-sided coloring
2019-10-28 Erik Faye-Lundzink/spirv: alias generic varyings on non-generic ones
2019-10-28 Erik Faye-Lundzink/spirv: implement load_front_face
2019-10-28 Erik Faye-Lundzink/spirv: fixup b2i32
2019-10-28 Erik Faye-Lundzink: do not lower bools to float
2019-10-28 Erik Faye-Lundzink/spirv: prepare for 1-bit booleans
2019-10-28 Erik Faye-Lundzink/spirv: fixup b2i32 and implement b2f32
2019-10-28 Erik Faye-Lundzink/spirv: clean up get_[fu]vec_constant
2019-10-28 Erik Faye-Lundzink/spirv: inline get_uvec_constant into emit_load_const
2019-10-28 Erik Faye-Lundzink/spirv: add emit_uint_const-helper
2019-10-28 Erik Faye-Lundzink/spirv: add emit_bitcast-helper
2019-10-28 Erik Faye-Lundzink/spirv: use bit_size instead of hard-coding
2019-10-28 Erik Faye-Lundzink/spirv: implement emit_float_const helper
2019-10-28 Erik Faye-Lundzink/spirv: implement emit_select helper
2019-10-28 Erik Faye-Lundzink/spirv: implement b2i32
2019-10-28 Erik Faye-Lundzink/spirv: implement bitwise ops
2019-10-28 Erik Faye-Lundzink/spirv: implement bcsel
2019-10-28 Erik Faye-Lundzink/spirv: assert bit-size
2019-10-28 Erik Faye-Lundzink/spirv: implement f2b1
2019-10-28 Erik Faye-Lundzink/spirv: use ordered compares
2019-10-28 Erik Faye-Lundzink: lower point-size
2019-10-28 Erik Faye-Lundzink: add missing sRGB DXT-formats
2019-10-28 Erik Faye-Lundzink: disable PIPE_CAP_QUERY_TIME_ELAPSED for now
2019-10-28 Erik Faye-Lundzink: support shadow-samplers
2019-10-28 Erik Faye-Lundzink: fix rendering to 3D-textures
2019-10-28 Erik Faye-Lundzink: initialize nr_samples for pipe_surface
2019-10-28 Erik Faye-Lundzink: use primconvert to get rid of 8-bit indices
2019-10-28 Erik Faye-Lundzink: also accept txl
2019-10-28 Erik Faye-LundHACK: zink: suspend / resume queries on batch-boundaries
2019-10-28 Erik Faye-Lundzink: move set_active_query_state-stub to zink_query.c
2019-10-28 Erik Faye-Lundzink: disable timestamp-queries
2019-10-28 Erik Faye-Lundzink: fixup boolean queries
2019-10-28 Erik Faye-Lundzink/spirv: support vec1 coordinates
2019-10-28 Erik Faye-Lundzink: do not use both depth and stencil aspects for...
2019-10-28 Erik Faye-Lundzink/spirv: always enable Sampled1D for fragment shaders
2019-10-28 Erik Faye-Lundzink: add note about enabling PIPE_CAP_CLIP_HALFZ
2019-10-28 Erik Faye-Lundzink: don't crash when setting rast-state to NULL
next