Merge remote-tracking branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Marek Olšákr600g: print opcodes names instead of numbers
2011-04-25 Henri Verbeetr600g: Unify comment style somewhat.
2011-04-25 Henri Verbeetr600g: Cleanup the big endian support a bit.
2011-04-24 Dave Airlier600g: fix glsl-fs-abs-neg
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-19 Cédric Canor600g: add big endian support for r6xx/r7xx
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with relative...
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with neg or...
2011-03-27 Fabian Bielerr600g: Handle texture fetch instructions with swizzle...
2011-03-19 Christian Königr600g: revert some asm optimisations
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-14 Henri Verbeetr600g: Move r600_pipe_shader_ps() to r600_state.c.
2011-03-14 Henri Verbeetr600g: Move r600_pipe_shader_vs() to r600_state.c.
2011-03-14 Rafael Monicar600g: Evergreen add support for log opcode.
2011-03-13 Mathias Fröhlichr600g: Only update DB_SHADER_CONTROL once in r600_pipe_...
2011-03-07 Henri Verbeetr600g: Simplify some swizzle lookups.
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
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önigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-07 Christian Königr600g: fully implement barrier handling
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-28 Christian Königr600g: rearange exports
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Christian Königr600g: remove some unneded barriers
2010-12-22 Christian Königr600g: rework literal handling
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Christian Königr600g: implement output modifiers and use them to furth...
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-14 Christian Königr600g: use special constants for 0, 1, -1, 1.0f, 0...
2010-12-14 Christian Königr600g: optimize temp register handling for LRP
2010-12-14 Christian Königr600g: DP4 also supports writemasking
2010-12-13 Christian Königr600g: optimize away CF_INST_POP
2010-12-12 Christian Königr600g: texture instructions also work fine with TGSI_FI...
2010-12-12 Christian Königr600g: Why all this fiddling with tgsi_helper_copy?
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-09 Keith Whitwellr600g: translate ARR instruction
2010-11-03 Keith Whitwellr600g: propogate resource usage flags to winsys, use...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
next