summaryrefslogtreecommitdiff
path: root/src
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-24Add new files.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-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
2008-02-21draw: vertex cache reworkKeith Whitwell
2008-02-21tgsi: print debug messages on failure to codegenerateKeith Whitwell
2008-02-21Cell: Remove erroneous ALIGN16_ATTRIB attributesIan Romanick
2008-02-21Cell: Add spu_dcache.c to Makefile.Ian Romanick
2008-02-21Cell: Initial scalar implementation of spu_dcache_mark_dirtyIan Romanick
2008-02-21Cell: Fix off-by-one error in spu_dcache_fetch_unalignedIan Romanick
2008-02-21Cell: Initial pass at unified data cacheIan Romanick
2008-02-20gallium: include p_inlines.hBrian
2008-02-20gallium: s/pipe_reference_texture/pipe_texture_reference/Brian
2008-02-20gallium: re-fix some msvc warningsBrian
2008-02-20cell: use pipe_texture_reference()Brian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-20gallium: fix bad ptr comparisonBrian
2008-02-20cell: rename cell_state_fs.c -> cell_state_shader.cBrian