summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
2006-10-19fix problem when CHAN_BITS == 32 (bug 8704), remove unneeded assertionBrian Paul
2006-10-19Fix nonportable pointer+unsigned arithmetic. Use pointer+int.Michal Krol
2006-10-18added clamp_colors(), updated assertionsBrian Paul
2006-10-18minor re-org, doxygen commentsBrian Paul
2006-10-18Changed install filenames to libGL* and libOSMesa* so things work on DarwinBrian Paul
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick
2006-10-18Don't use x/y/w/h params given to Clear().Brian Paul
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul
2006-10-18Fix broken line clipping.Brian Paul
2006-10-18Fix a dangerous use of ASSERT in an else-clause not enclosed in braces.Brian Paul
2006-10-17Always convert colors to float before running a fragment shader/program.Brian Paul
2006-10-17fix fog color bugBrian Paul
2006-10-17Move struct atifs_machine into s_atifragshader.cBrian Paul
2006-10-17Seperate interpolate_colors() and interpolate_specular().Brian Paul
2006-10-17apply_aa_coverage() for ubyte/ushort/floatBrian Paul
2006-10-17new assertions - one of which is currently failing with arbfslight.cBrian Paul
2006-10-17remove obsolete intelBufferSize(), bump driver dateBrian Paul
2006-10-17Remove get_buffer_size()Brian Paul
2006-10-17Lots of fixes/changes to select color depth at runtime.Brian Paul
2006-10-17check if ctx->Driver.GetBufferSize==NULL and no-opBrian Paul
2006-10-17include x86-64.h to silence warningBrian Paul
2006-10-17Fix CHAN_BITS=32 issues.Brian Paul
2006-10-16Init _UseTexEnvProgram to fix failed assertion in i915_render_start() - this ...Brian Paul
2006-10-16Updates to intelWindowMoved():Brian Paul
2006-10-16Track the currently bound read drawable and make sure its info is upIan Romanick
2006-10-16Fix build when DEBUG is defined but DEBUG_MATH is not.Ian Romanick
2006-10-16s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings ...Brian Paul
2006-10-16Fix bug #8563.Ian Romanick
2006-10-16Set _NEW_BUFFERS in _mesa_resize_framebuffer(). This makes sure the swrastBrian Paul
2006-10-16remove some old code that could cause infinite recursionBrian Paul
2006-10-15allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul
2006-10-15regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-10-15Added #if / #else / #endif around code related to framebuffer initializationBrian Paul
2006-10-15updated comments, mark GetBufferSize() and ResizeBuffers() as obsoleteBrian Paul
2006-10-15minor clean-up: s/intel->driDrawable/dPriv/Brian Paul
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-15increate MaxTextureLevels to 11 (bug 3130)Brian Paul
2006-10-15check if files exist before installing (Thierry Reding)Brian Paul
2006-10-14Some code movement so that the gl_framebuffer is fully initialized beforeBrian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-10-14cut and paste error: s/Width/Height/Brian Paul
2006-10-14build fix: s/Table/TableUB/Brian Paul
2006-10-14assorted clean-upsBrian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger