Merge branch 'gallium-polygon-stipple'
[mesa.git] / src / gallium / drivers / r600 / r600_asm.c
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
2011-03-05 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-05 Christian Königr600g: simplify instance addr calculation
2011-03-05 Christian Königr600g: fix fragment shader size calculation
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-03-02 Christian Königr600g: correct mega_fetch_count in fetch shader
2011-03-02 Christian Königr600g: merge fix
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-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
next