Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_vec4_generator.cpp
2020-09-02 Jason Ekstrandintel/fs,vec4: Stuff the constant data from NIR in...
2020-09-02 Danylo Piliaievintel/disasm: Label support in shader disassembly for...
2020-05-30 Jason Ekstrandintel/vec4: Stomp the return type of RESINFO to UINT32
2020-04-29 Caio Marcelo de... intel/fs,vec4: Pull stall logic for memory fences up...
2020-04-29 Francisco Jerezintel/ir: Pass block cycle count information explicitly...
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-21 Dylan Bakerreplace _mesa_is_pow_two with util_is_power_of_two_*
2020-04-20 Caio Marcelo de... intel/fs,vec4: Properly account SENDs in IVB memory...
2020-04-15 Jason Ekstrandanv: Advertise SEND count through VK_EXT_pipeline_execu...
2019-10-31 Ian Romanickintel/compiler: Report the number of non-spill/fill...
2019-10-11 Francisco Jerezintel/eu: Fix up various type conversions in brw_eu...
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-08-05 Danylo Piliaievintel/compiler: add ability to override shader's assembly
2019-07-11 Caio Marcelo de... intel/fs: Add support for SLM fence in Gen11
2019-05-30 Jason Ekstrandintel/fs: Do a stalling MFENCE in endInvocationInterlock()
2019-05-30 Jason Ekstrandintel/fs,vec4: Use g0 as the header for MFENCE
2019-05-07 Sagar Ghugeintel/compiler: Replicate 16 bit immediate value correctly
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2019-02-28 Jason Ekstrandintel/compiler: Re-prefix non-logical surface opcodes...
2019-02-28 Jason Ekstrandintel/vec4: Drop dead code for handling typed surface...
2019-02-25 Jason Ekstrandintel/eu: Add an EOT parameter to send_indirect_[split...
2019-01-13 Kenneth Graunkei965: Drop mark_surface_used mechanism.
2018-09-01 Ian Romanicki965/vec4: Correctly handle uniform sources in generate...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for dataport...
2018-07-10 Francisco Jerezintel/eu: Use descriptor constructors for sampler messages.
2018-07-10 Francisco Jerezintel/eu: Provide desc immediate argument up front...
2018-07-10 Francisco Jerezintel/eu: Use brw_set_desc() along with a helper to...
2018-06-01 Plamena Manolovai965: Add ARB_fragment_shader_interlock support.
2018-04-24 Ian Romanickintel/compiler: Silence unused parameter warnings in...
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
2018-03-02 Francisco Jerezintel/eu: Plumb header present bit to codegen helpers...
2018-03-02 Francisco Jerezintel/ir: Allow representing additional flag subregiste...
2017-12-31 Kenneth Graunkei965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
2017-11-21 Tapani Pälliintel: fix disasm_info memory leaks
2017-11-17 Matt Turneri965: Rewrite disassembly annotation code
2017-11-17 Matt Turneri965: Move common code out of #ifdef
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-01 Matt Turneri965: Normalize types for FBL, FBH, etc
2017-05-15 Matt Turneri965: Pass pointer and end of assembly to brw_validate_...
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-03 Samuel Iglesias... i965/vec4: don't modify regioning parameters to the...
2017-04-14 Matt Turneri965/vec4: Fix exec size for MOVs {SET,PICK}_{HIGH...
2017-04-14 Francisco Jerezi965/vec4: fix assert to detect SIMD lowered DF instruc...
2017-04-14 Samuel Iglesias... i965/vec4: split VEC4_OPCODE_FROM_DOUBLE into one opcod...
2017-04-14 Samuel Iglesias... i965/vec4: split d2x conversion and data gathering...
2017-04-14 Juan A. Suarez Romeroi965/vec4: fix VEC4_OPCODE_FROM_DOUBLE for IVB/BYT
2017-04-14 Samuel Iglesias... i965/vec4: split DF instructions and later double its...
2017-04-14 Matt Turneri965: Use source region <1,2,0> when converting to DF.
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler