summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c
AgeCommit message (Expand)Author
2011-03-05nv50: support the InstanceID system valueChristoph Bumiller
2011-02-28nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller
2011-02-09nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller
2010-09-15nv50: Silence uninitialized variable warnings.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee
2010-09-15nv50: Silence uninitialized variable warning.Vinson Lee
2010-09-15nv50: Remove unnecessary headers.Vinson Lee
2010-09-13nv50: fix TXP depth comparison valueChristoph Bumiller
2010-09-13nv50: fix indirect CONST access with large or negative offsetsChristoph Bumiller
2010-09-13nv50: MOV TEMP[0], -CONST[0] must be float32 negationChristoph Bumiller
2010-09-13nv50: interp cannot write flags regChristoph Bumiller
2010-09-13nv50: handle TGSI EXP and LOG againChristoph Bumiller
2010-09-12nv50: fix size of outputs_written arrayXavier Chantry
2010-09-12nv50: minor compiler fixes and cleanupsChristoph Bumiller
2010-09-09nv50: address regs are 16 bitChristoph Bumiller
2010-09-09nv50: duplicate interps in load_proj_tex_coordsChristoph Bumiller
2010-09-09nv50: create value references with the right typeChristoph Bumiller
2010-09-09nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller
2010-09-09nv50: don't parse again in tgsi_2_ncChristoph Bumiller
2010-09-09nv50: prepare for having multiple functionsChristoph Bumiller
2010-09-03nv50: load address register before using it, not afterChristoph Bumiller
2010-09-02nv50: fix build-predicate functionChristoph Bumiller
2010-09-01nv50: fix XPD, was negatedChristoph Bumiller
2010-09-01nv50: make use of TGSI immediate typeChristoph Bumiller
2010-09-01nv50: re-add proper TEXBIAS sequenceChristoph Bumiller
2010-09-01nv50: make FrontFacing -1 or +1Christoph Bumiller
2010-09-01nv50: SSGChristoph Bumiller
2010-09-01nv50: DPHBen Skeggs
2010-09-01nv50: DSTBen Skeggs
2010-09-01nv50: attempt at making more complicated loops workChristoph Bumiller
2010-09-01nv50: turn off verbose debug output by defaultChristoph Bumiller
2010-08-23nv50: DP2, fix ARLChristoph Bumiller
2010-08-17nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)Christoph Bumiller
2010-08-17nv50: generate JOINs for outermost IF clausesChristoph Bumiller
2010-08-17nv50: flatten simple IF/ELSE/ENDIF constructsChristoph Bumiller
2010-08-15nv50: loops part 2Christoph Bumiller
2010-08-10nv50: begin implementing loopsChristoph Bumiller
2010-08-05nv50: build proper phi functions in the first placeChristoph Bumiller
2010-07-31nv50: fixes for nested IFsChristoph Bumiller
2010-07-31nv50: explicitly set src type for SET opsChristoph Bumiller
2010-07-26nv50: add missing 2nd source for POW multiplicationChristoph Bumiller
2010-07-26nv50: permit usage of undefined TGSI TEMPsChristoph Bumiller
2010-07-24nv50: add/fix some license headersChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller