summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
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-02rtasm: Use enum sse_cc in sse_cmpps.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-02tgsi: SWZ no longer aliases to MOV.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-31draw: Remove const qualifier.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31draw: Eliminate stdio usage.José Fonseca
2008-05-31gallium: Port timing functions to WinCE.José Fonseca
2008-05-30draw: trim incoming primitivesKeith Whitwell
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-30gallium: Replace getenv by placeholder code on WinCE.José Fonseca
2008-05-29draw: quieten some debugKeith Whitwell
2008-05-29draw: add more switches to turn FSE on/offKeith Whitwell
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-05-29psb: Make msvc happy.José Fonseca
2008-05-29draw: michal's patch for calling powf... teapot still not quite rightKeith Whitwell
2008-05-29draw: better calculation of fetch_countKeith Whitwell
2008-05-29draw: remove printfKeith Whitwell
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-29scons: Remove duplicate entry.Michal Krol
2008-05-29draw: Put PIPE_CDECL in the right places.José Fonseca
2008-05-29draw: share machineKeith Whitwell
2008-05-28draw: enable FSE by defaultKeith Whitwell
2008-05-28rtasm: special case for [ebp]Keith Whitwell
2008-05-28draw: Use PIPE_CDECL.José Fonseca
2008-05-28scons: Add new files.José Fonseca
2008-05-28scons: List missing files for draw module.Michal Krol
2008-05-28draw: Decorate callbacks with PIPE_CDECL.Michal Krol
2008-05-28tgsi: Observe constness.José Fonseca
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-27draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: add disabled debug codeKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: fix ABS aliasing bugKeith Whitwell
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: remove dead fileKeith Whitwell
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz