i965/fs/nir: Simplify 64-bit store_output
[mesa.git] / src / intel / compiler / brw_compiler.h
2017-11-01 Jordan Justenintel/compiler: Add functions to get prog_data and...
2017-11-01 Jordan Justenintel/compiler: Add union types for prog_data and prog_...
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-10-30 Kenneth Graunkei965: Delete brw_wm_prog_key::drawable_height.
2017-10-27 Kenneth Graunkei965: Delete unused brw_vs_prog_data::nr_attributes...
2017-10-13 Jason Ekstrandintel/cs: Make thread_local_id a regular builtin param
2017-10-13 Jason Ekstrandintel/compiler: Add a helper for growing the prog_data...
2017-10-13 Jason Ekstrandintel/compiler: Add a flag for pull constant support
2017-10-13 Jason Ekstrandi965: Store image_param in brw_context instead of prog_data
2017-10-13 Jason Ekstrandintel: Rewrite the world of push/pull params
2017-10-02 Iago Toral Quirogai965: skip reading unused slots at the begining of...
2017-08-23 Kenneth Graunkei965: Add a brw_wm_prog_data::has_render_target_reads...
2017-08-11 Iago Toral Quirogaintel/compiler: properly size attribute wa_flags array...
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-09 Anuj Phogati965/cnl: Update few assertions
2017-05-26 Jason Ekstrandi965: Move clip program compilation to the compiler
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-03 Rafael Antognollii965: Move enums to brw_compiler.h.
2017-03-24 Iago Toral Quirogaanv/pipeline: make FragCoord include sample positions...
2017-03-22 Emil Velikovintel/compiler: consistently use ifndef guards over...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler