drisw/glx: implement getImageShm
[mesa.git] / src / intel / compiler /
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
2018-03-07 Jason Ekstrandanv: Implement vkCmdDispatchBase
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanicki965: Silence warnings about mixing enum and non-enum...
2018-03-03 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
2018-03-02 Anuj Phogatintel/compiler: Memory fence commit must always be...
2018-03-02 Francisco JerezRevert "i965/fs: Predicate byte scattered writes if...
2018-03-02 Francisco Jerezintel/fs: Handle surface opcode sample masks via predic...
2018-03-02 Francisco Jerezintel/eu: Plumb header present bit to codegen helpers...
2018-03-02 Francisco Jerezintel/ir: Allow arbitrary scratch flag registers for...
2018-03-02 Francisco Jerezintel/ir: Allow representing additional flag subregiste...
2018-03-01 Jason Ekstrandintel/fs: Set up sampler message headers in the visitor...
2018-03-01 Jose Maria Casanov... spirv/i965/anv: Relax push constant offset assertions...
2018-03-01 Jose Maria Casanov... i965/fs: Support 16-bit store_ssbo with VK_KHR_relaxed_...
2018-03-01 Jose Maria Casanov... i965/fs: Support 16-bit do_read_vector with VK_KHR_rela...
2018-03-01 Jose Maria Casanov... i965/fs: shuffle_32bit_load_result_to_16bit_data now...
2018-03-01 Jose Maria Casanov... isl/i965/fs: SSBO/UBO buffers need size padding if...
2018-02-28 Kenneth Graunkei965: Don't emit MOVs with undefined registers for...
2018-02-28 Matt Turnerintel/compiler: Re-add .vs_inputs_dual_locations =...
2018-02-28 Matt Turnerintel/compiler: Add ICL to test_eu_validate.cpp
2018-02-28 Matt Turnerintel/compiler: Disable Align16 tests on Gen11+
2018-02-28 Matt Turnerintel/compiler: Add instruction compaction support...
2018-02-28 Matt Turnerintel/compiler: Mark line, pln, and lrp as removed...
2018-02-28 Matt Turnerintel/compiler: Lower flrp32 on Gen11+
2018-02-28 Matt Turnerintel/compiler/fs: Implement ddy without using align16...
2018-02-28 Matt Turnerintel/compiler/fs: Simplify ddx/ddy code generation
2018-02-28 Matt Turnerintel/compiler/fs: Pass fs_inst to generate_ddx/ddy...
2018-02-28 Matt Turnerintel/compiler/fs: Don't generate integer DWord multipl...
2018-02-28 Matt Turnerintel/compiler/fs: Implement FS_OPCODE_LINTERP with...
next