Avoid building problematic module/drivers on windows.
[mesa.git] / src /
2008-02-22 José FonsecaAvoid building problematic module/drivers on windows.
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 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: 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é 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.
2008-02-19 José FonsecaInitial scons support to build gallivm.
2008-02-19 José FonsecaMore llvm -> gallivm.
2008-02-19 Briangallium: move draw_set_viewport_state() call, plus...
2008-02-19 Briangallium: call draw_flush() for scissor/stipple state...
2008-02-18 Briangallium: remove the prototype/unused wide_line_aa(...
2008-02-18 Briangallium: antialiased line drawing
2008-02-18 José FonsecaUpdate for llvm -> gallivm rename.
2008-02-18 José FonsecaRename llvm -> gallivm.
2008-02-18 José FonsecaStandardize on using the pipe/ include prefix.
2008-02-18 José FonsecaUpdate scons build for new code layout.
2008-02-18 José FonsecaCleanup depend files.
2008-02-18 José FonsecaActually use GALLIUM_DRIVER_DIRS.
2008-02-18 José FonsecaCode reorganization: split gallium and mesa makefiles.
2008-02-17 Zack Rusinfix the build
2008-02-16 Briangallium: add missing mip level clamp
2008-02-16 Briangallium: tweak texture filter min/mag thresholds
2008-02-16 Briangallium: implement min vs. mag filter determination...
2008-02-15 Ian RomanickCell: Enable code gen for SPE attribute fetch
2008-02-15 Ian RomanickMake this file build on non-SSE builds (e.g., Cell)
2008-02-15 Ian RomanickMove cell_vertex_fetch.c for recent code reorg.
2008-02-15 Ian RomanickInitial version of code gen for attribute fetch
2008-02-15 Ian RomanickCorrect the convert to and from float instructions
2008-02-15 Keith Whitwelltgsi: pass through failure to sse-codegenerate for...
2008-02-15 Keith Whitwelldraw: subclass vertex shaders according to execution...
2008-02-15 Keith Whitwellsoftpipe: rename some functions to disambiguate
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/ -- update build.
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.
2008-02-15 Keith Whitwellgallium: reorganize fragment shader execution, unbreak sse
2008-02-15 Keith Whitwelltgsi: disable dummy sse2 texture code
2008-02-15 José FonsecaCode reorganization: placeholder for state-trackers.
2008-02-15 José FonsecaCode reorganization: update build.
2008-02-15 José FonsecaCode reorganization: move files into their places.
2008-02-15 Zack Rusinvastly simplify indexing
2008-02-15 Zack Rusinredo indirection
2008-02-15 Zack Rusinredo the way immediates are handled
2008-02-15 Zack Rusinrename 'argument' to 'load' because that's what it...
2008-02-15 Zack Rusinimplement swizzling on writes
2008-02-15 Zack Rusina call was missed during the last rename
2008-02-15 Michal Krolgallium: Fix memory leak.
2008-02-15 Michal Krolgallium: Fix memory leak.
2008-02-15 Michal Krolgallium: Use align_free() to free aligned memories.
2008-02-15 Michal Krolgallium: Fix build on Windows.
2008-02-15 Michal Krolgallium: Use MALLOC().
2008-02-15 José Fonsecagallium: Fix MSVC compiler warnings.
2008-02-15 Briangallium: remove some debug assertions in vertex format...
2008-02-15 Briangallium: rearrange vertex info/layout validation
next