r300g: Remove is_r3xx
[mesa.git] / src / gallium / drivers / nv50 / nv50_tgsi_to_nc.c
2011-05-19 Maxim Levitskynv50: add support for user clip planes
2011-04-10 Christoph Bumillernv50,nvc0: silence shader debug output
2011-04-10 Christoph Bumillernv50,nvc0: don't insert instructions after the block...
2011-03-05 Christoph Bumillernv50: support the InstanceID system value
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christoph Bumillernv50: replace most of it with nvc0 driver ported to...
2011-02-09 Christoph Bumillernv50,nvc0: do not forget to apply sign mode to saved...
2010-09-16 Vinson Leenv50: Silence uninitialized variable warnings.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-16 Vinson Leenv50: Silence uninitialized variable warning.
2010-09-15 Vinson Leenv50: Remove unnecessary headers.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-13 Christoph Bumillernv50: fix TXP depth comparison value
2010-09-13 Christoph Bumillernv50: fix indirect CONST access with large or negative...
2010-09-13 Christoph Bumillernv50: MOV TEMP[0], -CONST[0] must be float32 negation
2010-09-13 Christoph Bumillernv50: interp cannot write flags reg
2010-09-13 Christoph Bumillernv50: handle TGSI EXP and LOG again
2010-09-11 Xavier Chantrynv50: fix size of outputs_written array
2010-09-11 Christoph Bumillernv50: minor compiler fixes and cleanups
2010-09-09 Christoph Bumillernv50: address regs are 16 bit
2010-09-09 Christoph Bumillernv50: duplicate interps in load_proj_tex_coords
2010-09-09 Christoph Bumillernv50: create value references with the right type
2010-09-09 Christoph Bumillernv50: use actual loads/stores if TEMPs are accessed...
2010-09-09 Christoph Bumillernv50: don't parse again in tgsi_2_nc
2010-09-09 Christoph Bumillernv50: prepare for having multiple functions
2010-09-03 Christoph Bumillernv50: load address register before using it, not after
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Christoph Bumillernv50: fix build-predicate function
2010-09-01 Christoph Bumillernv50: fix XPD, was negated
2010-09-01 Christoph Bumillernv50: make use of TGSI immediate type
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: make FrontFacing -1 or +1
2010-09-01 Christoph Bumillernv50: SSG
2010-09-01 Ben Skeggsnv50: DPH
2010-09-01 Ben Skeggsnv50: DST
2010-09-01 Christoph Bumillernv50: attempt at making more complicated loops work
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
2010-08-23 Christoph Bumillernv50: DP2, fix ARL
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Christoph Bumillernv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)
2010-08-16 Christoph Bumillernv50: generate JOINs for outermost IF clauses
2010-08-16 Christoph Bumillernv50: flatten simple IF/ELSE/ENDIF constructs
2010-08-15 Christoph Bumillernv50: loops part 2
2010-08-10 Christoph Bumillernv50: begin implementing loops
2010-08-04 Christoph Bumillernv50: build proper phi functions in the first place
2010-07-31 Christoph Bumillernv50: fixes for nested IFs
2010-07-31 Christoph Bumillernv50: explicitly set src type for SET ops
2010-07-26 Christoph Bumillernv50: add missing 2nd source for POW multiplication
2010-07-26 Christoph Bumillernv50: permit usage of undefined TGSI TEMPs
2010-07-24 Christoph Bumillernv50: add/fix some license headers
2010-07-23 Christoph Bumillernv50: import new compiler