anv: Add EXT_acquire_xlib_display to anv driver [v3]
[mesa.git] / src / intel / compiler /
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_64bit_data_for_32bit_write is not...
2018-06-16 Jose Maria Casanov... intel/fs: Use new shuffle_32bit_write for all 64-bit...
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_32bit_load_result_to_64bit_data is...
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_from_32bit_read for 64-bit FS...
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_from_32bit_read at load_per_vertex_in...
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_from_32bit_read at VS load_input
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_from_32bit_read for 64-bit gs_inp...
2018-06-16 Jose Maria Casanov... intel/fs: shuffle_from_32bit_read for 64-bit do_untyped...
2018-06-16 Jose Maria Casanov... intel/fs: Remove old 16-bit shuffle/unshuffle functions
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_for_32bit_write for 16-bits store...
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_from_32bit_read to read 16-bit...
2018-06-16 Jose Maria Casanov... intel/fs: Use shuffle_from_32bit_read at VARYING_PULL_C...
2018-06-16 Jose Maria Casanov... intel/fs: New shuffle_for_32bit_write and shuffle_from_...
2018-06-16 Jose Maria Casanov... intel/fs: general 8/16/32/64-bit shuffle_src_to_dst...
2018-06-16 Ian Romanicki965/fs: Propagate conditional modifiers from not instr...
2018-06-16 Ian Romanicki965/fs: Rearrange code to remove most of the gotos
2018-06-16 Ian Romanicki965/fs: Refactor propagation of conditional modifiers...
2018-06-16 Ian Romanicki965/vec4: Optimize OR with 0 into a MOV
2018-06-16 Ian Romanicki965/vec4: Don't register coalesce into source of VS_OP...
2018-06-16 Ian Romanicki965/fs: Optimize OR with 0 into a MOV
2018-06-14 Kenneth Graunkeintel/compiler: Properly consider UBO loads that cross...
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-05 Jason Ekstrandintel/eu: Use a struct copy instead of a memcpy
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 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
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-22 Jason Ekstrandintel/eu: Set EXECUTE_1 when setting the rounding mode...
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-03 Mark JanesRevert "i965/compiler: handle conversion to smaller...
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 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-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 Jose Maria Casanov... i965/fs: retype offset_reg to UD at load_ssbo
2018-04-19 Antia Puentesintel: Handle firstvertex in an identical way to BaseVertex
2018-04-19 Neil Robertsintel/compiler: Add a uses_firstvertex flag
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-06 Ian Romanickintel/compiler: Explicitly cast register type in switch
2018-04-04 Lionel Landwerlinintel: compiler: silence compiler warning
2018-04-03 Rob Clarknir+drivers: add helpers to get # of src/dest components
2018-03-31 Jason Ekstrandintel/vec4: Set channel_sizes for MOV_INDIRECT sources
2018-03-29 Ian Romanickutil: Add and use util_is_power_of_two_nonzero
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-28 Jason Ekstrandintel/fs: Don't emit a des copy for image ops with...
2018-03-26 Ian Romanicki965/vec4: Fix null destination register in 3-source...
2018-03-26 Ian Romanicki965/vec4: Propagate conditional modifiers from compare...
2018-03-26 Ian Romanicki965/vec4: Allow cmod propagation when src0 is a unifor...
2018-03-26 Ian Romanicki965/fs: Propagate conditional modifiers from compares...
2018-03-26 Ian Romanicki965/fs: Allow cmod propagation when src0 is a uniform...
2018-03-26 Ian Romanicki965: Add negative_equals methods
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-22 Matt Turnerintel/compiler: Readd ICL to test_eu_validate.cpp
2018-03-22 Matt Turnerintel/compiler: Skip 64-bit type tests when types not...
2018-03-22 Jason Ekstrandintel/compiler/icl: Clear "null render target" bit...
2018-03-22 Anuj Phogatintel/compiler/icl: Update the assert in brw_stage_has_...
2018-03-16 Eric Anholti965: Silence compiler warning about promoted_constants.
2018-03-16 Matt Turnerintel/compiler: Use gen_get_device_info() in test_eu_va...
2018-03-16 Rafael Antognolliintel/compiler: Check for unsupported register sizes.
2018-03-14 Karol Herbstcompiler: int8/uint8 support
2018-03-08 Ian Romanicki965/vec4: Allow CSE on subset VF constant loads
2018-03-08 Ian Romanicki965/vec4: Relax writemask condition in CSE
2018-03-08 Ian Romanicki965/fs: Merge CMP and SEL into CSEL on Gen8+
2018-03-08 Kenneth Graunkei965/fs: Add infrastructure for generating CSEL instruc...
2018-03-07 Jason Ekstrandanv: Add support for SPIR-V 1.3 subgroup operations
2018-03-07 Jason Ekstrandintel/fs: Add support for subgroup quad operations
2018-03-07 Jason Ekstrandintel/fs: Implement reduce and scan opeprations
2018-03-07 Jason Ekstrandintel/fs: Add a helper for emitting scan operations
2018-03-07 Jason Ekstrandintel/fs: Add a couple of simple helper opcodes
2018-03-07 Jason Ekstrandi965/fs: Add support for nir_intrinsic_shuffle
2018-03-07 Jason Ekstrandi965/fs: Support nir_intrinsic_vote_feq
2018-03-07 Jason Ekstrandnir: Generalize nir_intrinsic_vote_eq
2018-03-07 Jason Ekstrandi965/fs: Implement basic SPIR-V subgroup intrinsics
2018-03-07 Jason Ekstrandanv: Trivially implement VK_KHR_device_group
next