Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / auxiliary / translate /
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-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: silence warnings
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-14 José Fonsecatranslate: Draw can request up to PIPE_MAX_ATTRIBS...
2008-06-24 José Fonsecagallium: Avoid double arithmetic.
2008-06-23 Brian Paulgallium: added support for fixed-point formats, drawing
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-28 José Fonsecatranslate: Mark functions as 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-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-23 Keith Whitwelltranslate: mark functions as PIPE_CDECL
2008-05-23 Keith Whitwelltranslate: remove spurious comment
2008-05-12 Keith Whitwelltranslate: helper functions for mimizing cost of key...
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith Whitwelltranslate: helper functions for mimizing cost of key...
2008-05-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Keith WhitwellMerge branch 'gallium-0.1' into gallium-vertex-linear
2008-05-08 Keith Whitwelldraw: only fill in / compare the part of the translate...
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwellrtasm: fix labels after (not so) recent change to allow...
2008-04-28 Keith Whitwelltranslate: squash warnings
2008-04-24 Michal Kroltranslate: Actually return a value from translate_cache...
2008-04-23 Zack RusinCreate a sharable translate_cache and use it.
2008-04-23 Ben Skeggsfix non-i386 builds
2008-04-21 Keith Whitwelltranslate: fail on x86 rtasm fail
2008-04-19 Keith Whitwelltranslate: fix several bugs
2008-04-19 Keith Whitwelltranslate: don't crash on failure to create sse version
2008-04-18 Keith Whitwelltranslate: missing file
2008-04-18 Keith Whitwelltranslate: add sse version based on old draw_vf_sse.c
2008-04-16 José Fonsecagallium: Get the translate module to build on msvc.
2008-04-16 José Fonsecagallium: Build and link the translate module.
2008-04-15 Keith Whitwellgallium: Switch one vertex path over to new translate...
2008-04-15 Keith Whitwelltranslate: typo in emit_B8G8R8A8_UNORM
2008-04-15 Keith Whitwellgallium: add a generic vertex (or other) buffer transla...