meson: Remove various completed todos
[mesa.git] / src / intel /
2018-06-13 Jason EkstrandRevert "intel/compiler: Properly consider UBO loads...
2018-06-13 Kenneth Graunkeintel/compiler: Properly consider UBO loads that cross...
2018-06-12 Mauro Rossianv/android: Use an address for each anv_image plane
2018-06-12 Mauro Rossianv/android: Set the BO flags in bo_cache_import (v2)
2018-06-11 Kenneth Graunkeanv: Disable __gen_validate_value if NDEBUG is set.
2018-06-08 Gustavo Lima Chavesanv: enable VK_EXT_shader_stencil_export
2018-06-07 Jason Ekstrandintel/isl: Add bounds-checking assertions for the forma...
2018-06-07 Jason Ekstrandintel/isl: Add bounds-checking assertions in isl_format...
2018-06-07 Jason Ekstrandanv: Set fence/semaphore types to NONE in impl_cleanup
2018-06-07 Kenneth Graunkeintel/blorp: Emit VF cache invalidates for 48-bit bugs...
2018-06-06 Jason Ekstrandintel/blorp: Don't vertex fetch directly from clear...
2018-06-05 Jason Ekstrandintel/eu: Use a struct copy instead of a memcpy
2018-06-05 Scott D Phillipsintel/tools: add intel_sanitize_gpu to EXTRA_DIST
2018-06-05 Lionel Landwerlinanv: intel: add softpin flag on imported BOs
2018-06-04 Jason Ekstrandintel/eu: Switch to a logical state stack
2018-06-04 Jason Ekstrandintel/eu: Set flag [sub]register number differently...
2018-06-04 Jason Ekstrandintel/eu: Copy fields manually in brw_next_insn
2018-06-04 Jason Ekstrandintel/eu: Add some brw_get_default_ helpers
2018-06-01 Jason Ekstrandanv: Don't even bother processing relocs if we have...
2018-06-01 Jason Ekstrandanv: Refactor reloc handling in execbuf_add_bo
2018-06-01 Jason Ekstrandanv: Assert that the kernel leaves pinned BO addresses...
2018-06-01 Scott D Phillipsanv: Soft-pin everything else
2018-06-01 Scott D Phillipsanv: Soft-pin batch buffers
2018-06-01 Jason Ekstrandanv/batch_chain: Simplify secondary batch return chaining
2018-06-01 Jason Ekstrandanv/batch_chain: Call batch_bo_finish at the end of...
2018-06-01 Jason Ekstrandanv: Soft-pin client-allocated memory
2018-06-01 Jason Ekstrandanv/allocator: Support softpin in the BO cache
2018-06-01 Jason Ekstrandanv/allocator: Set the BO flags in bo_cache_alloc/import
2018-06-01 Scott D Phillipsanv: For pinned BOs, skip relocations, but track bo...
2018-06-01 Scott D Phillipsanv: Use a separate pool for binding tables when soft...
2018-06-01 Scott D Phillipsanv: Soft-pin state pools
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-05-31 Scott D Phillipsanv/blorp: Write relocated values into surface states
2018-05-31 Jason Ekstrandanv: Use an address for each anv_image plane
2018-05-31 Jason Ekstrandanv/cmd_buffer: Rework surface relocation helpers
2018-05-31 Jason Ekstrandanv: Use an anv_address in anv_buffer
2018-05-31 Jason Ekstrandanv/cmd_buffer: Use anv_address for handling indirect...
2018-05-31 Jason Ekstrandanv: Use an anv_address in anv_buffer_view
2018-05-31 Jason Ekstrandanv: Use full anv_addresses in anv_surface_state
2018-05-31 Jason Ekstrandanv: Add some anv_address helpers
2018-05-31 Scott D Phillipsanv: Add vma_heap allocators in anv_device
2018-05-31 Jason Ekstrandintel/common: Add an address de-canonicalization helper
2018-05-29 Francisco Jerezintel/fs: Add explicit last_rt flag to fb writes orthog...
2018-05-29 Francisco Jerezintel/fs: Replace the CINTERP opcode with a simple MOV
2018-05-29 Francisco Jerezintel/fs: Use the ATTR file for FS inputs
2018-05-29 Francisco Jerezintel/fs: Rename a local variable so it doesn't shadow...
2018-05-29 Francisco Jerezintel/eu: Remove brw_codegen::compressed_stack.
2018-05-29 Jason Ekstrandintel/fs: Use groups for SIMD16 LINTERP on gen11+
2018-05-29 Jason Ekstrandintel/fs: Assert that the gen4-6 plane restrictions...
2018-05-28 Scott D Phillipsanv: move canonical_address calculation into a separate...
2018-05-25 Jason Ekstrandintel/blorp: Support blits and clears on surfaces with...
2018-05-22 Jason Ekstrandintel/eu: Set EXECUTE_1 when setting the rounding mode...
2018-05-21 Anuj Phogati965/glk: Add l3 banks count for 2x6 configuration
2018-05-21 Tapani Pälliandroid: enable VK_ANDROID_native_buffer
2018-05-18 Nanley Cheryi965: isl: Move the MCS gen7+ assertion into ISL
2018-05-17 Nanley Cheryintel/blorp: Add a NO_UPDATE_CLEAR_COLOR batch flag
2018-05-14 Jason Ekstrandintel/blorp: Use linear formats for CCS_E clear colors...
2018-05-14 jenny.q.caoandroid: change include "cutils/log.h" to "log/log...
2018-05-13 Rhys Perryanv,nir: add generated files to .gitignore(s)
2018-05-10 Jason Ekstrandintel/isl/storage: Don't lower most UNORM formats on...
2018-05-10 Jason Ekstrandintel/isl: Several UNORM formats support typed writes...
2018-05-10 Jason Ekstrandi965,anv: Set the CS stall bit on the ISP disable PIPE_...
2018-05-09 Ross Burtonsrc/intel/Makefile.vulkan.am: add missing MKDIR_GEN
2018-05-09 Lionel Landwerlinanv: emit pixel scoreboard stall before ISP disable
2018-05-09 Jason Ekstrandintel/isl: Allow CCS_E on 1010102 formats
2018-05-09 Jason Ekstrandintel/blorp: Allow CCS copies of 1010102 formats
2018-05-09 Jason Ekstrandintel/blorp: Add support for more format bitcasting
2018-05-09 Jason Ekstrandintel/blorp: Use nir_format_bitcast_uint_vec_unmasked
2018-05-09 Jason Ekstrandintel/blorp: Use ISL instead of bitcast_color_value_to_uint
2018-05-09 Jason Ekstrandintel/isl: Add format conversion code
2018-05-09 Jason Ekstrandintel/isl/format: Get rid of the ALPHA colorspace
2018-05-09 Jason Ekstrandintel/isl/format: Add field locations informations...
2018-05-09 Jason Ekstrandintel/isl/format: Add a column for channel order to...
2018-05-09 Jason Ekstrandanv: Allow blitting to/from any supported format
2018-05-09 Jason Ekstrandintel/blorp: Support the RGB workaround on more formats
2018-05-09 Jason Ekstrandintel/blorp: Silently convert RGBX destination formats...
2018-05-09 Jason Ekstrandintel/isl: Add some helpers for working with RGBX formats
2018-05-09 Jason Ekstrandintel/blorp: Handle more exotic destination formats
2018-05-09 Jason Ekstrandintel/blorp: Include nir_format_convert.h in blorp_blit.c
2018-05-09 Jason Ekstrandintel/blorp: Add swizzle support for all hardware
2018-05-09 Jason Ekstrandintel/isl: Add a helper for inverting swizzles
2018-05-09 Jason Ekstrandintel/isl: Add a helper for composing swizzles
2018-05-09 Jason Ekstrandintel/isl: Add an isl_swizzle_supports_rendering helper
2018-05-09 Jason Ekstrandblorp: Handle the RGB workaround more like other workar...
2018-05-09 Lionel Landwerlinintel: devinfo: silence coverity warning
2018-05-09 Samuel Iglesias... anv: ignore pColorBlendState if all color attachments...
2018-05-08 Lionel Landwerlinintel: devinfo: fix assertion on devices with odd numbe...
2018-05-08 Kenneth Graunkeintel/genxml: Assert that genxml field start and ends...
2018-05-08 Kenneth Graunkeintel/genxml: Fix some more fake booleans in genxml.
2018-05-08 Kenneth Graunkeintel/genxml: Make assert in gen_pack_header print...
2018-05-07 Scott D Phillipsanv: remove unused field anv_queue::pool
2018-05-07 Chris Wilsonintel/genxml: Fix a few invalid field widths
2018-05-05 Iago Toral Quirogaanv/device: expose shaderInt16 support in gen8+
2018-05-05 Iago Toral Quirogai965/compiler: handle conversion to smaller type in...
2018-05-05 Iago Toral Quirogaintel/compiler: handle 16-bit to 64-bit conversions...
2018-05-04 Caio Marcelo de... intel/genxml: recognize 0x, 0o and 0b when setting...
2018-05-03 Mark JanesRevert "anv/device: expose shaderInt16 support in gen8+"
2018-05-03 Mark JanesRevert "i965/compiler: handle conversion to smaller...
2018-05-03 Iago Toral Quirogaanv/device: expose shaderInt16 support in gen8+
2018-05-03 Iago Toral Quirogaanv/pipeline: support SpvCapabilityInt16 in gen8+
next