gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / r600 / r600_asm.c
2011-03-05 Christian Königr600g: simplify instance addr calculation
2011-03-05 Christian Königr600g: fix fragment shader size calculation
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian Königr600g: correct mega_fetch_count in fetch shader
2011-02-28 Alex Deucherr600g: add missing evergreen INT_TO_FLT to r600_bc_get_...
2011-02-28 Jerome Glisser600g: indentation fixes
2011-02-28 Christian Königr600g: implement instanced drawing support
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-24 Henri Verbeetr600g: FLT_TO_INT* are vector instructions on Evergreen.
2011-01-21 Alex Deucherr600g: FLT_TO_INT_FLOOR is trans instruction
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önigr600g: fix tex and vtx joining
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-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
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-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-27 Vinson Leer600g: Silence uninitialized variable warnings.
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-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.
2010-09-19 Dave Airlier600g: only emit uses waterfall on r6xx hw.
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-15 Vinson Leer600g: Silence uninitialized variable warning.
2010-09-10 Dave Airlier600g: fix warning in r600 pipe driver
2010-09-10 Dave Airlier600g: add initial evergreen support
2010-09-08 Dave Airlier600g: add initial bank swizzle support.
2010-09-07 Dave Airlier600g: split opcodes out and add wrapper around usage.
2010-09-07 Dave Airlier600g: add support for constants in memory buffers.
2010-09-05 Dave Airlier600g: add missing printf operand
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Dave Airlier600g: add missing literals
2010-08-30 Dave Airlier600g: add initial relative support to assembler
2010-08-30 Dave Airlier600g: fix SSG and op3 neg writing
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-11 Jerome Glisser600g: accept empty frag prog shader
2010-08-10 Jerome Glisser600g: avoid reemiting literal, avoid scheduling empty cs
2010-08-09 Marek Olšákr600g: fix some warnings
2010-08-03 Jerome Glisser600g: fix LIT + fix multiple constant one ALU + fix...
2010-08-02 Jerome Glisser600g: split alu block to conform to limit + RCP opcode
2010-07-29 Jerome Glisser600g: mipmap early support + EX2/ABS instruction ...
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...