Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main /
2005-09-23 Jouk Jansen Committing in .
2005-09-23 Brian Paulremove printf
2005-09-23 Brian PaulReplace gl_framebuffer's _ColorReadBufferMask with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian Pauls/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_Get...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-20 Brian Paulchange mask[] test in put_mono_row_uint()
2005-09-20 Brian Paulreplace STENCIL_BITS with stencilMax value
2005-09-20 Brian Paulremove STENCIL_MAX
2005-09-20 Brian Paulchange location of ffs() code for windows
2005-09-19 Brian Paulinit a=0
2005-09-19 Brian Pauls/GLchan/GLubyte/, fix error string, add comment
2005-09-19 Brian Paulupdated comment
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-15 Brian PaulRemove a bunch texel fetch functions that can be handle...
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-14 Brian Paulclean-up some _mesa_make_current() code
2005-09-13 Brian PaulMove _mesa_add_soft_renderbuffers() from framebuffer...
2005-09-13 Brian Paulprint version with debug info
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-09-13 Brian PaulMove the ctx->FirstTimeCurrent initialization
2005-09-12 Brian Paulmake lookup_query_object() static
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-10 Brian Paulmake some vars static
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-09-09 Brian Pauldon't generate selection hits for glBitmap, glDraw...
2005-09-08 Keith WhitwellKeep NumTemporaries uptodate.
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-09-07 Brian Paulnew comment
2005-09-07 Brian Paulminor tweaks to _mesa_ResizeBuffersMESA()
2005-09-06 Brian Paulminor formatting fix
2005-09-06 Brian Pauljust changes/updates to comments
2005-09-06 Brian Paulremove DEFARRAY, CHECKARRAY stuff
2005-09-05 Karl SchultzWindows mesa.def file had been moved to the drivers...
2005-09-03 Brian Paulfudge set_component_sizes() a bit, see comments
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-09-02 Brian Paulcomments
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-09-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
2005-08-31 Brian PaulJust additional comments.
2005-08-31 Brian Paulremove dead code, update comments
2005-08-28 Brian Paulfix a few proxy color table bugs (bug 4270)
2005-08-27 Brian Paulcheck the Ready flag when getting GL_QUERY_RESULT_ARB
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-26 Adam Jackson/dri/msg
2005-08-25 Brian Pauldon't compile debug code (bug 4242: rand undefined)
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-23 Brian Paulsimplify, clean-up texel addressing macros
2005-08-22 Brian Paulbump version to 6.5
2005-08-18 Brian PaulReplace mult/div operators with bitwise operators in...
2005-08-16 Brian PaulBump version to 6.3.2
2005-08-15 Roland ScheideggerIn _mesa_TexEnvfv, do not accept values for GL_OPERAND2...
2005-08-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-08-10 Ian RomanickRemove _glapi_check_multithread from the interface...
2005-08-10 Brian Paulthe PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-21 Brian Paulbump version to 6.3.1
2005-07-21 Brian Paulcheck for FEATURE_EXT_framebuffer_object to enable...
2005-07-21 Brian Paulremove ^M chars, disable shading language extensions
2005-07-19 Brian Paulreplace fprintf() calls with _mesa_problem()
2005-07-19 Brian Paulremove fprintf()
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-15 Brian Paulneed to flush vertices for GL_OCCLUSION_TEST_RESULT_HP...
2005-07-13 Keith WhitwellAdd a LDEXPF wrapper macro.
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-07-05 Brian PaulThe old MESA_PBUFFER_ALLOC() function allocated memory...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-07-01 Karl SchultzDon't #define __FUNCTION__ on a Microsoft C compiler...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-07-01 Brian Paulremove OLD_RENDERBUFFER stuff
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-30 Brian Paulremove \n from warning message string
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-27 Brian Paulremove unused MEMSET16 macro
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-06-26 Brian Paulfix for-loop in _mesa_GetDouble to avoid out of bounds...
2005-06-26 Brian Paulcheck for null oldBuffer in _mesa_realloc(), cleaned...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-20 Jeremy Kolbran "make" after update to glX_proto_send.py.
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-13 Brian Paulmingw changes (Nolan Leake)
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-07 Brian Paulfix GL_ALPHA render-to-texture problem (Jon Smirl)
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-06-01 Brian Pauladded code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICAT...
2005-05-31 Brian Pauladd support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE...
2005-05-27 Brian Paulproperly pop the GL_TEXTURE_GEN_ enable state
2005-05-26 Ian RomanickFix gl_enums.py so that enums that are listed with...
2005-05-24 Karl SchultzCleanup some Windows junk.
next