ilo: EOL drop unmaintained gallium drv from buildsys
[mesa.git] / src / gallium / drivers / ilo / shader / toy_tgsi.c
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_SUB
2017-01-05 Marek Olšákgallium: remove TGSI_OPCODE_ABS
2016-05-03 Brian Paulilo: s/Elements/ARRAY_SIZE/
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Ilia Mirkintgsi: add ureg support for image decls
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-20 Marek Olšákgallium: remove TGSI_SAT_MINUS_PLUS_ONE
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
2014-11-24 Eric Anholtgallium: Drop the unused CND opcode.
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-09-11 Chia-I Wuilo: update genhw headers
2014-07-09 Ilia Mirkingallium: switch dedicated centroid field to interpolati...
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-13 Chia-I Wuilo: support push constant model in shaders
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-10 Chia-I Wuilo: correctly initialize undefined registers in fs
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
2013-05-08 Chia-I Wuilo: remove our own type inference
2013-05-07 Vinson Leeilo: Add missing break statement in aos_tex TGSI_OPCODE...
2013-04-26 Chia-I Wuilo: add a toy shader compiler