Merge branch 'llvm-cliptest-viewport'
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 Dave Airlier600g: add evergreen ARL support.
2010-10-15 Dave Airlier600g: evergreen interpolation support.
2010-10-14 Keith Whitwellr600g: handle absolute modifier in shader translator
2010-10-14 Dave Airlier600g: select linear interpolate if tgsi input requests it
2010-10-14 Dave Airlier600g: fixup typo in macro name
2010-10-14 Dave Airlier600g: fixup pos/face ena/address properly
2010-10-14 Dave Airlier600g: only pick centroid coordinate when asked.
2010-10-13 Fredrik Höglundr600g: Fix texture sampling with swizzled coords
2010-10-13 Stephan Schmidr600g: fix relative addressing when splitting constant...
2010-10-12 Dave Airlier600g: add shader stencil export support.
2010-10-11 Dave Airlier600g: add TXL opcode support.
2010-10-11 Dave Airlier600g: enable vertex samplers.
2010-10-07 Dave Airlier600g: fix Z export enable bits.
2010-10-07 Andre Maasikasr600g: fix evergreen interpolation setup
2010-10-05 Dave Airlier600g: drop use_mem_constant.
2010-10-04 Jerome Glisser600g: allow r600_bo to be a sub allocation of a big bo
2010-10-04 Jerome Glisser600g: rename radeon_ws_bo to r600_bo
2010-10-04 Dave Airlier600g: the code to check whether a new vertex shader...
2010-10-02 Vinson Leer600g: Remove unused variable.
2010-10-01 Dave Airlier600g: setup basic loop consts on r600 + evergreen.
2010-10-01 Dave Airlier600g: only set the Z export if shader exports it.
2010-10-01 Dave Airlier600g: add assembler support for other vtx fetch fields.
2010-09-30 Jerome Glisser600g: fix constant & literal src splitting, also fix...
2010-09-29 Dave Airlier600g: clean up some code from move to new paths.
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-29 Jerome Glisser600g: cleanup
2010-09-29 Jerome Glisser600g: delete old path
2010-09-26 Vinson Leer600g: Silence uninitialized variable warnings.
2010-09-24 Dave Airlier600g: fixup VP->FP output->input routing.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Tilman Sauerbeckr600g: Removed debug code.
2010-09-20 Jerome Glisser600g: use pipe context for flushing inside map
2010-09-20 Tilman Sauerbeckr600g: Implemented the Z and W component write for...
2010-09-20 Tilman Sauerbeckr600g: Honour destination operand's writemask in the...
2010-09-20 Dave Airlier600g: add missing BC_INST wrapper for evergreen
2010-09-20 Corbin Simpsonr600g: Fix false and true.
2010-09-19 Dave Airlier600g; add uses waterfall to asm cf for r6xx.
2010-09-17 Dave Airlier600g: move constant buffer creation behind winsys...
2010-09-17 Dave Airlier600g: attempt to abstract kernel bos from pipe driver.
2010-09-16 Tilman Sauerbeckr600g: Use clamped math for RCP and RSQ.
2010-09-15 John Doer600g: misc cleanup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-10 Tilman Sauerbeckr600g: Implemented the y component write for the LOG...
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-07 Tilman Sauerbeckr600g: Added missing r600_bc_add_literal() calls to...
2010-09-07 Tilman Sauerbeckr600g: Added preliminary support for the LOG opcode.
2010-09-07 Tilman Sauerbeckr600g: Added missing abs-ification to RSQ.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-07 Dave Airlier600g: abstract the hw states out behind a vtbl.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Dave Airlier600g: fix thinko in shadow code.
2010-09-01 Jerome Glisser600g: refix db/cb state
2010-09-01 Jerome Glisser600g: avoid dynamic allocation of states
2010-09-01 Dave Airlier600g: fix glean texCube and shadows.
2010-08-31 Dave Airlier600g: fix up depth write swizzles.
2010-08-31 Dave Airlier600g: fix fp-fragment-position test.
2010-08-31 Dave Airlier600g: fix typo in last commit
2010-08-31 Dave Airlier600g: fix position input to fragment shader.
2010-08-31 Dave Airlier600g: remove unneeded function call from scs
2010-08-31 Dave Airlier600g: make LIT work properly
2010-08-31 Dave Airlier600g: fixup trig functions when input is a literal
2010-08-31 Dave Airlier600g: make sure LIT splits constants
2010-08-31 Dave Airlier600g: fix constant splitting
2010-08-31 Dave Airlier600g: fix LIT tests
2010-08-30 Dave Airlier600g: add missing literals
2010-08-30 Dave Airlier600g: fixup states generation in winsys.
2010-08-30 Dave Airlier600g: add DST opcode support.
2010-08-30 Dave Airlier600g: add SCS support.
2010-08-30 Dave Airlier600g: fix warning introduced by last commit.
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Dave Airlier600g: add KILP support
2010-08-30 Dave Airlier600g: fix SSG and op3 neg writing
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-29 Bas Nieuwenhuizenr600g: use the values from the correct literals
2010-08-29 Bas Nieuwenhuizenr600g: added literals where needed for POW instruction
2010-08-27 Dave AirlieRevert "r600g: simplify states"
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-27 Dave Airlier600g: optimise op2 and swapped op2 emission.
2010-08-27 Dave Airlier600g: add exp support in theory.
2010-08-27 Dave Airlier600g: add DPH support.
2010-08-25 Jerome Glisser600g: simplify states
2010-08-23 Dave Airlier600g: add XPD support
2010-08-23 Dave Airlier600g: add CMP support.
2010-08-23 Jerome Glisser600g: export one component per pixel + r7xx uncompress...
2010-08-22 Jerome Glisser600g: depth buffer likely needs decompression when...
2010-08-22 Jerome Glisser600g: partialy fix texturing from depth buffer + initi...
2010-08-20 Jerome Glisser600g: add POW instruction
2010-08-20 Jerome Glisser600g: cleanup definition, fix segfault when no valid...
2010-08-19 Alex Deucherr600g: update comments about ALU src operands
2010-08-19 Dave Airlier600g: add sin/cos
2010-08-19 Dave Airlier600g: add SSG, SEQ, SGT and SNE
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-18 Dave Airlier600g: add FRC, FLR, DDX and DDY
2010-08-18 Dave Airlier600g: add SGE and SLE opcodes
2010-08-18 Dave Airlier600g: add TXB support
2010-08-18 Dave Airlier600g: fix TXP vs TEX in shader.
next