r600g: Use LOOP_START_DX10 for loops
[mesa.git] / src / gallium / drivers / r600 / r600_asm.c
2012-09-19 Tom Stellardr600g: Use LOOP_START_DX10 for loops
2012-09-19 Michal Sciubidloradeon/llvm: Emit ISA for ALU instructions in the R600...
2012-08-28 Marek Olšákr600g: fix relative addressing on RS780 and RS880
2012-08-15 Vincent Lejeuner600g: Fix instruction group merge when there are predi...
2012-08-15 Vincent Lejeuneradeon/llvm: Do not use PV/PS if PRED_SEL does not...
2012-08-15 Vincent Lejeuner600g: Add support for predicates
2012-07-09 Tom Stellardr600g: Update number of gprs when adding a vertex instr...
2012-05-25 Vadim Girlinr600g: add RECIP_INT, PRED_SETE_INT to r600_bytecode_ge...
2012-05-17 Tom Stellardr600g: Handle MUL_IEEE in r600_bytecode_get_num_operands
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-09 Christoph Bumillergallium/drivers: handle TGSI_OPCODE_CEIL
2012-05-03 Tom Stellardr600g: Print integer values of literal constants in...
2012-05-03 Tom Stellardr600g: Add support for reading BREAK_LOGICALZ_i32 from...
2012-05-02 Adam Rakr600g: fixed the bug with VTX fetches in TEX clauses...
2012-05-02 Tom Stellardr600g: Add FC_NATIVE instruction
2012-04-29 Marek Olšákwinsys/radeon: simplify buffer map/unmap functions
2012-04-23 Vadim Girlinr600g: fix gpr number calculation
2012-04-04 Marek Olšákr600g: kill off the fallback for crazy src_offset values
2012-03-05 Marek Olšákr600g: cleanup includes
2012-03-05 Marek Olšákr600g: remove obsolete todo comments
2012-01-31 Marek Olšákr600g: merge r600_context with r600_pipe_context
2012-01-31 Marek Olšákr600g: remove u8,u16,u32,u64 types
2012-01-24 Vadim Girlinr600g: fix inconsistency with INTERP* opcode definitions
2012-01-24 Vadim Girlinr600g: replace raw opcodes with names in the is_alu_tra...
2012-01-22 Dave Airlier600g: shift integer ops are trans unit only on r600.
2012-01-22 Vadim Girlinr600g: replace trans/vector-only instruction lists...
2012-01-22 Dave AirlieRevert "r600g: replace trans/vector-only instruction...
2012-01-22 Vadim Girlinr600g: take into account kcache banks for bank swizzle...
2012-01-22 Vadim Girlinr600g: replace trans/vector-only instruction lists...
2012-01-21 Vadim Girlinr600g: improve kcache line sets handling v2
2012-01-21 Vadim Girlinr600g: make INTERP_LOAD_P0 vector-only
2012-01-20 Dave Airlier600g: fixup AR handling (v5)
2012-01-17 Dave Airlier600g: fix recip_uint on r600.
2012-01-17 Vadim Girlinr600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
2012-01-15 Vadim Girlinr600g: add support for ISHR/USHR/SHL on r600-evergreen
2012-01-15 Vadim Girlinr600g: add FLT_TO_UINT opcode for evergreen
2012-01-14 Dave Airlier600g: add r600 version of UINT_TO_FLT conversion.
2012-01-14 Dave Airlier600g: add missing case for uint->flt conversion.
2011-12-17 Marek Olšákr600g: implement transform feedback
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-17 Vadim Girlinr600g: don't change the order of writes in merge_inst_group
2011-11-14 Marek Olšákr600g: fix the representation of control-flow instructions
2011-11-14 Vadim Girlinr600g: fix op3 & write in merge_inst_groups
2011-11-14 Alex Deucherr600g: set max max tex/vtx instructions count to 16...
2011-11-14 Vadim Girlinr600g: set max tex/vtx instructions count to 16 for...
2011-11-13 Alex Deucherr600g: properly handle cayman in is_alu_vec_unit_inst()
2011-11-13 Vadim Girlinr600g: lazy load for AR register
2011-11-13 Vadim Girlinr600g: include INTERP_[XY|ZW] in is_alu_vec_unit_inst
2011-11-03 Dave Airlier600g: more integer support
2011-10-23 Mathias Fröhlichr600g: make r[67]00 not bail out on PRED_SETNE_INT.
2011-10-22 Dave Airlier600g: make if's use PRED_SETNE_INT no matter what.
2011-10-22 Dave Airlier600g: print inst in hex in dumps
2011-10-09 Dave Airlier600g: uarl fixes.
2011-10-09 Dave Airlier600g/eg: add integer types support
2011-09-30 Marek Olšákr600g: merge r600_bo with r600_resource
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-06 Dave Airlier600g: add initial evergreen integer opcode support
2011-09-05 Dave Airlier600g: add 10/10/10/2 vertex format conversion.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Vadim Girlinr600g: fix replace_gpr_with_pv_ps
2011-08-25 Vadim Girlinr600g: fix check_and_set_bank_swizzle
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-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-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: Store the chip class in r600_pipe_context.
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-15 Dave Airlier600g: add TXD support.
2011-06-13 Mathias Fröhlichr600g: Put shaders into immutable buffers.
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Brian Paulgallium: s/bool/boolean/
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-06-02 Dave Airlier600g: prepare for passing ctx into _r600_pipe_state_ad...
2011-05-31 Alex Deucherr600g: add llano support
2011-05-25 Dave Airlier600g: add initial cayman acceleration support.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-25 Henri Verbeetr600g: Unify comment style somewhat.
2011-04-25 Henri Verbeetr600g: Cleanup the big endian support a bit.
2011-04-23 Dave Airlier600g: fix bank swizzle calcs for scalar only operations.
2011-04-23 Dave Airlier600g: PV/PS have cycle restrictions in scalar operations
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-22 Fabian Bielerr600g: Check for relative addressing in destination...
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-15 Henri Verbeetr600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector...
2011-03-14 Henri Verbeetr600g: Move fetch shader register setup to r600_state...
2011-03-09 Christian Königr600g: remove some now unneeded code from r600_bc_vtx_build
2011-03-09 Christian Königr600g: R700+ can do more than 8 tex and vtx clause...
2011-03-09 Christian Königr600g: split R600 and R700 CF generation for VTX and TEX
2011-03-06 Christian Königr600g: use long long integers for instance addr calculation
next