mesa.git
2019-01-21 Karol Herbstvtn: handle SpvExecutionModelKernel
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-21 Jason Ekstrandanv/pipeline: Add a pdevice helper variable
2019-01-21 Jason Ekstrandrelnotes: Add newly added Vulkan extensions
2019-01-21 Jason Ekstrandanv: Only parse pImmutableSamplers if the descriptor...
2019-01-21 Rhys Perryradv: prevent dirtying of dynamic state when it does...
2019-01-21 Rhys Perryradv: avoid context rolls when binding graphics pipelines
2019-01-21 Rhys Perryradv: add missed situations for scissor bug workaround
2019-01-21 Rhys Perryradv: pass radv_draw_info to radv_emit_draw_registers()
2019-01-21 Jonathan Marekfreedreno: a2xx: sysmem rendering
2019-01-21 Jonathan Marekfreedreno: a2xx: fix non-zero texture base offsets
2019-01-21 Jonathan Marekfreedreno: a2xx: fix VERTEX_REUSE/DEALLOC on a20x
2019-01-21 Jonathan Marekfreedreno: a2xx: fix gmem2mem viewport
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup REG_A2XX_PA_CL_VTE_CNTL
2019-01-21 Jonathan Marekfreedreno: a2xx: cleanup init_shader_const
2019-01-20 Karol Herbstnir: add bit_size parameter to system values with multi...
2019-01-20 Karol Herbstnir: add legal bit_sizes to intrinsics
2019-01-20 Karol Herbstnir/validate: allow to check against a bitmask of bit_sizes
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2019-01-20 Karol Herbstglsl/lower_output_reads: set invariant and precise...
2019-01-20 Rhys Kiddnv50,nvc0: add missing CAPs for unsupported features
2019-01-19 Karol Herbstnir/spirv: handle SpvStorageClassCrossWorkgroup
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
2019-01-19 Karol Herbstnir: rename nir_var_ssbo to nir_var_mem_ssbo
2019-01-19 Karol Herbstnir: rename nir_var_ubo to nir_var_mem_ubo
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-19 Karol Herbstnir: rename nir_var_private to nir_var_shader_temp
2019-01-19 Lionel Landwerlinintel/genxml: add missing MI_PREDICATE compare operations
2019-01-19 Lionel Landwerlinanv: document cache flushes & invalidations
2019-01-19 Lionel Landwerlinanv: narrow flushing of the render target to buffer...
2019-01-19 Timothy Arceriglsl: be much more aggressive when skipping shader...
2019-01-19 Francisco Jerezintel/fs: Promote execution type to 32-bit when any...
2019-01-18 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for arrays
2019-01-18 Timothy ArceriRevert "glsl: be much more aggressive when skipping...
2019-01-18 Kristian H... freedreno/a6xx: Turn on texture tiling by default
2019-01-18 Kristian H... freedreno: Synchronize batch and flush for staging...
2019-01-18 Timothy Arceriglsl: be much more aggressive when skipping shader...
2019-01-18 Timothy Arceriglsl: don't skip GLSL IR opts on first-time compiles
2019-01-18 Caio Marcelo... nir: check NIR_SKIP to skip passes by name
2019-01-18 Danylo Piliaievanv: Implement VK_EXT_conditional_rendering for gen...
2019-01-18 Danylo Piliaievanv: Implement VK_KHR_draw_indirect_count for gen 7+
2019-01-18 Dylan Bakerbin/meson-cmd-extract: Also handle cross and native...
2019-01-18 Jason Ekstrandanv: Re-sort the extensions list
2019-01-18 Jason Ekstrandintel/fs: Don't touch accumulator destination while...
2019-01-18 Jason Ekstrandintel/eu: Stop overriding exec sizes in send_indirect_m...
2019-01-18 Samuel Pitoisetradv: initialize the per-queue descriptor BO only once
2019-01-18 Samuel Pitoisetradv: do not write unused descriptors to the per-queue BO
2019-01-18 Samuel Pitoisetradv: reduce size of the per-queue descriptor BO
2019-01-18 Samuel Pitoisetradv: drop unused code related to 16 sample locations
2019-01-18 Karol Herbstgm107/ir: disable TEXS for tex with derivAll set
2019-01-18 Karol Herbstnv50/ir: disable tryCollapseChainedMULs in ConstantFold...
2019-01-17 Bas Nieuwenhuizennir: Account for atomics in copy propagation.
2019-01-17 Rafael Antognollianv/tests: Adding test for the state_pool padding.
2019-01-17 Rafael Antognollianv/allocator: Add support for non-userptr.
2019-01-17 Rafael Antognollianv: Remove state flush.
2019-01-17 Rafael Antognollianv/allocator: Enable snooping on block pool and anv_bo...
2019-01-17 Rafael Antognollianv/allocator: Add padding information.
2019-01-17 Rafael Antognollianv/allocator: Rework chunk return to the state pool.
2019-01-17 Rafael Antognollianv: Remove some asserts.
2019-01-17 Rafael Antognollianv: Validate the list of BOs from the block pool.
2019-01-17 Rafael Antognollianv: Split code to add BO dependencies to execbuf.
2019-01-17 Rafael Antognollianv/allocator: Add support for a list of BOs in block...
2019-01-17 Rafael Antognollianv: Update usage of block_pool->bo.
2019-01-17 Rafael Antognollianv/allocator: Remove pool->map.
2019-01-17 Rafael Antognollianv/allocator: Rename anv_free_list2 to anv_free_list.
2019-01-17 Rafael Antognollianv/allocator: Remove anv_free_list.
2019-01-17 Rafael Antognollianv/allocator: Use anv_state_table on back_alloc too.
2019-01-17 Rafael Antognollianv/allocator: Use anv_state_table on anv_state_pool_alloc.
2019-01-17 Rafael Antognollianv/allocator: Add helper to push states back to the...
2019-01-17 Rafael Antognollianv/allocator: Add getter for anv_block_pool.
2019-01-17 Rafael Antognollianv/allocator: Add anv_state_table.
2019-01-17 Rafael Antognollianv/tests: Fix block_pool_no_free test.
2019-01-17 Lionel Landwerlinanv: fix invalid binding table index computation
2019-01-17 Eric Engestromdocs: explain how to see what meson options exist
2019-01-17 Emil Velikovdocs: update calendar, add news item and link release...
2019-01-17 Emil Velikovdocs: add sha256 checksums for 18.3.2
2019-01-17 Emil Velikovdocs: add release notes for 18.3.2
2019-01-17 Iago Toral... anv/device: fix maximum number of images supported
2019-01-17 Tapani Pällianv: do not advertise AHW support if extension not...
2019-01-17 Eric Anholtvc4: Don't leak the GPU fd for renderonly usage.
2019-01-17 Eric Anholtv3d: Don't leak the GPU fd for renderonly usage.
2019-01-17 Eric Anholtv3d: Restructure RO allocations using resource_from_handle.
2019-01-17 Eric Anholtv3d: If the modifier is not known on BO import, default...
2019-01-16 Timothy Arceriac/nir_to_llvm: add support for structs to get_sampler_...
2019-01-16 Timothy Arceriac/nir_to_llvm: fix regression in bindless support
2019-01-16 Timothy Arceriradeonsi/nir: get correct type for images inside structs
2019-01-16 Timothy Arceriac/nir_to_llvm: fix type handling in image code
2019-01-16 Rhys Perryradv: use dithered alpha-to-coverage
2019-01-16 Alok Hotaswr/rast: Store cached files in multiple subdirs
2019-01-16 Alok Hotaswr/rast: New execution engine per JIT
2019-01-16 Alok Hotaswr/rast: Scope MEM_CLIENT enum for mem usages
2019-01-16 Alok Hotaswr/rast: Unaligned and translations in gathers
2019-01-16 Alok Hotaswr/rast: partial support for Tiled Resources
2019-01-16 Alok Hotaswr/rast: Add annotator to interleave isa text
2019-01-16 Alok Hotaswr/rast: Use gfxptr_t value in JitGatherVertices
2019-01-16 Gert Wollnyautotools: Deprecate the use of autotools
2019-01-16 Dylan Bakermeson: allow building dri driver without window system...
2019-01-16 Bruce Cherniakgallium/swr: Fix multi-context sync fence deadlock.
2019-01-16 Samuel Pitoisetac/nir: don't trash L1 caches for store operations...
2019-01-16 Kenneth Graunkest/mesa: Optionally override RGB/RGBX dst alpha blend...
next