aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/shader/toy_tgsi.c
Commit message (Expand)AuthorAgeFilesLines
* ilo: s/Elements/ARRAY_SIZE/Brian Paul2016-05-031-6/+6
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-4/+4
* gallium: remove TGSI_SAT_MINUS_PLUS_ONEMarek Olšák2015-05-201-3/+0
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-4/+2
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-241-17/+0
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-241-26/+0
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-241-2/+0
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-241-89/+0
* ilo: Drop the explicit intialization of gaps in TGSI opcodes.Eric Anholt2014-11-241-22/+6
* ilo: update genhw headersChia-I Wu2014-09-111-3/+3
* gallium: switch dedicated centroid field to interpolation locationIlia Mirkin2014-07-091-1/+1
* ilo: scripted conversion to genhw headersChia-I Wu2014-04-141-81/+81
* ilo: add TOY_OPCODE_DOChia-I Wu2014-04-141-1/+1
* ilo: implement new float comparison instructionsRoland Scheidegger2013-08-151-8/+12
* ilo: support push constant model in shadersChia-I Wu2013-08-131-1/+10
* tgsi: rename the TGSI fragment kill opcodesBrian Paul2013-07-121-8/+8
* ilo: correctly initialize undefined registers in fsChia-I Wu2013-07-111-5/+15
* tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() functionBrian Paul2013-06-071-2/+2
* ilo: add support for TEX2/TXB2/TXL2 in fsChia-I Wu2013-06-071-3/+3
* ilo: remove our own type inferenceChia-I Wu2013-05-081-97/+27
* ilo: Add missing break statement in aos_tex TGSI_OPCODE_TEX2 case.Vinson Lee2013-05-071-0/+1
* ilo: add a toy shader compilerChia-I Wu2013-04-261-0/+2736