aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_tgsi_to_nc.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: do not forget to apply sign mode to saved TGSI inputsChristoph Bumiller2011-02-091-1/+1
* nv50: Silence uninitialized variable warnings.Vinson Lee2010-09-151-1/+2
* nv50: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+2
* nv50: Silence uninitialized variable warning.Vinson Lee2010-09-151-1/+1
* nv50: Remove unnecessary headers.Vinson Lee2010-09-151-1/+0
* nv50: fix TXP depth comparison valueChristoph Bumiller2010-09-131-16/+22
* nv50: fix indirect CONST access with large or negative offsetsChristoph Bumiller2010-09-131-1/+8
* nv50: MOV TEMP[0], -CONST[0] must be float32 negationChristoph Bumiller2010-09-131-2/+7
* nv50: interp cannot write flags regChristoph Bumiller2010-09-131-7/+3
* nv50: handle TGSI EXP and LOG againChristoph Bumiller2010-09-131-3/+45
* nv50: fix size of outputs_written arrayXavier Chantry2010-09-121-1/+1
* nv50: minor compiler fixes and cleanupsChristoph Bumiller2010-09-121-6/+10
* nv50: address regs are 16 bitChristoph Bumiller2010-09-091-0/+2
* nv50: duplicate interps in load_proj_tex_coordsChristoph Bumiller2010-09-091-4/+35
* nv50: create value references with the right typeChristoph Bumiller2010-09-091-23/+23
* nv50: use actual loads/stores if TEMPs are accessed indirectlyChristoph Bumiller2010-09-091-4/+50
* nv50: don't parse again in tgsi_2_ncChristoph Bumiller2010-09-091-15/+3
* nv50: prepare for having multiple functionsChristoph Bumiller2010-09-091-1/+1
* nv50: load address register before using it, not afterChristoph Bumiller2010-09-031-5/+7
* nv50: fix build-predicate functionChristoph Bumiller2010-09-021-11/+23
* nv50: fix XPD, was negatedChristoph Bumiller2010-09-011-4/+4
* nv50: make use of TGSI immediate typeChristoph Bumiller2010-09-011-1/+9
* nv50: re-add proper TEXBIAS sequenceChristoph Bumiller2010-09-011-31/+181
* nv50: make FrontFacing -1 or +1Christoph Bumiller2010-09-011-2/+9
* nv50: SSGChristoph Bumiller2010-09-011-0/+11
* nv50: DPHBen Skeggs2010-09-011-0/+7
* nv50: DSTBen Skeggs2010-09-011-0/+13
* nv50: attempt at making more complicated loops workChristoph Bumiller2010-09-011-15/+55
* nv50: turn off verbose debug output by defaultChristoph Bumiller2010-09-011-5/+7
* nv50: DP2, fix ARLChristoph Bumiller2010-08-231-17/+27
* nv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)Christoph Bumiller2010-08-171-4/+34
* nv50: generate JOINs for outermost IF clausesChristoph Bumiller2010-08-171-6/+5
* nv50: flatten simple IF/ELSE/ENDIF constructsChristoph Bumiller2010-08-171-4/+12
* nv50: loops part 2Christoph Bumiller2010-08-151-84/+149
* nv50: begin implementing loopsChristoph Bumiller2010-08-101-36/+223
* nv50: build proper phi functions in the first placeChristoph Bumiller2010-08-051-29/+98
* nv50: fixes for nested IFsChristoph Bumiller2010-07-311-4/+0
* nv50: explicitly set src type for SET opsChristoph Bumiller2010-07-311-0/+6
* nv50: add missing 2nd source for POW multiplicationChristoph Bumiller2010-07-261-1/+9
* nv50: permit usage of undefined TGSI TEMPsChristoph Bumiller2010-07-261-1/+7
* nv50: add/fix some license headersChristoph Bumiller2010-07-241-0/+21
* nv50: import new compilerChristoph Bumiller2010-07-231-0/+1266