mesa.git
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.
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-09-13 Brian PaulMove the ctx->FirstTimeCurrent initialization
2005-09-13 Brian Paulinit StencilOpSeparate to NULL
2005-09-12 Roland Scheideggeradd GL_ATI_fragment_shader support for r200
2005-09-12 Brian Pauladded a return upon out-of-memory, remove a needless...
2005-09-12 Brian Paulrestore brace lost in previous check-in
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-12 Roland Scheideggerremove unnecessary Swizzle parameter from struct (forgo...
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-09-12 Brian Paulmake lookup_query_object() static
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-11 Dave Airlieadd 1002:5460 M22 X300 card
2005-09-11 Dave Airliefix dri drivers build
2005-09-11 Brian PaulSilence some warnings.
2005-09-10 Brian Paulbunch of updates
2005-09-10 Brian Paulput GLUT sources into a separate tarball
2005-09-10 Brian PaulClean-up of sources/Makefile, bug 4111
2005-09-10 Brian Paulfix a problem w/ color index mode when CHAN_BITS=16
2005-09-10 Brian Paulmake some vars static
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-09-10 Roland Scheideggernew demo to test ATI_fragment_shader, not very creative...
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
next