mesa.git
2006-06-01 Brian Pauldocument MESA_TEX/TNL_PROG env vars
2006-05-31 Brian Paulfix extension_supported() function, added comments
2006-05-31 Tilman SauerbeckSWZ is nearly identical to MOV. the difference is that...
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-31 Claudio CiccaniUpdated config file.
2006-05-31 Claudio CiccaniAdded some example progs using DirectFBGL.
2006-05-31 Claudio CiccaniAdded DirectFB GLUT implementation.
2006-05-31 Claudio CiccaniFixed bug with multiple contexts.
2006-05-30 Brian Paulfix bug 7077 - mem leak
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-05-30 Brian Paulremove redundant 'const'
2006-05-30 Brian Paulfree convolved image / fix mem leak (bug 7077)
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
2006-05-30 Michal KrolAdd x86sse.h.
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-30 Michal KrolMake it running under Linux.
2006-05-30 Michal KrolFirst draft.
2006-05-29 Tilman Sauerbeckdon't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS...
2006-05-29 Brian Paulgeneric attribute 0 wasn't handled correctly (Jesse...
2006-05-27 Roland Scheideggerfix some whitespace in previous commit
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-24 Brian PaulThe ctx->_TexEnvProgram that's allocated in update_stat...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Paulfix a small memory leak in _mesa_add_state_reference()
2006-05-24 Brian Pauladded _mesa_align_realloc()
2006-05-24 Brian Pauluse GLbitfield for StateFlags, improved comments
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulinit mask=0 to silence warning
2006-05-23 Brian Paulmake mgaSetFence() and mgaWaitFence() static
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-23 Brian PaulIn cache_item(), there was sizeof(void) expression.
2006-05-22 Brian PaulGL_INDEX_OFFSET fix
2006-05-22 Brian PaulGL_INDEX_OFFSET didn't work with CI->RGB mappings.
2006-05-22 Keith Whitwellmemory usage fixes for glean/conform, use a better...
2006-05-22 Keith WhitwellFix typo
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-05-22 Keith WhitwellSpeedup the venerable mm.[ch] allocator with doubly...
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-20 Brian Paulglxinfo -l expanded, fixed bug 6863
2006-05-20 Brian Paulremove some redundant functions, fix-up reference counting
2006-05-20 Brian Pauluse new _mesa_remove_renderbuffer()
2006-05-20 Brian Pauluse new _mesa_dereference_frame/renderbuffer() functions
2006-05-20 Brian PaulAdded _mesa_remove_renderbuffer() as a counterpart...
2006-05-20 Brian PaulAdded _mesa_dereference_framebuffer() to encapsulate...
2006-05-19 Brian Paulsome new comments
2006-05-19 Brian Paulremove an assertion
2006-05-19 Brian Paulprint 2D vs 3D in window
2006-05-19 Brian Paulalso test 3D textures (press '2'/'3' to toggle)
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-19 Brian Paulreplace FORMAT var with RB_TYPE
2006-05-19 Brian PaulDemonstrate rendering 8, 16 and 32-bit/channel images...
2006-05-19 Brian Paulupdated docs for off-screen rendering
2006-05-19 Brian PaulAllow rendering 8, 16 and 32-bit/channel images without...
2006-05-19 Brian Paulinstall renderbuffer adaptors when color channel sizes...
2006-05-19 Brian Pauladded rbadaptors.[ch] files
2006-05-19 Brian Pauladded rbadaptors.c
2006-05-19 Brian PaulRenderbuffer adaptors.
2006-05-18 Brian Paulminor simplification
2006-05-18 Brian Paultexture EnvColor needs to be converted to GLchan, not...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-18 Brian Pauluse -march=i486 instead of -m486 (bug 6954)
2006-05-18 Brian Paulchange initialization of texcoords - not all C compiler...
2006-05-18 Brian Pauladd extra APP_LIB_DEPS (bug 6954)
2006-05-17 Brian Pauladded solaris-x86-gcc-static
2006-05-17 Brian Paulgenerate shared lib, not static
2006-05-17 Brian Paulformerly known as solaris-x86-gcc
2006-05-17 Brian Paulcall reshape() after init() to set initial projection...
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-05-16 Tilman Sauerbeckbug 6941: fixed initial rendering problems in glxgears
2006-05-16 Michal KrolFix typo.
2006-05-16 Michal KrolAdd functions.
2006-05-16 Michal KrolWrite attribs to slang machine.
2006-05-16 Michal KrolChange error message wording.
2006-05-16 Michal KrolRename print() to printMESA().
2006-05-16 Michal KrolFix attrib handling.
2006-05-16 Michal KrolExtend printMESA function to output also to shader...
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-05-16 Michal KrolCleanup code.
2006-05-16 Michal KrolChange constructor prototype.
2006-05-16 Michal KrolRemove carriage returns.
2006-05-16 Michal KrolAdd GetInfoLogLength and WriteAttrib functions.
2006-05-16 Michal KrolCleanup GLhandle-to-object translation macros.
2006-05-16 Michal KrolGLSL regression test suite.
2006-05-15 Brian Pauladded a few extension #ifdef tests
2006-05-15 Brian PaulAdded a check_context_limits() function that checks...
2006-05-15 Brian Paulusage() function
2006-05-14 Brian Paulremove some unused macros
2006-05-14 Brian Pauls/GLbyte/GLubyte/
2006-05-14 Brian Paulfix typo, remove dead code
2006-05-13 Brian PaulExpanded output with -l option: vertex/fragment program...
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-05-12 Dave Airliethis should use the configured number not the MAX,...
2006-05-11 Brian PaulIn __glXPushArrayState() we weren't pushing the index...
2006-05-11 Brian Paulsimplify image setup code, added LOD Bias control ...
2006-05-10 Brian Paulsimple texture compression test
2006-05-10 Brian Paulnew test image - Delicate Arch, Utah
2006-05-10 Brian PaulTest program for exercising GL_TEXTURE_BASE_LEVEL and...
2006-05-10 Brian Paulmove check for event.xbutton.button <= GLUT_MAX_MENUS...
next