mesa.git
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.
2006-10-14 Brian Paulcut and paste error: s/Width/Height/
2006-10-14 Brian Paulbuild fix: s/Table/TableUB/
2006-10-14 Brian Paulassorted clean-ups
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-10-13 Brian Paulremove needless condition
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Ian RomanickFix dumb build errors.
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-13 Brian Pauls/GL_FALSE/0x0/
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-13 Brian Paulinclude glapi.h to fix broken build
2006-10-13 Keith WhitwellUpload of interleaved arrays currently assumes that...
2006-10-13 Keith WhitwellMake sure instructions are zero'd out before use.
2006-10-13 Keith WhitwellUse unsigned long batchbuffer offset, fixes x64 warnings.
2006-10-13 Keith WhitwellFix printf warning.
2006-10-13 Keith WhitwellUse unsigned long cast for checking pointer alignment...
2006-10-13 Keith WhitwellUse mesa function to get opcode name rather than an...
2006-10-13 Michal KrolIndent and cosmetic changes.
2006-10-13 Brian PaulRevamp color table code.
2006-10-12 Brian Pauladjust_colors() function replaces old _mesa_chan_to_flo...
2006-10-12 Brian Pauluse _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_t...
2006-10-12 Brian Paulremove _mesa_chan_to_float_span(), rename _mesa_map_ci8...
2006-10-12 Brian Paul_mesa_map_ci_to_rgba_chan() no longer used
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-12 Brian Paulremove some debug code invalidated by prev check-in
2006-10-11 Ian RomanickFix bug #4681.
2006-10-11 Brian Pauluse GLvoid * for _swrast_write_zoomed_rgb/rgba_span...
2006-10-11 Brian Paulrewrite/simplify the fast_draw_pixels() function
2006-10-11 Brian Pauluse _mesa_convert_colors(), update some assertions
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-10-11 Brian Paulsupport for runtime renderbuffer depths
2006-10-11 Brian PaulIn xmesa_DrawPixels_8R8G8B() check if drawing into...
next