gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Jerome Glisser600g: indentation fixes
2011-02-28 Christian Königr600g: implement instanced drawing support
2011-02-28 Dave AirlieRevert "r600g: Don't negate result of ABS instruction"
2011-02-27 Fabian Bielerr600g: Process TRUNC with tgis_op2
2011-02-27 Fabian Bielerr600g: Don't negate result of ABS instruction
2011-02-24 Dave Airlier600g: EXT_texture_array support.
2011-02-07 Henri Verbeetr600g: Add support for relative addressing on constant...
2011-02-07 Henri Verbeetr600g: Split constants in r600_shader_from_tgsi().
2011-02-07 Henri Verbeetr600g: Do the tgsi_full_src_register to r600_shader_src...
2011-02-07 Henri Verbeetr600g: Split r600_bc_alu_src.
2011-02-07 Henri Verbeetr600g: Store literal values in the r600_bc_alu_src...
2011-02-07 Henri Verbeetr600g: tgsi_dst() can't fail.
2011-02-07 Henri Verbeetr600g: tgsi_src() can't fail.
2011-02-03 Henri Verbeetr600g: Make some more things static.
2011-02-02 Christian Königr600g: use burst exports in shaders
2011-01-31 Dave Airlier600g: handle the write all cbufs property.
2011-01-19 Christian Königr600g: fix segfault if texture operand is a literal
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-18 Henri Verbeetr600g: Simplify some r600_bc_add_alu_type() calls to...
2011-01-16 Christian Königr600d: fix some bugs added reworking literal handling
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Christian Königr600g: rework literal handling
2011-01-12 Christian Königr600g: implement output modifiers and use them to furth...
2011-01-12 Christian Königr600g: use special constants for 0, 1, -1, 1.0f, 0...
2011-01-12 Christian Königr600g: optimize temp register handling for LRP
2011-01-12 Christian Königr600g: optimize away CF_INST_POP
2011-01-12 Christian Königr600g: make dumping of shaders an option
2011-01-11 Christian Königr600g: texture instructions also work fine with TGSI_FI...
2011-01-11 Christian Königr600g: DP4 also supports writemasking
2011-01-11 Christian Königr600g: Why all this fiddling with tgsi_helper_copy?
2011-01-11 Tilman Sauerbeckr600g: Fixed SIN/COS/SCS for the case where the operand...
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.
next