tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / gallium / drivers / nouveau / codegen / nv50_ir_lowering_nvc0.h
2019-02-07 Boyan Dinggk110/ir: Use the new rcp/rsq in library
2019-02-05 Karol Herbstnvc0/ir: replace cvt instructions with add to improve...
2018-10-30 Eric Engestromnouveau: remove unused class member
2018-09-22 Rhys Perrynvc0: fix bindless multisampled images on Maxwell+
2018-08-04 Karol Herbstnvc0/ir: return 0 in imageLoad on incomplete textures
2018-07-04 Rhys Perrynvc0: implement multisampled images on Maxwell+
2018-06-15 Rhys Perrynvc0: add support for programmable sample locations
2018-02-18 Ilia Mirkingm107/ir: change how SUQ works in preparation for bindless
2018-01-07 Ilia Mirkinnvc0: add bindless image support for kepler
2017-02-09 Ilia Mirkinnvc0/ir: add support for all the new int64 tgsi opcodes
2016-11-20 Ilia Mirkinnvc0/ir: use levelZero flag when the lod is set to 0
2016-07-27 Samuel Pitoisetgm107/ir: add a legalize SSA pass for PFETCH
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-08 Samuel Pitoisetnvc0/ir: remove unused resource info loading helpers
2016-07-08 Samuel Pitoisetnvc0/ir: refactor the surfaces info loading logic
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-05-21 Samuel Pitoisetnvc0/ir: add a lowering pass for surfaces on Fermi
2016-05-12 Ilia Mirkinnvc0: fix gl_SampleMaskIn computation
2016-04-26 Ilia Mirkinnv50/ir: add support for SULDP -> SULDB conversion
2016-04-26 Samuel Pitoisetnv50/ir: make use of OP_SUQ for surfaces query
2016-04-26 Samuel Pitoisetnv50/ir: add OP_BUFQ for buffers query
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Samuel Pitoisetnvc0/ir: add atomics support on shared memory for Kepler
2016-04-01 Samuel Pitoisetnvc0/ir: add support for compute UBOs on Kepler
2016-03-29 Samuel Pitoisetnvc0/ir: move load/store lowering pass to handleLDST()
2016-03-28 Samuel Pitoisetnvc0: use a different offset for buffers and surfaces
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-21 Samuel Pitoisetnv50/ir: add atomics support on shared memory for Fermi
2016-02-05 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2016-01-30 Ilia Mirkinnv50/ir: add SUQ op by reading the info from driver...
2016-01-30 Ilia Mirkinnv50/ir: add support for BUFFER accesses
2015-12-28 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-12 Ilia Mirkingk104/ir: simplify and fool-proof texbar algorithm
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-20 Chih-Wei Huangnv50/ir: support different unordered_set implementations
2015-08-17 Ilia Mirkingm107/ir: avoid letting the lowering pass get out of...
2015-04-29 Ilia Mirkinnvc0/ir: flush denorms to zero in non-compute shaders
2014-09-01 Ilia Mirkinnvc0/ir: avoid infinite recursion when finding first...
2014-05-14 Ben Skeggsnvc0: add maxwell (sm50) compiler backend
2014-05-14 Ben Skeggsnvc0: move nvc0 lowering pass class definitions into...