summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_shader.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-05r600g: drop use_mem_constant.Dave Airlie1-5/+2
2010-10-04r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse1-3/+3
2010-10-04r600g: rename radeon_ws_bo to r600_boJerome Glisse1-4/+4
2010-10-04r600g: the code to check whether a new vertex shader is needed was wrongDave Airlie1-1/+3
2010-10-01r600g: Remove unused variable.Vinson Lee1-1/+1
2010-10-01r600g: setup basic loop consts on r600 + evergreen.Dave Airlie1-0/+8
2010-10-01r600g: only set the Z export if shader exports it.Dave Airlie1-4/+5
2010-10-01r600g: add assembler support for other vtx fetch fields.Dave Airlie1-0/+1
2010-09-30r600g: fix constant & literal src splitting, also fix mplayer gl2 shaderJerome Glisse1-16/+40
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie1-4/+4
2010-09-29r600g: more cleanupJerome Glisse1-28/+0
2010-09-29r600g: cleanupJerome Glisse1-0/+278
2010-09-29r600g: delete old pathJerome Glisse1-160/+1
2010-09-26r600g: Silence uninitialized variable warnings.Vinson Lee1-0/+5
2010-09-24r600g: fixup VP->FP output->input routing.Dave Airlie1-0/+16
2010-09-21r600g: Removed debug code.Tilman Sauerbeck1-1/+0
2010-09-20r600g: use pipe context for flushing inside mapJerome Glisse1-1/+1
2010-09-20r600g: Implemented the Z and W component write for the SCS opcode.Tilman Sauerbeck1-0/+49
2010-09-20r600g: Honour destination operand's writemask in the SCS implementation.Tilman Sauerbeck1-26/+35
2010-09-20r600g: add missing BC_INST wrapper for evergreenDave Airlie1-1/+1
2010-09-19r600g: Fix false and true.Corbin Simpson1-2/+2
2010-09-19r600g; add uses waterfall to asm cf for r6xx.Dave Airlie1-0/+1
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