mesa.git
2005-09-29 Brian Pauladded _swrast_put_row()
2005-09-29 Brian PaulRewrite much of the pixel zoom code.
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 Paulupdated assertions (see bug 4590)
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 GL_EXT_packed_depth_stencil
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-26 Brian PaulglDraw/CopyPixels of stencil data didn't obey the stenc...
2005-09-26 Roland Scheideggerremove identity check for texgen planes (which was...
2005-09-26 Roland Scheideggerfix projective texturing for (swtcl) texture rectangles...
2005-09-26 Brian PaulAdded XMesaDrawable to xmesa_renderbuffer. Use it...
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-09-25 Dave Airlieadd link for radeon_egl.c
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 Paulfix clipped glReadPixels bug
2005-09-23 Brian Pauladded XOR line optimization
2005-09-23 Brian PaulAdded a fast xor_line() function. Uses XDrawLine with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-23 Brian Paulimprove the test for using software alpha buffer
2005-09-22 Ian RomanickEnable GL_ARB_texture_mirrored_repeat on Savage4. ...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-22 Brian PaulWhen testing visual attributes, use the Draw/Read buffe...
2005-09-22 Brian Paulfix a debug message
2005-09-22 Brian Paulchanged a renderbuffer check
2005-09-21 Brian Pauls/GL_DEPTH_BITS/GL_TEXTURE_DEPTH_SIZE_ARB/ in _mesa_Get...
2005-09-21 Brian Pauladd missing scale factor in _swrast_read_depth_span_float()
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-21 Brian Paulreplace GLdepth with GLuint
2005-09-20 Brian Pauls/programss/programs/
2005-09-20 Brian Paulinitial check-in
2005-09-20 Brian Paulremove 31-bit Z buffer work-around
2005-09-20 Brian Paulchange mask[] test in put_mono_row_uint()
2005-09-20 Brian Paulcompute z[i] as GLuint
2005-09-20 Brian Paulsome improvements to _swrast_clear_depth_buffer()
2005-09-20 Brian Paulremove unneeded sizeof(GLdepth) test
2005-09-20 Brian PaulChange zLeft and zval to GLuint. Seems to fix 32-bit...
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-19 Brian Pauls/unsigned long/drm_handle_t/ to get compilation of...
2005-09-19 Brian Paulcompilation fixes, don't know if runtime works
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-09-16 Brian Paulremove unused _swrast_read_depth_span()
2005-09-16 Brian Paullots of little clean-ups, improvements
2005-09-16 Brian Paulchange some comments
2005-09-16 Brian Paulpass mask=NULL to write all pixels in clear_ci_buffer_w...
2005-09-16 Brian Paulremove unused ctx var
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-16 Brian Paulalphabetize
2005-09-16 Brian PaulRework the texture filtering functions a bit.
2005-09-16 Brian Paulreplace a couple macros with inlined functions
2005-09-16 Brian Paulmore GLuint->GLbitfield changes
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-15 Brian PaulCode clean-ups, reorg.
2005-09-15 Brian Paulsilence warning
2005-09-15 Brian PaulRemove a bunch texel fetch functions that can be handle...
2005-09-15 Brian Paulupdated comments
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-09-15 Brian Paulreplace s_texture.[ch] with s_texcombine.[ch] and s_tex...
2005-09-15 Brian PaulUpdate includes post-splitting of s_texture.c
2005-09-15 Brian PaulSplit the s_texture.c file into two new files:
2005-09-14 Brian Paulremove unused vars
2005-09-14 Brian Paulremove _tnl_MakeCurrent call
2005-09-14 Brian Paulinitial 6.5 release notes
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-14 Dave Airliefix breakage from Brians changes earlier
2005-09-14 Brian Paulclean-up some _mesa_make_current() code
2005-09-14 Brian Paulremove rm -f line
2005-09-14 Brian Paulremove .a file before creating new one
2005-09-14 Brian Paulpageflip change from radeon driver
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Paulmake some funcs static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauluse mklib script to make drivers instead of gcc -shared
2005-09-14 Brian Paulupdated comment
2005-09-14 Brian Paulmake some functions static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauladded driUpdateFramebufferSize()
2005-09-13 Brian PaulMove _mesa_add_soft_renderbuffers() from framebuffer...
2005-09-13 Brian Paulupdate like for MD2 viewer
2005-09-13 Brian Paulreplace semicolon with &&
2005-09-13 Brian Paulprint version with debug info
2005-09-13 Brian Paulfix FreeBSD problem (bug 4435)
2005-09-13 Eric AnholtFix libGL build on FreeBSD by respecting ASM_FLAGS.
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 Pauljust some reformatting
2005-09-13 Brian PaulClear either 8 or 16-bit stencil buffers.
next