summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_shader.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-17r600g: move constant buffer creation behind winsys abstraction.Dave Airlie1-2/+2
2010-09-17r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie1-6/+7
2010-09-16r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck1-2/+14
2010-09-15r600g: misc cleanupJohn Doe1-2/+1
2010-09-15r600g: Silence uninitialized variable warning.Vinson Lee1-0/+3
2010-09-10r600g: Implemented the y component write for the LOG opcode.Tilman Sauerbeck1-5/+90
2010-09-10r600g: add initial evergreen supportDave Airlie1-2/+201
2010-09-08r600g: Added missing r600_bc_add_literal() calls to XPD implementation.Tilman Sauerbeck1-0/+8
2010-09-08r600g: Added preliminary support for the LOG opcode.Tilman Sauerbeck1-1/+121
2010-09-08r600g: Added missing abs-ification to RSQ.Tilman Sauerbeck1-1/+30
2010-09-08r600g: split opcodes out and add wrapper around usage.Dave Airlie1-53/+54
2010-09-08r600g: add support for constants in memory buffers.Dave Airlie1-1/+7
2010-09-08r600g: abstract the hw states out behind a vtbl.Dave Airlie1-72/+4
2010-09-02r600g: fix thinko in shadow code.Dave Airlie1-1/+1
2010-09-01r600g: refix db/cb stateJerome Glisse1-3/+3
2010-09-01r600g: avoid dynamic allocation of statesJerome Glisse1-18/+14
2010-09-01r600g: fix glean texCube and shadows.Dave Airlie1-5/+149
2010-08-31r600g: fix up depth write swizzles.Dave Airlie1-1/+4
2010-08-31r600g: fix fp-fragment-position test.Dave Airlie1-0/+1
2010-08-31r600g: fix typo in last commitDave Airlie1-1/+1
2010-08-31r600g: fix position input to fragment shader.Dave Airlie1-0/+7
2010-08-31r600g: remove unneeded function call from scsDave Airlie1-4/+0
2010-08-31r600g: make LIT work properlyDave Airlie1-8/+3
2010-08-31r600g: fixup trig functions when input is a literalDave Airlie1-9/+67
2010-08-31r600g: make sure LIT splits constantsDave Airlie1-14/+11
2010-08-31r600g: fix constant splittingDave Airlie1-2/+2
2010-08-31r600g: fix LIT testsDave Airlie1-2/+3
2010-08-31r600g: add missing literalsDave Airlie1-1/+30
2010-08-30r600g: fixup states generation in winsys.Dave Airlie1-2/+2
2010-08-30r600g: add DST opcode support.Dave Airlie1-1/+41
2010-08-30r600g: add SCS support.Dave Airlie1-6/+69
2010-08-30r600g: fix warning introduced by last commit.Dave Airlie1-1/+0
2010-08-30r600g: add initial relative support to assemblerDave Airlie1-6/+36
2010-08-30r600g: add KILP supportDave Airlie1-5/+20
2010-08-30r600g: fix SSG and op3 neg writingDave Airlie1-2/+7
2010-08-30r600g : add basic loop support.Dave Airlie1-20/+212
2010-08-30r600g: use the values from the correct literalsBas Nieuwenhuizen1-4/+23
2010-08-30r600g: added literals where needed for POW instructionBas Nieuwenhuizen1-0/+9
2010-08-27Revert "r600g: simplify states"Dave Airlie1-5/+2
2010-08-27r600g: add initial if/else/endif supportDave Airlie1-5/+93
2010-08-27r600g: optimise op2 and swapped op2 emission.Dave Airlie1-48/+37
2010-08-27r600g: add exp support in theory.Dave Airlie1-1/+105
2010-08-27r600g: add DPH support.Dave Airlie1-1/+8
2010-08-25r600g: simplify statesJerome Glisse1-2/+5
2010-08-24r600g: add XPD supportDave Airlie1-1/+124
2010-08-24r600g: add CMP support.Dave Airlie1-1/+50
2010-08-23r600g: export one component per pixel + r7xx uncompression shaderJerome Glisse1-0/+4
2010-08-22r600g: depth buffer likely needs decompression when used as textureJerome Glisse1-0/+1
2010-08-21r600g: partialy fix texturing from depth buffer + initial support for untilingJerome Glisse1-3/+3
2010-08-20r600g: add POW instructionJerome Glisse1-18/+73