mesa.git
2008-02-25 Briangallium/i915: need to recompute vertex info if vertex...
2008-02-25 Briangallium/i915: call draw_flush() in i915_flush()
2008-02-25 Briangallium: fix bad ptr assignment
2008-02-25 Briangallium/i915: use draw_find_vs_output() directly, fix...
2008-02-25 Briansoftpipe: use draw_find_vs_output() directly
2008-02-25 Briangallium: modify draw_find_vs_output() to search vertex...
2008-02-25 Briangallium/i915: Use hardware rendering, unless INTEL_SP...
2008-02-25 Briangallium/i915: added SGT/SLE opcodes
2008-02-25 José FonsecaMake the pipe headers C++ friendly.
2008-02-25 José FonsecaGet more debugging info out of MSVC.
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-25 José FonsecaUpdate git ignores.
2008-02-25 José FonsecaReplace standand library functions by portable ones.
2008-02-25 José FonsecaAdd Zack's comments about CSOs.
2008-02-25 José FonsecaCleanup scons files.
2008-02-24 José FonsecaUpdate some msvc compiler flags.
2008-02-24 José FonsecaAdd new files.
2008-02-24 José FonsecaA few more tweaks to get correct WINDDK compilation.
2008-02-24 José Fonsecagallium: Fix MSVC warnings.
2008-02-23 Briangallium: disable early Z test if fragment shader contai...
2008-02-23 Briangallium: added TGSI_FILE_COUNT
2008-02-23 Briangallium: added new tgsi_scan.c / tgsi_scan_shader(...
2008-02-23 José Fonsecagallium: MSVC fixes.
2008-02-23 José FonsecaRevamp scons usage.
2008-02-23 José FonsecaBring in several forgotten MSVC fixes.
2008-02-23 José FonsecaFix typo.
2008-02-23 Briangallium: fix a state validation bug found w/ pointblast.c
2008-02-23 Briangallium: fix bug in which wide point stage overrode...
2008-02-22 Briangallium/i915: overhaul of fragment shader compilation...
2008-02-22 Briani915: include stdio.h
2008-02-22 Briani915: include p_debug.h (resolves undefined assert())
2008-02-22 Briangallium: fix brokenb build
2008-02-22 Briancell: added function prototypes to silence warnings
2008-02-22 Briancell: fix build: s/dest/vertex/
2008-02-22 José Fonsecagallium: Countour MSVC's pickyness for structures retur...
2008-02-22 José Fonsecagallium: Wrap decls in extern "C".
2008-02-22 José Fonsecagallium: Add cso convenience routine (from Keith's...
2008-02-22 José Fonsecagallium: MSVC fixes.
2008-02-22 Michal Krolgallium: Fix build on Windows.
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
2008-02-22 Michal Krolgallium: Silence compiler warnings on Windows.
2008-02-22 Michal Krolgallium: Define intptr_t for Windows platform.
2008-02-22 Michal Krolgallium: Move align_pointer() to p_pointer.h.
2008-02-22 Michal Krolgallium: New file.
2008-02-22 José FonsecaAvoid building problematic module/drivers on windows.
2008-02-22 José FonsecaDon't parse mesa's rtasm asm module.
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-21 Briangallium: fill in some blend/rasterizer template fields...
2008-02-21 Briangallium: comments, white-space clean-up
2008-02-21 Keith Whitwell[PATCH] softpipe: unbreak sp_setup_pos_vector on non...
2008-02-21 Keith Whitwell[PATCH] gallium: include p_compiler.h for boolean defn
2008-02-21 Keith Whitwelldraw: vertex cache rework
2008-02-21 Keith Whitwelltgsi: print debug messages on failure to codegenerate
2008-02-21 Ian RomanickCell: Remove erroneous ALIGN16_ATTRIB attributes
2008-02-21 Ian RomanickCell: Add spu_dcache.c to Makefile.
2008-02-21 Ian RomanickCell: Initial scalar implementation of spu_dcache_mark_...
2008-02-21 Ian RomanickCell: Fix off-by-one error in spu_dcache_fetch_unaligned
2008-02-21 Ian RomanickCell: Initial pass at unified data cache
2008-02-21 Briangallium: include p_inlines.h
2008-02-21 Briangallium: s/pipe_reference_texture/pipe_texture_reference/
2008-02-20 Briangallium: re-fix some msvc warnings
2008-02-20 Briancell: use pipe_texture_reference()
2008-02-20 Briangallium: replace some ordinary assignments with pipe_re...
2008-02-20 Briangallium: fix bad ptr comparison
2008-02-20 Briancell: rename cell_state_fs.c -> cell_state_shader.c
2008-02-20 Briancell: init shader-related functions in cell_init_shader...
2008-02-20 Briancell: #includes to silence warnings
2008-02-20 Briancell: plug in cell_set_sampler_texture
2008-02-20 BrianRemove obsolete files replaced by cell_pipe_state.c
2008-02-20 Briancell: put most simple state-setter functions in new...
2008-02-20 Briangallium: re-org of i965 texture/surface code, functions
2008-02-20 Briangallium: minor re-org of 915 surface/texture code
2008-02-20 Briangallium: new pipe->texture_update() function
2008-02-20 Briangallium: mark texture object data dirty in do_copy_texs...
2008-02-20 Briangallium: re-enable GenerateMipmap calls
2008-02-20 BrianTest calling glTexSubImage2D mid-way through a frame.
2008-02-20 Briangallium: state tracker didn't always notify drivers...
2008-02-20 Briangallium: use pipe_texture_reference() in sp_tile_cache_...
2008-02-19 Briangallium: general clean-up of xlib winsys Makefile
2008-02-19 Briangallium: initialize the killmask register to zero befor...
2008-02-19 Briangallium: add some casts to prevent likely msvc warnings
2008-02-19 Briangallium: don't hard-code attrib slot=0 in setup_fragcoo...
2008-02-19 Briangallium: implement correct sampling for RECT targets...
2008-02-19 Briangallium: updated cell build
2008-02-19 Ian RomanickCell: Add missing "gallium/winsys" to SRC_DIRS to fix...
2008-02-19 Ian RomanickCell: emit vertex shaders and uniforms more intelligently
2008-02-19 Ian RomanickCell: trivial clean-ups
2008-02-19 José FonsecaFix windows build.
2008-02-19 José FonsecaPortability fixes.
2008-02-19 José FonsecaWindows (DDK) compilation support.
2008-02-19 José FonsecaRemove src/mesa and src/mesa/main from gallium source...
2008-02-19 José FonsecaBring in ppc spe rtasm into gallium's rtasm module.
2008-02-19 José FonsecaAdd run-time cpu capabilities detection stubs.
2008-02-19 José FonsecaSimplify makefile boilerplate code.
2008-02-19 José FonsecaUse gallium's rtasm module.
2008-02-19 José FonsecaMove mm.c code into util module.
2008-02-19 José FonsecaAdd copyright headers to all rtasm source files.
2008-02-19 José FonsecaRename rtasm files.
2008-02-19 José FonsecaBring rtasm from mesa to gallium.
next