draw: Implement TGSI_OPCODE_TRUNC.
[mesa.git] / src / gallium / auxiliary / draw / draw_vs_aos.c
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-03 Brian Paulgallium: fix out of bounds array errors in SSE execution
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-22 Brian Paulgallium: use new util_fast_exp2(), _log2(), pow() functions
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-06-12 Brian Paulgallium: disable the codegen for TGSI_OPCODE_EXPBASE2...
2008-06-12 Keith Whitwellgallium: fix SSE codegen for instructions that use...
2008-06-11 Keith Whitwelldraw: don't assume vertex position is in data[0]
2008-06-11 Keith Whitwelldraw: remove debug assert on failover to generic vs...
2008-06-09 Brian Paulgallium: disable a tgsi_dump() call
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-03 Michal Kroldraw: Use register names more consistently.
2008-06-03 Michal Kroldraw: Fix fetch_src(). Resurrect SSE version of DP3.
2008-06-02 Michal Kroldraw: Fix DP3 implementation by replacing SSE with...
2008-06-02 José Fonsecadraw: Fix MSVC warnings.
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: michal's patch for calling powf... teapot still...
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-28 Keith Whitwelldraw: share machine
2008-05-28 Keith Whitwelldraw: enable FSE by default
2008-05-28 José Fonsecadraw: Use PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-27 Keith Whitwelldraw: support psize in vs_varient paths
2008-05-27 Keith Whitwelldraw: fix ABS aliasing bug
2008-05-27 Keith Whitwelldraw: explicitly list nr_inputs, outputs in varient key
2008-05-27 Keith Whitwelldraw: hook up viewport / rhw emit to varient key state
2008-05-27 Keith Whitwelldraw: dump individual instructions as they are processed
2008-05-27 Keith Whitwelldraw: fix writemask/shufps confusion
2008-05-27 Keith Whitwelldraw: some possible fixes for spilling
2008-05-26 Keith Whitwelldraw: extend precision in RSQ opcode
2008-05-25 Keith Whitwelldraw: more aos tweaks
2008-05-25 Keith Whitwelldraw: slight tweak for XPD opcode
2008-05-25 Keith Whitwelldraw: remove EXP & LOG from vs_aos.c
2008-05-25 Keith Whitwelldraw: special case for writing out scalar results
2008-05-25 Keith Whitwelldraw: clean up some of the xmm register manipulation...
2008-05-24 Keith Whitwelldraw: use lookup tables to avoid calling pow() in LIT...
2008-05-24 Keith Whitwelldraw: add a debug-print which can be called from inside...
2008-05-23 Keith Whitwelldraw: faster LIT(), incorrect though
2008-05-23 Keith Whitwelldraw: correct but slow LIT() in aos varient
2008-05-23 Keith Whitwelldraw: tweak x87_emit_ex2 to avoid changing x87 fpu...
2008-05-23 Keith Whitwelldraw: use aligned movs within draw_vs_aos.c
2008-05-23 Keith Whitwelldraw: for debug, do rhw divide in aos_sse viewport...
2008-05-23 Keith Whitwelldraw: shortcircuit shuffle in aos_sse when possible
2008-05-23 Keith Whitwelldraw: remove FPU_MANIP ifdef
2008-05-23 Keith Whitwelldraw: clean up masked writes in aos sse, make some...
2008-05-23 Keith Whitwelldraw: clean up internal immediates in aos sse
2008-05-23 Keith Whitwelldraw: when preloading args to x87 stack, need to use...
2008-05-23 Keith Whitwelldraw: avoid a pointless mov in many sse opcodes
2008-05-23 Keith Whitwelldraw: fix x87_ex2 and partially fix lit insn
2008-05-23 Keith Whitwelldraw: fix fpu control word manipulations
2008-05-23 Keith Whitwelldraw: fix vs aos internal/machine state
2008-05-23 Keith Whitwelldraw: add viewport to varient state
2008-05-23 Keith Whitwelldraw: add aos vertex shader varient