Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / intel / compiler / brw_vec4_tcs.cpp
2020-09-04 Marcin Ślusarzintel/compiler: move extern C functions out of namespac...
2020-09-02 Jason Ekstrandintel/fs,vec4: Stuff the constant data from NIR in...
2020-05-01 D Scott Phillipsanv,iris: Fix input vertex max for tcs on gen12
2020-04-29 Francisco Jerezintel/ir: Use brw::performance object instead of CFG...
2020-04-07 Caio Marcelo de... intel/fs: Allow multiple slots for position
2020-03-23 Sagar Ghugeintel/compiler: Track patch count threshold
2020-03-09 Matt Turnerintel/compiler: Pass shader_stats for each SIMD mode
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
2020-01-13 Jason Ekstrandnir: Add a new memory_barrier_tcs_patch intrinsic
2019-10-11 Kenneth Graunkeintel/fs/gen12: Use TCS 8_PATCH mode.
2019-08-25 Jason Ekstrandintel/fs: Drop the gl_program from fs_visitor
2019-08-12 Jason Ekstrandintel/compiler: Fill a compiler statistics struct
2019-07-31 Jason Ekstrandintel/vec4: Drop all of the 64-bit varying code
2019-07-30 Matt Turneri965/fs: Add a shader_stats struct.
2019-07-24 Jason Ekstrandintel/compiler: Be more conservative about subgroup...
2019-07-24 Jason Ekstrandintel/nir: Make brw_nir_apply_sampler_key more generic
2019-07-10 Jason Ekstrandintel/compiler: Add a "base class" for program keys
2019-06-05 Jason Ekstrandintel/nir: Stop returning the shader from helpers
2019-05-14 Kenneth Graunkeintel/compiler: Implement TCS 8_PATCH mode and INTEL_DE...
2019-04-10 Mark Janesintel/common: move gen_debug to intel/dev
2018-11-20 Kenneth Graunkei965: Do NIR shader cloning in the caller.
2018-11-08 Jason Ekstrandintel/vec4: Use the new nir_src_is_const and friends
2018-06-28 Francisco Jerezintel/fs: Remove program key argument from generator.
2018-03-02 Kenneth Graunkeintel: Drop program size pointer from vec4/fs assembly...
2017-11-01 Jordan Justenintel/compiler: Remove final_program_size from brw_comp...
2017-11-01 Carl Worthintel/compiler: add new field for storing program size
2017-06-09 Anuj Phogati965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple...
2017-05-09 Jason Ekstrandi965/vec4: Delete the system value infastructure
2017-05-09 Jason Ekstrandi965/vec4: Use NIR to do GS input remapping
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler