summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: Removed debug code.Tilman Sauerbeck2010-09-211-1/+0
* r600g: use pipe context for flushing inside mapJerome Glisse2010-09-201-1/+1
* r600g: Implemented the Z and W component write for the SCS opcode.Tilman Sauerbeck2010-09-201-0/+49
* r600g: Honour destination operand's writemask in the SCS implementation.Tilman Sauerbeck2010-09-201-26/+35
* r600g: add missing BC_INST wrapper for evergreenDave Airlie2010-09-201-1/+1
* r600g: Fix false and true.Corbin Simpson2010-09-191-2/+2
* r600g; add uses waterfall to asm cf for r6xx.Dave Airlie2010-09-191-0/+1
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-171-2/+2
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-171-6/+7
* r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck2010-09-161-2/+14
* r600g: misc cleanupJohn Doe2010-09-151-2/+1
* r600g: Silence uninitialized variable warning.Vinson Lee2010-09-151-0/+3
* r600g: Implemented the y component write for the LOG opcode.Tilman Sauerbeck2010-09-101-5/+90
* r600g: add initial evergreen supportDave Airlie2010-09-101-2/+201
* r600g: Added missing r600_bc_add_literal() calls to XPD implementation.Tilman Sauerbeck2010-09-081-0/+8
* r600g: Added preliminary support for the LOG opcode.Tilman Sauerbeck2010-09-081-1/+121
* r600g: Added missing abs-ification to RSQ.Tilman Sauerbeck2010-09-081-1/+30
* r600g: split opcodes out and add wrapper around usage.Dave Airlie2010-09-081-53/+54
* r600g: add support for constants in memory buffers.Dave Airlie2010-09-081-1/+7
* r600g: abstract the hw states out behind a vtbl.Dave Airlie2010-09-081-72/+4
* r600g: fix thinko in shadow code.Dave Airlie2010-09-021-1/+1
* r600g: refix db/cb stateJerome Glisse2010-09-011-3/+3
* r600g: avoid dynamic allocation of statesJerome Glisse2010-09-011-18/+14
* r600g: fix glean texCube and shadows.Dave Airlie2010-09-011-5/+149
* r600g: fix up depth write swizzles.Dave Airlie2010-08-311-1/+4
* r600g: fix fp-fragment-position test.Dave Airlie2010-08-311-0/+1
* r600g: fix typo in last commitDave Airlie2010-08-311-1/+1
* r600g: fix position input to fragment shader.Dave Airlie2010-08-311-0/+7
* r600g: remove unneeded function call from scsDave Airlie2010-08-311-4/+0
* r600g: make LIT work properlyDave Airlie2010-08-311-8/+3
* r600g: fixup trig functions when input is a literalDave Airlie2010-08-311-9/+67
* r600g: make sure LIT splits constantsDave Airlie2010-08-311-14/+11
* r600g: fix constant splittingDave Airlie2010-08-311-2/+2
* r600g: fix LIT testsDave Airlie2010-08-311-2/+3
* r600g: add missing literalsDave Airlie2010-08-311-1/+30
* r600g: fixup states generation in winsys.Dave Airlie2010-08-301-2/+2
* r600g: add DST opcode support.Dave Airlie2010-08-301-1/+41
* r600g: add SCS support.Dave Airlie2010-08-301-6/+69
* r600g: fix warning introduced by last commit.Dave Airlie2010-08-301-1/+0
* r600g: add initial relative support to assemblerDave Airlie2010-08-301-6/+36
* r600g: add KILP supportDave Airlie2010-08-301-5/+20
* r600g: fix SSG and op3 neg writingDave Airlie2010-08-301-2/+7
* r600g : add basic loop support.Dave Airlie2010-08-301-20/+212
* r600g: use the values from the correct literalsBas Nieuwenhuizen2010-08-301-4/+23
* r600g: added literals where needed for POW instructionBas Nieuwenhuizen2010-08-301-0/+9
* Revert "r600g: simplify states"Dave Airlie2010-08-271-5/+2
* r600g: add initial if/else/endif supportDave Airlie2010-08-271-5/+93
* r600g: optimise op2 and swapped op2 emission.Dave Airlie2010-08-271-48/+37
* r600g: add exp support in theory.Dave Airlie2010-08-271-1/+105
* r600g: add DPH support.Dave Airlie2010-08-271-1/+8