Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / r600 / r600_asm.c
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-18 Fabian Bielerr600g: Start a new TEX clause if the texture lookup...
2011-02-18 Fabian Bielerr600g: Add support to dump vertex- and texture-fetch...
2011-02-07 Henri Verbeetr600g: Set the fetch type in r600_bc_vtx_build().
2011-02-07 Henri Verbeetr600g: Handle the ADD_INT instruction in r600_bc_get_nu...
2011-02-07 Henri Verbeetr600g: Split r600_bc_alu_src.
2011-02-07 Marek Olšákr600g: use the new vertex buffer manager
2011-02-03 Henri Verbeetr600g: Make some more things static.
2011-02-03 Henri Verbeetr600g: Get rid of the unused r600_cf_vtx_tc() function.
2011-02-02 Christian Königr600g: use burst exports in shaders
2011-01-31 Dave Airlier600g: fix regression in cubemap tests since eea1d8199b...
2011-01-30 Marek Olšákr600g: fix vertex format fallback
2011-01-29 Christian Königr600g: bugfixing register remapping
2011-01-24 Henri Verbeetr600g: FLT_TO_INT* are vector instructions on Evergreen.
2011-01-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-21 Alex Deucherr600g: FLT_TO_INT_FLOOR is trans instruction
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-18 Christian Königr600g: fix reserve_cfile for R700+
2011-01-18 Henri Verbeetr600g: Kill trailing whitespace.
2011-01-16 Christian Königr600g: fix alu inst group merging for relative adressing
2011-01-16 Christian Königr600d: fix some bugs added reworking literal handling
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Alex Deucherr600g: compiler helper opcode fixes for evergreen
2011-01-14 Alex Deucherr600g: pass r600_bc to some addition compiler helper...
2011-01-14 Vinson Leer600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_IN...
2011-01-14 Christian Königr600g: add more missing instructions to r600_bc_get_num...
2011-01-13 Vinson Leer600g: Move declaration before code in r600_asm.c.
2011-01-13 Christian Königr600g: rework literal handling
2011-01-13 Christian Königr600g: merge alu groups
2011-01-13 Christian Königr600g: implement replacing gpr with pv and ps
2011-01-13 Christian Königr600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num...
2011-01-13 Christian Königr600g: rework bank swizzle code
2011-01-13 Christian Königr600g: fix alu slot assignment
2011-01-13 Christian Königr600g: optimize away CF ALU instructions even if type...
2011-01-13 Vinson Leer600g: Silence uninitialized variable warnings.
2011-01-12 Christian Königr600g: also look at tex inst when for maximum gpu count
2011-01-12 Christian Königr600g: implement output modifiers and use them to furth...
2011-01-12 Christian Königr600g: optimize away CF_INST_POP
2011-01-12 Christian Königr600g: fix alu dumping
2011-01-12 Christian Königr600g: improve r600_bc_dump
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: fix tex and vtx joining
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-09 Christian Königr600g: some merge fixes
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-08 Christian Königr600g: join export instructions
2011-01-07 Christian Königr600g: fully implement barrier handling
2011-01-07 Henri Verbeetr600g: Split ALU clauses based on used constant cache...
2011-01-07 Henri Verbeetr600g: Consistently use the copy of the alu instruction...
2011-01-07 Henri Verbeetr600g: Store kcache settings as an array.
2011-01-06 Alex Deucherr600g: add support for NI (Northern Islands) GPUs
2011-01-04 Alex Deucherr600g: support up to 64 shader constants
2010-12-28 Christian Königr600g: rearange exports
2010-12-28 Christian Königr600g: optimize unneeded alu moves
2010-12-27 Christian Königr600g: fix gpr usage intersection and add conditiona...
2010-12-27 Christian Königr600g: implement register remapping
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-21 Christian Königr600g: fix bug created by 120a558624b46578412c945eb4b60...
2010-12-20 Christian Königr600g: merge alu groups
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-18 Christian Königr600g: implement replacing gpr with pv and ps
2010-12-18 Christian Königr600g: rework bank swizzle code
2010-12-18 Christian Königr600g: fix alu slot assignment
2010-12-17 Christian Königr600g: optimize away CF ALU instructions even if type...
2010-12-17 Christian Königr600g: fix alu dumping
2010-12-16 Christian Königr600g: fix tex and vtx joining
2010-12-16 Christian Königr600g: improve r600_bc_dump
2010-12-16 Christian Königr600g: implement output modifiers and use them to furth...
2010-12-13 Christian Königr600g: optimize away CF_INST_POP
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: build fetch shader from vertex elements
2010-12-03 Jerome Glisser600g: dump raw shader output for debugging
2010-11-22 Alex Deucherr600g: add support for ontario APUs
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 meaningful defines for chiprev
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-27 Vinson Leer600g: Silence uninitialized variable warnings.
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-26 Dave Airlier600g: add assembler support for all the kcache fields.
2010-10-24 Tilman Sauerbeckr600g: Also clear bc data when we're destroying a shader.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-05 Dave Airlier600g: drop use_mem_constant.
2010-10-01 Dave Airlier600g: add assembler support for other vtx fetch fields.
2010-09-29 Jerome Glisser600g: delete old path
2010-09-24 Andre Maasikasr600g: break alu clause earlier
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-21 Dave Airlier600g: deal with overflow of VTX/TEX CF clauses.
next