Add support for GL_EXT_stencil_wrap, from hearing that the windows drivers did
[mesa.git] / src / mesa / main /
2005-10-21 Brian Paulfix GLX server resize/crash when resizing windows
2005-10-20 Jouk Jansen descrip.mms syntax correction
2005-10-19 Brian Paulupdated for new mm.c, execmem.c files
2005-10-18 Brian Paulmove _mesa_exec_malloc/free() up near other malloc...
2005-10-18 Brian PaulLots of clean-ups. Replace __inline__ with INLINE...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-12 Brian Paulremove unused _mesa_log2() (bug 4468)
2005-10-08 Brian Paulchange test for presence of accum buffer
2005-10-08 Brian PaulFix some issues with state updates and renderbuffers...
2005-10-07 Keith WhitwellPopulate arb_fp_instruction negate field correctly.
2005-10-07 Brian PaulFix a number of point size attenuation problems.
2005-10-05 Brian Paulfix byteswapping bug in _mesa_texstore_ycbcr() (Benjami...
2005-10-05 Brian PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-04 Brian Paulcheck if deleting currently bound frame/renderbuffer...
2005-10-04 Brian Paulfix behaviour of glIsFrame/Renderbuffer()
2005-10-04 Brian Paulchange initialization of renderbuffer DepthBits
2005-10-03 Adam JacksonBug #1155: Define IEEE_ONE on Super-H as well.
2005-10-03 Brian Pauldisable a warning
2005-10-03 Brian Pauladded a few calls to _mesa_update_framebuffer_visual()
2005-10-03 Brian Paulfinish up some missing code
2005-10-01 Brian Paulcheck for GL_DEPTH_STENCIL_EXT
2005-10-01 Brian Paulplug in _mesa_texstore_z24_s8()
2005-10-01 Brian Pauladded _mesa_texstore_z24_s8()
2005-10-01 Brian Pauladditional error checking for GL_EXT_packed_depth_stencil
2005-10-01 Brian Paulfix broken z24_s8 fetcher
2005-10-01 Brian Paulupdated comment
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-10-01 Brian Paulmove around some error checking
2005-09-28 Brian Pauladd error checks for framebuffer completeness
2005-09-28 Brian Paulcheck for framebuffer completeness, code clean-up
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-28 Brian Paulchange initialization of rb->DepthBits
2005-09-28 Brian Pauladded _mesa_scale_and_bias_depth()
2005-09-27 Brian Paultweak glAccum error checking
2005-09-27 Brian Paulgenerate GL_INVALID_OPERATION in glAccum if read/draw...
2005-09-27 Brian PaulLift all the format/type error checking out of the...
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
next