mesa: refactor: move glTexEnv-related functions into new texenv.c file
[mesa.git] / src / mesa / main / image.c
2008-06-09 Brian Paulmesa: refactor: move _mesa_update_minmax/histogram...
2008-06-09 Brian Paulmesa: refactor: move pixel map/scale/bias code into...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2007-09-27 Briandon't use scissored bounds in _mesa_clip_copytexsubimage()
2007-09-26 BrianAdded new _mesa_clip_copytexsubimage() function to...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-08 Briancheck depthScale value for optimized ushort->uint case...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-05 Brianstencil pixel map didn't work in _mesa_unpack_stencil_s...
2007-07-02 Brianavoid unnecessary clamping of depth values (bug 11448)
2007-05-10 Brianmore indentation fixes, remove 'register' keywords
2007-05-10 Brianre-indent some code
2007-04-21 Brianfix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690
2007-04-19 BrianIn _mesa_unpack_depth_span() look for special cases...
2007-03-21 Brianmerge from master
2007-03-21 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-21 Xiang, Haihaomesa: revert f9f79c8d770e696249bd98c68b563f887562c974
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Xiang, Haihaomesa: SWAP_BUFF support when calling DrawPixels(DEPTH_C...
2007-03-17 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-16 BrianColortable re-org.
2007-03-16 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-15 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-15 Brianimplement byteswapping for all multi-byte types in...
2007-03-15 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-14 BrianRe-org of gl_pixel_attrib struct.
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Xiang, Haihaomesa: _mesa_unpack_image
2007-03-12 Brianclean-up, simplify _mesa_image_row_stride()
2007-03-12 Briantake GL_UNPACK_ALIGNMENT into account in _mesa_image_ro...
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-09 BrianNew IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rg...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-31 Xiang, Haihao_mesa_pack_rgba_span_float: fix for packing data into...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Brian Paulfix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044
2006-10-13 Brian Paulremove needless condition
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-13 Brian Paulremoved obsolete _mesa_pack_rgba_span_chan()
2006-10-12 Brian Pauldon't use temp storage in _mesa_convert_colors() when...
2006-10-11 Brian PaulAdded _mesa_convert_colors().
2006-09-11 Brian Paulundo some accidental changes in _mesa_is_legal_format_a...
2006-09-10 Brian PaulRedefine the BYTE_TO_FLOAT() and SHORT_TO_FLOAT() macro...
2006-05-07 Brian Paulmisc clean-ups
2006-05-05 Brian Paulcheck for float->uint overflow in _mesa_unpack_depth_span()
2006-03-28 Brian Paulcomment about byteswapping in _mesa_unpack_depth_span()
2006-03-26 Brian Paulmerge from texman branch
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-09 Brian PaulBug 4996.
2005-10-01 Brian Pauladded _mesa_pack_depth_stencil_span()
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-06 Brian Paulremove DEFARRAY, CHECKARRAY stuff
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-02 Brian Paulfix a comment
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-06-11 Brian Pauldisable GL_INTENTSITY in _mesa_is_legal_format_and_type...
2004-05-12 Brian PaulGL_BGR can't be used with the packed types, according...
2004-05-12 Brian Paulsome component ordering bugs in extract_float_rgba()
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulminor clean-ups
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2003-11-25 Brian Paulcasts for g++
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-07-23 Brian Paulfix a few more glitches from last big check-in
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-13 Brian Pauladded _mesa_image_image_stride()
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-06-13 Brian Paulfixed an assertion
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian Paul_mesa_pack_index_span() was broken for non-GLubyte...
next