summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-25Replace standand library functions by portable ones.José Fonseca
2008-02-25Add Zack's comments about CSOs.José Fonseca
2008-02-25Cleanup scons files.José Fonseca
2008-02-25nv40: remove pipe_state struct now.Ben Skeggs
2008-02-25nv40: construct vbo state the same way as the restBen Skeggs
2008-02-25nv40: dump meaningful names for surface formatsBen Skeggs
2008-02-24Update some msvc compiler flags.José Fonseca
2008-02-24Add new files.José Fonseca
2008-02-24A few more tweaks to get correct WINDDK compilation.José Fonseca
2008-02-24gallium: Fix MSVC warnings.José Fonseca
2008-02-23gallium: disable early Z test if fragment shader contains KIL instruction.Brian
2008-02-23gallium: added TGSI_FILE_COUNTBrian
2008-02-23gallium: added new tgsi_scan.c / tgsi_scan_shader() functionBrian
2008-02-24gallium: MSVC fixes.José Fonseca
2008-02-23Revamp scons usage.José Fonseca
2008-02-23Bring in several forgotten MSVC fixes.José Fonseca
2008-02-23Fix typo.José Fonseca
2008-02-22gallium: fix a state validation bug found w/ pointblast.cBrian
2008-02-22gallium: fix bug in which wide point stage overrode the aapoint stageBrian
2008-02-22gallium/i915: overhaul of fragment shader compilation, constant/immediate all...Brian
2008-02-22nv30: init zeta to NULL, use color pitch if no zetaPatrice Mandin
2008-02-22i915: include stdio.hBrian
2008-02-22i915: include p_debug.h (resolves undefined assert())Brian
2008-02-22nv30: wrong number of parametersPatrice Mandin
2008-02-22gallium: fix brokenb buildBrian
2008-02-22cell: added function prototypes to silence warningsBrian
2008-02-22cell: fix build: s/dest/vertex/Brian
2008-02-23gallium: Countour MSVC's pickyness for structures returned by value.José Fonseca
2008-02-23gallium: Wrap decls in extern "C".José Fonseca
2008-02-23gallium: Add cso convenience routine (from Keith's patch).José Fonseca
2008-02-23gallium: MSVC fixes.José Fonseca
2008-02-23gallium: Fix build on Windows.Michal Krol
2008-02-23gallium: Silence compiler warnings on Windows.Michal Krol
2008-02-23gallium: Silence compiler warnings on Windows.Michal Krol
2008-02-23gallium: Define intptr_t for Windows platform.Michal Krol
2008-02-23gallium: Move align_pointer() to p_pointer.h.Michal Krol
2008-02-23gallium: New file.Michal Krol
2008-02-23Avoid building problematic module/drivers on windows.José Fonseca
2008-02-23Don't parse mesa's rtasm asm module.José Fonseca
2008-02-22nv40: stateobj start out with 0 refcountBen Skeggs
2008-02-22nv40: move hw_dirtyBen Skeggs
2008-02-22nv40: rework fragment texture stateBen Skeggs
2008-02-22nouveau: fix buildBen Skeggs
2008-02-22Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-21gallium: fill in some blend/rasterizer template fields to make sure they're a...Brian
2008-02-21gallium: comments, white-space clean-upBrian
2008-02-21[PATCH] softpipe: unbreak sp_setup_pos_vector on non-x86 systemsKeith Whitwell
2008-02-21[PATCH] gallium: include p_compiler.h for boolean defnKeith Whitwell