Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / drivers / r600 / r600_asm.h
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-14 Henri Verbeetr600g: Move fetch shader register setup to r600_state...
2011-03-09 Christian Königr600g: split R600 and R700 CF generation for VTX and TEX
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-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 Christian Königr600g: implement instanced drawing support
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-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-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-15 Brian PaulMerge branch 'draw-instanced'
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: rework bank swizzle code
2011-01-12 Christian Königr600g: implement output modifiers and use them to furth...
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-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-08 Christian Königr600g: join export instructions
2011-01-07 Christian Königr600g: fully implement barrier handling
2011-01-07 Henri Verbeetr600g: Store kcache settings as an array.
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: rework literal handling
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-16 Christian Königr600g: implement output modifiers and use them to furth...
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
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 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-19 Jerome Glisser600g: add fetch shader capabilities
2010-11-17 Jerome Glisser600g: code cleanup (indent, trailing space, empty...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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 Jerome Glisser600g: indentation fixes
2010-10-01 Dave Airlier600g: add assembler support for other vtx fetch fields.
2010-09-29 Jerome Glisser600g: more cleanup
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-19 Dave Airlier600g; add uses waterfall to asm cf for r6xx.
2010-09-15 John Doer600g: misc cleanup
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-08 Dave Airlier600g: add initial bank swizzle support.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Dave Airlier600g : add basic loop support.
2010-08-27 Dave Airlier600g: add initial if/else/endif support
2010-08-19 Dave Airlier600g: add a chiprev type for r600/r700/evergreen inste...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-24 Jerome Glisser600g: first pass at texture support
2010-07-23 Jerome Glisser600g: drop compiler stuff and switch over dumb tgsi...