mesa.git
2006-11-01 Keith WhitwellPatch from <haihao.xiang@intel.com> -- pass program...
2006-11-01 Brian Paulchange DEBUG_FRAG conditions
2006-11-01 Brian Paulfix some bugs in interpolate_specular()
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-31 Brian Paulmake use of Parameters->StateFlags in _swrast_update_fr...
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-31 Brian Paulfix MINGW32 problems
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-31 Brian PaulIn TEX instructions, use precomputed lambda only if...
2006-10-31 Brian PaulFor TEX instructions use lambda=0. When sampling from...
2006-10-30 Ian RomanickFix bug #8799.
2006-10-30 Ian RomanickRefactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackC...
2006-10-30 Ian RomanickGet DRI drawable from framebuffer object.
2006-10-30 Brian Paulcode tweaks, remove old comments
2006-10-30 Brian Paulfix _mesa_problem() text
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-30 Brian Paulremove debug code
2006-10-29 Brian PaulRather than always allocating 100 instructions, put...
2006-10-29 Brian PaulNew _mesa_exec_vertex_state_program() function. Start...
2006-10-29 Brian Paulfix wrong inequality
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-29 Brian PaulProgram instructions are initialized before parsing...
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-26 Roland Scheideggerremove code for inserting mvp transform into position...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
2006-10-25 Roland Scheideggerchange some bogus comments regarding the base e exponen...
2006-10-24 Roland Scheideggerfix (per-vertex) fog when using ARB_vp by incorporating...
2006-10-24 Ian RomanickAdd missing call to glutInit.
2006-10-24 Brian Pauls/GLchan/GLubyte/
2006-10-24 Brian Paulwhitespace clean-up
2006-10-23 Keith WhitwellEmit cliprects in the userspace driver as required...
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Pauladd minstall script to MAIN_FILES (bug 8720)
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
2006-10-22 Brian Paulsilence used var warnings
2006-10-22 Brian PaulColor clamping fixes.
2006-10-21 Brian Paulmove/improve comments, clean up code in a few places
2006-10-21 Brian Paulfix another logic error in computing deferredTexture
2006-10-21 Brian PaulFor deferredTexture, need to check if the fragment...
2006-10-21 Brian Paulmove interpolate_varying() call
2006-10-21 Brian Pauldon't use params passed to Clear()
2006-10-21 Brian PaulMove interpolate_texcoords() and interpolate_varying...
2006-10-19 Brian PaulConsolidate some code into shade_texture_span().
2006-10-19 Brian Paulfixed Fixed/Int bug
2006-10-19 Brian Paulremove temp code
2006-10-19 Brian Paulremove some debug/test changes
2006-10-19 Brian PaulNew bin/minstall script - a minimal replacement for...
2006-10-19 Brian Paulfix problem when CHAN_BITS == 32 (bug 8704), remove...
2006-10-19 Michal KrolFix nonportable pointer+unsigned arithmetic. Use pointe...
2006-10-18 Brian Pauladded clamp_colors(), updated assertions
2006-10-18 Brian Paulminor re-org, doxygen comments
2006-10-18 Brian PaulChanged install filenames to libGL* and libOSMesa*...
2006-10-18 Ian RomanickEnable GLX_SGI_make_current_read for radeon.
2006-10-18 Brian PaulDon't use x/y/w/h params given to Clear().
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-18 Brian PaulglDrawPixels, line clipping bug fixes
2006-10-18 Brian PaulFix broken line clipping.
2006-10-18 Brian PaulFix a dangerous use of ASSERT in an else-clause not...
2006-10-17 Brian PaulAlways convert colors to float before running a fragmen...
2006-10-17 Brian Paulfix fog color bug
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-17 Brian PaulSeperate interpolate_colors() and interpolate_specular().
2006-10-17 Brian Paulapply_aa_coverage() for ubyte/ushort/float
2006-10-17 Brian Paulnew assertions - one of which is currently failing...
2006-10-17 Brian Paulremove obsolete intelBufferSize(), bump driver date
2006-10-17 Brian PaulRemove get_buffer_size()
2006-10-17 Brian PaulLots of fixes/changes to select color depth at runtime.
2006-10-17 Brian Paulcheck if ctx->Driver.GetBufferSize==NULL and no-op
2006-10-17 Brian Paulinclude x86-64.h to silence warning
2006-10-17 Brian PaulFix CHAN_BITS=32 issues.
2006-10-16 Brian PaulAdded -clip option to test glCopyPixels beyond window...
2006-10-16 Brian PaulInit _UseTexEnvProgram to fix failed assertion in i915_...
2006-10-16 Brian PaulUpdates to intelWindowMoved():
2006-10-16 Ian RomanickTrack the currently bound read drawable and make sure...
2006-10-16 Ian RomanickFix build when DEBUG is defined but DEBUG_MATH is not.
2006-10-16 Brian Pauls/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to...
2006-10-16 Ian RomanickFix bug #8563.
2006-10-16 Brian PaulSet _NEW_BUFFERS in _mesa_resize_framebuffer(). This...
2006-10-16 Brian Paulremove some old code that could cause infinite recursion
2006-10-15 Brian Paulallow >10 mipmap levels (patch by Benno Schulenberg...
2006-10-15 Brian Paulregenerated to get DRI_CONF_EXCESS_MIPMAP()
2006-10-15 Roland Scheideggerfix handling of textures with a base internal format...
2006-10-15 Brian PaulAdded #if / #else / #endif around code related to frame...
2006-10-15 Brian Paulupdated comments, mark GetBufferSize() and ResizeBuffer...
2006-10-15 Brian Paulminor clean-up: s/intel->driDrawable/dPriv/
2006-10-15 Brian PaulRemove calls to _mesa_ResizeBuffersMESA() - generally...
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Jerome GlisseUse endianness test function provided by mesa.
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-15 Brian Paulincreate MaxTextureLevels to 11 (bug 3130)
2006-10-15 Brian Paulcheck if files exist before installing (Thierry Reding)
2006-10-14 Brian Paulallow specifying image size on cmd line
2006-10-14 Brian PaulSome code movement so that the gl_framebuffer is fully...
2006-10-14 Brian PaulBig re-org of buffer size management.
next