mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
[mesa.git] / src / intel /
2019-11-18 Iván Brianointel/compiler: Don't change hstride if not needed
2019-11-18 Jason Ekstrandanv: Emit a NULL vertex for zero base_vertex/instance
2019-11-18 Jason Ekstrandanv: Use an anv_state for the next binding table
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindPipeline
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindDescriptorSets
2019-11-18 Jason Ekstrandanv: Use a switch statement for binding table setup
2019-11-18 Jason Ekstrandanv: Rework push constant handling
2019-11-18 Jason Ekstrandanv: Re-arrange push constant data a bit
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-18 Jason Ekstrandanv: Pre-compute push ranges for graphics pipelines
2019-11-18 Jason Ekstrandanv: Stop bounds-checking pushed UBOs
2019-11-18 Jason Ekstrandanv: Delete dead shader constant pushing code
2019-11-18 Jason Ekstrandanv: Flatten descriptor bindings in anv_nir_apply_pipel...
2019-11-18 Jason Ekstrandanv: Input attachments are always single-plane
2019-11-18 Jason Ekstrandgenxml: Mark everything in genX_pack.h always_inline
2019-11-18 Jason Ekstrandanv/pipeline: Assume layout != NULL
2019-11-18 Italo Nicolaintel/compiler: remove old comment
2019-11-15 Lionel Landwerlinintel/perf: add EHL performance query support
2019-11-15 Lionel Landwerlinintel/dev: flag the Elkhart Lake platform
2019-11-14 Danylo Piliaievintel/fs: Do not lower large local arrays to scratch...
2019-11-13 Paulo Zanoniintel/compiler: fix nir_op_{i,u}*32 on ICL
2019-11-13 Caio Marcelo de... anv: Initialize depth_bounds_test_enable when not expli...
2019-11-12 Rafael Antognollianv: Use mocs settings from isl_dev.
2019-11-12 Rafael Antognolliintel/isl: Add MOCS settings to isl_device.
2019-11-12 Danylo Piliaievintel/blorp: Fix usage of uninitialized memory in key...
2019-11-11 Lionel Landwerlinanv: implement VK_KHR_timeline_semaphore
2019-11-11 Jason Ekstrandanv: Plumb timeline semaphore signal/wait values throug...
2019-11-11 Lionel Landwerlinanv/wsi: signal the semaphore in the acquireNextImage
2019-11-11 Jason Ekstrandanv: Lock around fetching sync file FDs from semaphores
2019-11-11 Lionel Landwerlinanv: prepare the driver for delayed submissions
2019-11-11 Lionel Landwerlinanv: refcount semaphores
2019-11-11 Lionel Landwerlinanv: prepare driver to report submission error through...
2019-11-11 Lionel Landwerlinanv: allow NULL batch parameter to anv_queue_submit_sim...
2019-11-11 Lionel Landwerlinanv: move queue init/finish to anv_queue.c
2019-11-11 Lionel Landwerlinanv: expose timeout helpers outside of anv_queue.c
2019-11-11 Lionel Landwerlinanv: detach batch emission allocation from device
2019-11-11 Lionel Landwerlinanv: remove list items on batch fini
2019-11-11 Lionel Landwerlinanv: invalidate file descriptor of semaphore sync fd...
2019-11-11 Jason Ekstrandintel/fs: Lower large local arrays to scratch
2019-11-11 Jason Ekstrandintel/fs: Implement the new load/store_scratch intrinsics
2019-11-11 Jason Ekstrandintel/nir: Plumb devinfo through lower_mem_access_bit_sizes
2019-11-11 Jason Ekstrandintel/fs: refactor surface header setup
2019-11-11 Jason Ekstrandintel/fs: Add DWord scattered read/write opcodes
2019-11-11 Jason Ekstrandintel/nir: Use nir_extract_bits in lower_mem_access_bit...
2019-11-11 Ricardo Garciaanv: Unify GetDeviceQueue and GetDeviceQueue2
2019-11-07 Kenneth GraunkeRevert "intel/blorp: Fix usage of uninitialized memory...
2019-11-07 Danylo Piliaievintel/blorp: Fix usage of uninitialized memory in key...
2019-11-07 Kai Wasserbächintel/gen_decoder: Fix unused-but-set-variable warning
2019-11-06 Lionel Landwerlinanv: implement VK_KHR_separate_depth_stencil_layouts
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Paulo Zanoniintel/compiler: remove the operand restriction for...
2019-11-04 Lionel Landwerlinanv: Properly handle host query reset of performance...
2019-11-01 Erik Faye-Lundanv: remove incorrect polygonMode=point early-out
2019-10-31 Jason Ekstrandanv: Move the RT BTI flush workaround to begin_subpass
2019-10-31 Jason Ekstrandanv: Stop compacting render targets in the binding...
2019-10-31 Jason Ekstrandanv: Don't claim the null RT as a valid color target
2019-10-31 Jason Ekstrandanv: Don't delete fragment shaders that write sample...
2019-10-31 Jason Ekstrandanv: Use the new BO alloc API for Android
2019-10-31 Eric Engestromanv: add missing xmlconfig headers dependency
2019-10-31 Jason Ekstrandanv: Zero released anv_bo structs
2019-10-31 Jason Ekstrandanv: Use a bitset for tracking residency
2019-10-31 Jason Ekstrandanv: Set the batch allocator for compute pipelines
2019-10-31 Jason Ekstrandanv: Add a device parameter to anv_execbuf_add_bo
2019-10-31 Jason Ekstrandanv: Drop anv_bo_init and anv_bo_init_new
2019-10-31 Jason Ekstrandanv: Allocate misc BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate scratch BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Allocate descriptor buffers from the BO cache
2019-10-31 Jason Ekstrandanv: Set more flags on descriptor pool buffers
2019-10-31 Jason Ekstrandanv: Allocate query pool BOs from the cache
2019-10-31 Jason Ekstrandanv: Use the query_slot helper in vkResetQueryPoolEXT
2019-10-31 Jason Ekstrandanv: Allocate block pool BOs from the cache
2019-10-31 Jason Ekstrandanv/tests: Initialize the BO cache and device mutex
2019-10-31 Jason Ekstrandanv/tests: Zero-initialize instances
2019-10-31 Jason Ekstrandanv: Choose BO flags internally in anv_block_pool
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Use anv_block_pool_foreach_bo in get_bo_from_pool
2019-10-31 Jason Ekstrandanv: Rework anv_block_pool_expand_range
2019-10-31 Jason Ekstrandanv: Fix a potential BO handle leak
2019-10-31 Jason Ekstrandanv: Handle state pool relocations using "wrapper" BOs
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-10-31 Jason Ekstrandanv: Inline anv_block_pool_get_bo
2019-10-31 Jason Ekstrandanv: Declare the bo in the anv_block_pool_foreach_bo...
2019-10-31 Jason Ekstrandanv: Stop storing the GEM handle in anv_reloc_list_add
2019-10-31 Jason Ekstrandanv: Fix a relocation race condition
2019-10-31 Jason Ekstrandanv: Use a util_sparse_array for the GEM handle ->...
2019-10-31 Jason Ekstrandanv: Move refcount to anv_bo
2019-10-31 Lionel Landwerlinintel/perf: fix Android build
2019-10-31 Bas Nieuwenhuizenanv: Remove _mesa_locale_init/fini calls.
2019-10-31 Lionel Landwerlinintel/perf: add TGL support
2019-10-31 Ian Romanickintel/compiler: Report the number of non-spill/fill...
2019-10-30 Lionel Landwerlinintel/dev: set default num_eu_per_subslice on gen12
2019-10-30 Jordan Justenintel/eu/validate/gen12: Add TGL to eu_validate tests.
2019-10-30 Jordan Justenintel/dev: Add preliminary device info for Tigerlake
2019-10-30 Lionel Landwerlinintel/dump_gpu: handle context create extended ioctl
2019-10-30 Rafael Antognollianv: Add Tile Cache Flush for Unified Cache.
2019-10-30 Rafael Antognolliblorp: Add Tile Cache Flush for Unified Cache.
2019-10-30 Jordan Justenintel/genxml: Add gen12 tile cache flush bit
2019-10-30 Rafael Antognollianv: Align fast clear color state buffer to a page.
next