r600g: Update some comments for Evergreen.
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2011-01-07 Henri Verbeetr600g: Update some comments for Evergreen.
2011-01-07 Henri Verbeetr600g: Split ALU clauses based on used constant cache...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-24 Dave Airlier600g: hack around property unknown issues.
2010-12-15 Fredrik Höglundr600g: fix pow(0, 0) evaluating to NaN
2010-12-07 Jerome Glisser600g: remove dead code
2010-12-06 Jerome Glisser600g: avoid useless shader rebuild at draw call
2010-12-06 Jerome Glisser600g: build fetch shader from vertex elements
2010-12-05 Henri Verbeetr600g: Cleanup fetch shader resources in r600_pipe_shad...
2010-12-03 Jerome Glisser600g: indentation fix
2010-12-03 Fabian Bielerr600g: set address of pop instructions to next instruction
2010-12-03 Jerome Glisser600g: dump raw shader output for debugging
2010-11-23 Tilman Sauerbeckr600g: Removed duplicated call to tgsi_split_literal_co...
2010-11-23 Mathias Fröhlichr600g: Only compare active vertex elements
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-19 Alex Deucherr600g: use full range of VS resources for vertex samplers
2010-11-19 Alex Deucherr600g: use meaningful defines for chiprev
2010-11-19 Alex Deucherr600g: translate ARR instruction for evergreen
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-10-24 Tilman Sauerbeckr600g: Also clear bc data when we're destroying a shader.
2010-10-24 Tilman Sauerbeckr600g: Added r600_pipe_shader_destroy().
2010-10-21 Dave Airlier600g: initial translate state support
2010-10-20 Vinson Leer600g: Ensure r600_src is initialized in tgsi_exp function.
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.
next