summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-04scons: Generate matypes.h at build time.José Fonseca
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul
2008-06-04egl: prototype some multi-API codeBrian Paul
2008-06-04draw: init vsvg draw pointerKeith Whitwell
2008-06-04gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-06-03Merge branch 'gallium-tex-surfaces' into gallium-0.1Keith Whitwell
2008-06-03i915: Fix compile on linux-dri-debugJakob Bornecrantz
2008-06-03draw: Use register names more consistently.Michal Krol
2008-06-03draw: Fix fetch_src(). Resurrect SSE version of DP3.Michal Krol
2008-06-02draw: Fix DP3 implementation by replacing SSE with x87 version.Michal Krol
2008-06-02i915: Removed useless definesJakob Bornecrantz
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz
2008-06-02i915: Rework of batchbuffer codeJakob Bornecrantz
2008-06-03scons: Integrate gdi winsys.José Fonseca
2008-06-03gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca
2008-06-02draw: fast element translate path without deltaKeith Whitwell
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca
2008-06-02gallium: Port util_time functions to windows userspace.José Fonseca
2008-06-02gallium: More tweaks for the cosf/sinf logic.José Fonseca
2008-06-02rtasm: Use enum sse_cc in sse_cmpps.José Fonseca
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca
2008-06-02i915: Fixed some warningsJakob Bornecrantz
2008-06-02i915: Fixed initialization of surfaceJakob Bornecrantz
2008-06-02gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...José Fonseca
2008-06-02gallium: Identify each Windows platform individually from scons.José Fonseca
2008-06-02draw: Fix MSVC warnings.José Fonseca
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol
2008-06-02brw: SWZ no longer aliases MOV.Michal Krol
2008-06-02i915: SWZ no longer aliases MOV.Michal Krol
2008-06-02cell: SWZ no longer aliases MOV.Michal Krol
2008-06-02tgsi: SWZ no longer aliases to MOV.Michal Krol
2008-06-02gallium: The SWZ opcode no longer aliases MOV.Michal Krol
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31i915: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31cell: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31util: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31tgsi: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallivm: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31draw: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-31gallium: Refactor TGSI decalaration tokens.Michal Krol
2008-05-31i915: Comment out dead & problematic code.Michal Krol
2008-05-31i915: Add mising include.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31gallium: Fix preprocessor logic.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31scons: Enable mesa state tracker in all platforms by default.José Fonseca