Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / swrast / s_texstore.c
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-09-30 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into nouveau...
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-09 Dave Airlieswrast/dri: switch over users of generate_mipmap to...
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