glx: add support for putimageshm2 path (v2)
[mesa.git] / src / intel /
2019-01-24 Matt Turnerintel/compiler: Reset default flag register in brw_find...
2019-01-22 Jason Ekstrandanv: Implement transform feedback queries
2019-01-22 Jason Ekstrandgenxml: Add SO_PRIM_STORAGE_NEEDED and SO_NUM_PRIMS_WRITTEN
2019-01-22 Jason Ekstrandanv: Implement CmdBegin/EndQueryIndexed
2019-01-22 Jason Ekstrandanv: Implement vkCmdDrawIndirectByteCountEXT
2019-01-22 Jason Ekstrandanv: Implement the basic form of VK_EXT_transform_feedback
2019-01-22 Jason Ekstrandanv: Add pipeline cache support for xfb_info
2019-01-22 Jason Ekstrandanv: Add but do not enable VK_EXT_transform_feedback
2019-01-22 Jason Ekstrandanv: Always emit at least one vertex element
2019-01-21 Jason Ekstrandanv/pipeline: Add a pdevice helper variable
2019-01-21 Jason Ekstrandanv: Only parse pImmutableSamplers if the descriptor...
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
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 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 Francisco Jerezintel/fs: Promote execution type to 32-bit when any...
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 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-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 Iago Toral Quirogaanv/device: fix maximum number of images supported
2019-01-17 Tapani Pällianv: do not advertise AHW support if extension not...
2019-01-14 Caio Marcelo de... src/intel: use new hash table and set creation helpers
2019-01-14 Jason Ekstrandanv: Implement VK_KHR_depth_stencil_resolve
2019-01-14 Jason Ekstrandanv: Move resolve_subpass to genX_cmd_buffer.c
2019-01-14 Jason Ekstrandanv/blorp: Refactor MSAA resolves into an exportable...
2019-01-14 Jason Ekstrandanv: Rename has_resolve to has_color_resolve
2019-01-14 Jason Ekstrandintel/blorp: Add two more filter modes
2019-01-14 Iago Toral Quirogaanv/pipeline_cache: free NIR shader cache
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2019-01-12 Jason Ekstrandintel/nir: Call nir_opt_deref in brw_nir_optimize
2019-01-11 Jason Ekstrandintel/peephole_ffma: Fix swizzle propagation
2019-01-11 Iago Toral Quirogaanv/pipeline_cache: fix incorrect guards for NIR cache
2019-01-11 Kenneth Graunkeblorp: Pass the batch to lookup/upload_shader instead...
2019-01-11 Kenneth Graunkeblorp: Add blorp_get_surface_address to the driver...
2019-01-11 Jason Ekstrandanv/pipeline: Cache the pre-lowered NIR
2019-01-11 Jason Ekstrandanv/pipeline_cache: Add support for caching NIR
2019-01-11 Jason Ekstrandanv/pipeline: Hash shader modules and spec constants...
2019-01-11 Jason Ekstrandanv/pipeline: Move wpos and input attachment lowering...
2019-01-10 Jason Ekstrandanv/pipeline: Constant fold after apply_pipeline_layout
2019-01-10 Tapani Pälliintel/isl: move tiled_memcpy static libs from i965...
2019-01-10 Matt Turneri965: Compile fp64 software routines and lower double-ops
2019-01-10 Matt Turnerintel/compiler: Heap-allocate temporary storage
2019-01-10 Matt Turnerintel/compiler: Expand size of the 'nr' field
2019-01-10 Matt Turnerintel/compiler: Prevent warnings in the following patch
2019-01-10 Matt Turnerintel/compiler: Rearrange code to avoid future problems
2019-01-10 Matt Turnerintel/compiler: Avoid false positive assertions
2019-01-10 Matt Turnerintel/compiler: Split 64-bit MOV-indirects if needed
2019-01-10 Matt Turnerintel/compiler: Lower 64-bit MOV/SEL operations
2019-01-09 Francisco Jerezintel/fs: Remove FS_OPCODE_UNPACK_HALF_2x16_SPLIT opcodes.
2019-01-09 Francisco Jerezintel/fs: Remove nasty open-coded CHV/BXT 64-bit workar...
2019-01-09 Francisco Jerezintel/fs: Remove existing lower_conversions pass.
2019-01-09 Francisco Jerezintel/fs: Introduce regioning lowering pass.
2019-01-09 Francisco Jerezintel/fs: Constify fs_inst::can_do_source_mods().
2019-01-09 Francisco Jerezintel/fs: Respect CHV/BXT regioning restrictions in...
2019-01-09 Francisco Jerezintel/eu/gen7: Fix brw_MOV() with DF destination and...
2019-01-09 Francisco Jerezintel/fs: Fix bug in lower_simd_width while splitting...
2019-01-09 Francisco Jerezintel/fs: Implement quad swizzles on ICL+.
2019-01-09 Francisco Jerezintel/fs: Handle source modifiers in lower_integer_mult...
2019-01-09 Andrii Simiklitanv/pipeline: remove unnecessary null-pointer check
2019-01-08 Eric Engestromanv: drop unneeded KHR suffix
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-08 Lionel Landwerlinanv: flush fast clear colors into compressed surfaces
2019-01-08 Lionel Landwerlinanv: explictly specify format for blorp ccs/mcs op
2019-01-08 Jason Ekstrandanv: Sort properties and features switch statements
2019-01-08 Jason Ekstrandspirv: Sort supported capabilities
2019-01-08 Jason Ekstrandanv: Enable the new deref-based UBO/SSBO path
2019-01-08 Jason Ekstrandspirv: Add support for using derefs for UBO/SSBO access
2019-01-08 Jason Ekstrandspirv: Add explicit pointer types
2019-01-08 Jason Ekstrandnir: Move propagation of cast derefs to a new nir_opt_d...
2019-01-08 Jason Ekstrandglsl_type: Add support for explicitly laid out matrices...
2019-01-08 Jason Ekstrandanv/apply_pipeline_layout: Set the cursor in lower_res_...
2019-01-07 Bas Nieuwenhuizenanv/android: Do not reject storage images.
2019-01-04 Jason Ekstrandintel/blorp: Be more conservative about copying clear...
2019-01-04 Lionel Landwerlinintel/blorp: emit VF caching workaround before 3DSTATE_...
next