platform/upstream/mesa.git
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...
2006-05-10 Brian Paulcheck if button >= GLUT_MAX_MENUS in glutAttacheMenu()
2006-05-10 Keith WhitwellClean up previous change slightly
2006-05-10 Keith WhitwellUse a (much!) larger executable memory heap so that...
2006-05-09 Brian Paulcheck event button against GLUT_MAX_MENUS (bug 1484284)
2006-05-09 Brian Paul16/32-bit chan fixes, texture compression fixes
2006-05-09 Brian PaulWhen error-checking 'unit' against num_texture_units...
2006-05-09 Brian PaulAdd a new 'all' parameter to _mesa_get_compressed_forma...
2006-05-09 Brian Pauluse _mesa_compressed_texture_size() for GL_TEXTURE_COMP...
2006-05-08 Brian Paultwo more texture compression fixes
2006-05-08 Brian PaulMore updates for texture compression.
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-05-08 Brian Paulfix warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-05-07 Brian Paulmisc clean-ups
2006-05-07 Brian Paulminor clean-ups around DepthScale/Bias
2006-05-06 Brian Paulrestore -O flag (bug 6814)
2006-05-06 Brian PaulCheck for overflow when converting floating pt Z values...
2006-05-05 Brian Paulupdated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)
2006-05-05 Brian Paulcheck for float->uint overflow in _mesa_unpack_depth_span()
2006-05-05 Keith WhitwellDefine VERT_RESULT_EDGE
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
2006-05-05 Keith WhitwellRelease temporary
2006-05-03 Ian RomanickFix some silly spelling errors.
2006-05-02 Dave Airlieremove some unneeded includes
2006-05-02 David RevemanUpdate to final EXT_tfp tokens
2006-05-02 Dave Airliemove the pkg config flags for libdrm to the bottom
2006-05-01 Adam JacksonUpdate function signatures for EXT_tfp entrypoints.
2006-05-01 Brian Paulnew, faster version of __gluInvertMatrixd(), bug 6748
2006-04-29 Jeremy KolbBumped support for xcb 0.9
2006-04-28 Tilman Sauerbeckadded a trailing newline to pacify gcc
2006-04-28 Tilman Sauerbeckfptest1 requires GL_NV_fragment_program
2006-04-28 Brian Paulfix second memory leak (bug 5557)
2006-04-28 Brian Paulfix first memory leak (bug 5557)
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-04-27 Brian Paulreplace a bunch of casts with GET_XRB macro
2006-04-26 Brian Paulfix a few stride computations in _mesa_texstore_rgba()
2006-04-26 Aapo Tahkolafix warnings.
2006-04-26 Aapo TahkolaR300_SPAN_DISABLE_LOCKING env var
next