Don't cast the return value of malloc/realloc
[mesa.git] / src / mesa / main / texstore.c
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-08-15 Jordan Justenmesa texstore: handle signed/unsigned integer clamping
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters CompressedTexImage
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from AllocTextureIm...
2012-08-12 Pauli Nieminenmesa: Remove unnecessary parameters from TexImage
2012-07-21 Jordan Justenmesa formats: add MESA_FORMAT_ABGR2101010_UINT
2012-07-20 Brian Paulmesa: update texstore.c comment
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexSubImage1...
2012-06-06 Brian Paulmesa: consolidate internal glCompressedTexImage1/2...
2012-06-06 Brian Paulmesa: consolidate internal glTexSubImage1/2/3D code
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-02-24 Brian Paulmesa: stop using MAX_WIDTH in texstore code
2012-02-22 Brian Paulmesa: add special case in texstore.c for GL_LUMINANCE_A...
2012-01-30 Brian Paulmesa: consolidate general ubyte texstore code
2012-01-30 Brian Paulmesa: use _mesa_pack_ubyte_rgba_rect() in texstore...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: more use of _mesa_format_matches_format_and_type...
2012-01-28 Brian Paulmesa: use _mesa_format_matches_format_and_type() in...
2012-01-27 Eric Anholtmesa: Don't round-trip integer texture data through...
2012-01-18 Brian Paulmesa: use GL_MAP_INVALIDATE_RANGE_BIT in glTexImage...
2012-01-12 Brian Paulmesa: fix incorrect float vs. int values in a few places
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-24 Brian Paulmesa: consolidate texstore functions
2011-12-24 Brian Paulmesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D...
2011-12-10 Dave Airliemesa: add missing RG_INTEGER and some RED_INTEGER_EXT...
2011-12-08 Brian Paulmesa: remove TextureMemCpy driver hook
2011-12-02 Eric Anholtmesa: Fix assertions for block size handling in glCompr...
2011-12-02 Eric Anholtmesa: Fix glCompressedTexSubImage (and non-Sub) for...
2011-12-02 Eric Anholtmesa: Fix glCompressedTexImage when dstRowStride !...
2011-12-02 Brian Paulmesa: fix some minor texstore comments
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88
2011-12-02 Brian Paulmesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88
2011-12-02 Chia-I Wumesa: add support for GL_OES_compressed_ETC1_RGB8_texture
2011-11-29 Brian Paulmesa: update texstore comments for R/G textures
2011-11-28 Brian Paulmesa: handle MapTextureImage() failures in glTexImage...
2011-11-28 Dave Airliemesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT...
2011-11-27 Chia-I Wumesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV
2011-11-22 Eric Anholtmesa: Make formats.c "datatype" values match glGetTexLe...
2011-10-26 Eric Anholtmesa: Skip texstore for 0-sized texture data.
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-05 Dave Airliemesa/texstore: add texstore paths for all the integer...
2011-10-05 Dave Airlietexstore: create texstore table on first access.
2011-10-03 Brian Paulmesa: fix warning (MSVC error) about void pointer arith...
2011-10-03 Eric Anholtmesa: When storing texture data for a 1D array, map...
2011-09-21 Brian Paulmesa: convert _mesa_unpack_color_span_chan() to ubyte
2011-09-21 Brian Paulmesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ub...
2011-09-17 Brian Paulmesa: use ctx->Driver.AllocTextureImageBuffer() to...
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from base format assertions
2011-08-29 Ian Romanickmesa: Remove all mention of MESA_FORMAT_CI8
2011-08-29 Brian Paulmesa: Convert texstore.c to accessing textures using...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulmesa: remove comments referring to Driver.TexImage1D/2D
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH32F_STENCIL8
2011-07-10 Marek Olšákmesa: implement texstore for DEPTH_COMPONENT32F
2011-07-10 Marek Olšákmesa: initial ARB_depth_buffer_float support
2011-07-06 Brian Paulmesa: fix texstore addressing bugs for depth/stencil...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Marek Olšákmesa: fix texstore of DEPTH24_STENCIL8 if srcFormat...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Marek Olšákmesa: remove unused variable bytesPerRow
2011-04-29 Marek Olšákmesa: implement EXT_packed_float
2011-04-29 Marek Olšákmesa, util: move RGB9E5 conversion functions to gallium...
2011-04-29 Marek Olšákmesa: implement EXT_texture_shared_exponent
2011-04-25 Nicolas Kaisermain: remove duplicated includes
2011-04-25 Marek Olšákmesa: add stricter checks for float formats in the...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-15 Marek Olšákmesa: add R/RG floating-point formats
2011-04-12 Hans de Goedetexstore: fix regression stricter check for memcpy...
2011-04-05 Brian Paulmesa: fix alpha value for texstore_rgbx8888
2011-03-29 Marek Olšákmesa: implement texstore and texfetch hooks for signed...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-14 Marek Olšákmesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8
2011-03-08 Marek Olšákmesa: add EXT_texture_compression_latc
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulmesa: move PBO-related functions into a new file
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-28 Dave Airliemesa: Add RGTC texture store/fetch support.
2011-02-28 Dave Airliemesa: make_float_temp_image non-static
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-07 Vinson Leemesa: Directly include mfeatures.h in files that perfor...
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
2011-01-04 Marek Olšákmesa: preserve 10 bits of precision in the texstore...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
next