Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / swrast / s_texstore.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-05-19 Brian Paulsome new comments
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-03-15 Brian Pauls/GLuint/GLushort/ in read_depth_stencil_image()
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-04 Brian PaulUse Visual.depthBits rather than Renderbuffer::DepthBit...
2005-10-01 Brian Paulfix an assertion
2005-09-30 Brian Paulimplemented fallbacks for GL_EXT_packed_depth_stencil
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-04-13 Brian Pauladded a work-around in _swrast_copy_texsubimage[123...
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-19 Keith WhitwellNew files