summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.c
Commit message (Expand)AuthorAgeFilesLines
* r600g: add shader stencil export support.Dave Airlie2010-10-131-2/+14
* r600g: add TXL opcode support.Dave Airlie2010-10-111-2/+2
* r600g: enable vertex samplers.Dave Airlie2010-10-111-2/+4
* r600g: fix Z export enable bits.Dave Airlie2010-10-071-1/+1
* r600g: fix evergreen interpolation setupAndre Maasikas2010-10-071-0/+3
* r600g: drop use_mem_constant.Dave Airlie2010-10-051-5/+2
* r600g: allow r600_bo to be a sub allocation of a big boJerome Glisse2010-10-041-3/+3
* r600g: rename radeon_ws_bo to r600_boJerome Glisse2010-10-041-4/+4
* r600g: the code to check whether a new vertex shader is needed was wrongDave Airlie2010-10-041-1/+3
* r600g: Remove unused variable.Vinson Lee2010-10-011-1/+1
* r600g: setup basic loop consts on r600 + evergreen.Dave Airlie2010-10-011-0/+8
* r600g: only set the Z export if shader exports it.Dave Airlie2010-10-011-4/+5
* r600g: add assembler support for other vtx fetch fields.Dave Airlie2010-10-011-0/+1
* r600g: fix constant & literal src splitting, also fix mplayer gl2 shaderJerome Glisse2010-09-301-16/+40
* r600g: clean up some code from move to new paths.Dave Airlie2010-09-301-4/+4
* r600g: more cleanupJerome Glisse2010-09-291-28/+0
* r600g: cleanupJerome Glisse2010-09-291-0/+278
* r600g: delete old pathJerome Glisse2010-09-291-160/+1
* r600g: Silence uninitialized variable warnings.Vinson Lee2010-09-261-0/+5
* r600g: fixup VP->FP output->input routing.Dave Airlie2010-09-241-0/+16
* 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