gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
[mesa.git] / src / intel /
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+
2018-05-03 Iago Toral Quirogaintel/compiler: implement 16-bit pack/unpack opcodes
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-03 Iago Toral Quirogaintel/compiler: fix 16-bit comparisons
2018-05-03 Iago Toral Quirogaintel/compiler: lower some 16-bit integer operations...
2018-05-03 Jose Maria Casanov... intel/compiler: support negate and abs of half float...
2018-05-03 Jose Maria Casanov... intel/compiler: fix brw_imm_w for negative 16-bit integers
2018-05-03 Jose Maria Casanov... intel/compiler: fix 16-bit int brw_negate_immediate...
2018-05-03 Jose Maria Casanov... intel/compiler: implement nir_instr_type_load_const...
2018-05-03 Iago Toral Quirogaintel/compiler: implement conversions from 16-bit int...
2018-05-03 Iago Toral Quirogaintel/compiler: implement conversion between float...
2018-05-03 Iago Toral Quirogai965/compiler: handle conversion to smaller type in...
2018-05-03 Iago Toral Quirogaintel/compiler: fix isign for 16-bit integers
2018-05-02 Lionel Landwerlinintel: aubinator: add an option to limit the number...
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Jason Ekstrandanv: Advertise variableMultisampleRate
2018-05-02 Kenneth Graunkeintel: Fix 3DSTATE_CONSTANT buffer decoding.
2018-05-02 Lionel Landwerlinintel: fix aubinator include
2018-05-02 Kenneth Graunkeintel: Give the batch decoder a callback to ask about...
2018-05-02 Kenneth Graunkeintel: Move batch decoder/disassembler from tools/...
2018-05-02 Lionel Landwerlinintel: batch-decoder: iterate VERTEX_BUFFER_STATE fields
2018-05-02 Lionel Landwerlinintel: decoder: fix starting dword of struct fields
2018-05-02 Lionel Landwerlinintel: decoder: document when fields should be used
2018-05-02 Lionel Landwerlinintel: decoder: identify groups with fixed length
2018-05-02 Lionel Landwerlinintel: decoder: make the field iterator use more natural
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentesintel: emit is_indexed_draw in the same VE than gl_DrawID
2018-05-02 Antia Puentesintel/compiler: Add uses_is_indexed_draw flag
2018-05-01 Jason Ekstrandanv: Allow lookup of vkEnumerateInstanceVersion without...
2018-05-01 Jason Ekstrandanv: Don't advertise Float64 or Int64 on HW without...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-27 Dylan Bakermeson: fix race condition revealed by using 0.44
2018-04-26 Anuj Phogatanv/icl: Enable Vulkan on Ice Lake
2018-04-26 Caio Marcelo de... anv: enable VK_EXT_shader_viewport_index_layer
2018-04-26 Jason Ekstrandanv/allocator: Don't shrink either end of the block...
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-24 Dylan Bakermeson: remove workaround for custom target creating...
2018-04-24 Ian Romanickintel/compiler: Add scheduler deps for instructions...
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warning in...
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-04-23 Jason Ekstrandi965/fs: Return mlen * 8 for size_read() for INTERPOLAT...
2018-04-20 Jason Ekstrandanv/blorp: Do the gen11 BTI flush
next