summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-25Added line smooth testBrian
2008-02-25gallium: clamp line width when creating raster state objectBrian
2008-02-25gallium/i915: plug in aaline draw stageBrian
2008-02-25gallium/i915: make sure state is up to date in i915_vbuf_render_get_vertex_in...Brian
2008-02-25gallium/i915: need to recompute vertex info if vertex shader changesBrian
2008-02-25gallium/i915: call draw_flush() in i915_flush()Brian
2008-02-25gallium: fix bad ptr assignmentBrian
2008-02-25gallium/i915: use draw_find_vs_output() directly, fix broken fogcoords.Brian
2008-02-25softpipe: use draw_find_vs_output() directlyBrian
2008-02-25gallium: modify draw_find_vs_output() to search vertex shader outputsBrian
2008-02-25gallium/i915: Use hardware rendering, unless INTEL_SP env var is setBrian
2008-02-25gallium/i915: added SGT/SLE opcodesBrian
2008-02-25Make the pipe headers C++ friendly.José Fonseca
2008-02-25Get more debugging info out of MSVC.José Fonseca
2008-02-25Remove files of unsupported build systems.José Fonseca
2008-02-25Update git ignores.José Fonseca
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-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-22i915: include stdio.hBrian
2008-02-22i915: include p_debug.h (resolves undefined assert())Brian
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