r600g: fill out missing entries in opcode tables.
[mesa.git] / src / gallium / drivers / r600 / r600_shader.c
2011-08-24 Dave Airlier600g: fill out missing entries in opcode tables.
2011-08-16 Marek Olšákr600g: rename bc -> bytecode
2011-08-16 Marek Olšákr600g: remove an unused parameter from r600_bo_destroy
2011-08-16 Marek Olšákr600g: use buffer_map/unmap from radeon_winsys
2011-08-10 Lauri Kasanenr600g: Add support for ROUND, v2
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-03 Vadim Girlinr600g: take into account force_add_cf in pops
2011-07-29 Alex Deucherr600g: fix up vs export handling
2011-07-24 Christian Königr600g: use file_max instead of file_count to determine...
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-10 Vadim Girlinr600g: LIT: clamp negative src.y to 0
2011-07-09 Henri Verbeetr600g: Store the chip class directly in r600_bc.
2011-07-09 Henri Verbeetr600g: Replace the CHIPREV_* defines with the chip_clas...
2011-07-09 Henri Verbeetr600g: Get rid of the superfluous family field from...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_toggle_neg helper and...
2011-07-08 Vadim Girlinr600g: introduce r600_bc_src_set_abs helper and fix LOG
2011-07-08 Vadim Girlinr600g: RSQ: clear NEG for operand
2011-07-08 Vadim Girlinr600g: LIT: swap MUL_LIT operands to fix 0^0
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Alex Deucherr600g: eg+ support for FS_COLOR0_WRITES_ALL_CBUFS
2011-06-24 Vadim Girlinr600g: implement fragment and vertex color clamp
2011-06-24 Vadim Girlinr600g: LIT: fix x&y slots order
2011-06-21 Pierre-Eric Pellou... r600g: reorder LIT instructions to support src == dst
2011-06-18 Vadim Girlinr600g: fix LIT to handle src==dst properly
2011-06-18 Vadim Girlinr600g: fix RSQ to use abs value of operand on evergreen
2011-06-15 Mike Kaplinskiyr600g: fix TXD src regs needing fetching.
2011-06-15 Mike Kaplinskiyr600g: use inlines for some common tex instr setup...
2011-06-15 Mike Kaplinskiyr600g: fix TXD when shadowing is enabled.
2011-06-15 Dave Airlier600g: add TXD support.
2011-06-13 Vadim Girlinr600g: skip SPI setup for position and face inputs
2011-06-13 Mathias Fröhlichr600g: Put shaders into immutable buffers.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-25 Dave Airlier600g: add initial cayman acceleration support.
2011-05-25 Dave Airlier600g: don't lookup a vs semantic for position/face.
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
next