summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix assertions for block size handling in glCompressedTexSubImage2D.Eric Anholt2011-12-021-2/+2
* mesa: Fix glCompressedTexSubImage (and non-Sub) for height == 2 or 1.Eric Anholt2011-12-021-1/+1
* mesa: Fix glCompressedTexImage when dstRowStride != srcRowStride.Eric Anholt2011-12-021-28/+9
* mesa: add casts to fix unpack_SIGNED_GR1616()Brian Paul2011-12-021-2/+2
* mesa: remove unreachable code in _mesa_unpack_color_span_ubyte()Brian Paul2011-12-021-64/+0
* mesa: move _mesa_error() call in compressedteximage()Brian Paul2011-12-021-7/+2
* mesa: fix potential mem leak in generate_mipmap_compressed()Brian Paul2011-12-021-0/+1
* mesa: fix some minor texstore commentsBrian Paul2011-12-021-3/+3
* mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88Brian Paul2011-12-024-10/+10
* mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88Brian Paul2011-12-026-17/+17
* mesa: fix unpacking of RG88_REV texelsBrian Paul2011-12-021-2/+2
* mesa: Extend BITSET64_*_RANGE to work on arbitrary ranges.Mathias Fröhlich2011-12-021-3/+18
* mesa: add support for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-0212-0/+122
* mesa: add ETC1 decoding routinesChia-I Wu2011-12-023-0/+247
* glapi: regenerate files for GL_OES_compressed_ETC1_RGB8_textureChia-I Wu2011-12-021-3035/+3038
* mesa: fix unpack_ARGB1555_REV()Brian Paul2011-12-011-4/+5
* mesa: fix indentation in attrib.cBrian Paul2011-11-301-1/+1
* mesa: use _mesa_is_bufferobj() in update_array()Brian Paul2011-11-301-1/+1
* mesa: fix signed/unsigned comparison warningBrian Paul2011-11-301-1/+1
* mesa: fix MESA_FORMAT_RG88 format match testBrian Paul2011-11-301-1/+1
* mesa: regenerated dispatch.h (s/INLINE/inline/)Brian Paul2011-11-301-1946/+1946
* mesa: add STATIC_ASSERT() macro for compile-time assertionsBrian Paul2011-11-301-0/+12
* mesa: access pixels as GLushort in unpack_SL8()Brian Paul2011-11-301-3/+3
* mesa: Make _mesa_is_stencil_format() consistent with _mesa_is_depth_format().Eric Anholt2011-11-291-1/+0
* mesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth channel.Eric Anholt2011-11-291-1/+4
* mesa: Allow generic attributes for glGetActiveAttrib and GL_ACTIVE_ATTRIBUTESIan Romanick2011-11-291-6/+3
* mesa: distinct gl_client_array arrays are goneChia-I Wu2011-11-293-6/+4
* mesa: Use VERT_ATTRIB_* indexed array in gl_array_object.Mathias Fröhlich2011-11-2912-320/+252
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-296-15/+15
* mesa: Make gl_array_object::_Enabled 64 bits.Mathias Fröhlich2011-11-293-29/+29
* mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*Mathias Fröhlich2011-11-294-64/+31
* mesa: Introduce more symbolic VERT_{ATTRIB,BIT}* defines.Mathias Fröhlich2011-11-291-18/+45
* mesa: move ElementArrayBufferObj to gl_array_objectYuanhan Liu2011-11-298-21/+21
* mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w...Brian Paul2011-11-281-10/+9
* mesa: add component comments for sRGB formatsBrian Paul2011-11-281-5/+5
* mesa: update texstore comments for R/G texturesBrian Paul2011-11-281-2/+2
* mesa: fix comments for RG formatsBrian Paul2011-11-281-4/+4
* mesa: remove unused gl_texture_object::DriverData fieldBrian Paul2011-11-281-9/+0
* mesa: handle MapTextureImage() failures in mipmap generation codeBrian Paul2011-11-281-24/+57
* mesa: handle MapTextureImage() failures in glGetTexImage codeBrian Paul2011-11-281-114/+153
* mesa: handle MapTextureImage() failures in glTexImage codeBrian Paul2011-11-281-76/+123
* mesa: fix frag shader generation for alpha test with no color buffersBrian Paul2011-11-282-1/+7
* mesa: check for null ptr in _mesa_is_bufferobj()Brian Paul2011-11-282-4/+4
* mesa: move _mesa_base_format_has_channel() into image.cBrian Paul2011-11-285-87/+92
* mesa: combine GL_TEXTURE_INTENSITY/LUMINANCE_SIZE queriesBrian Paul2011-11-281-17/+8
* mesa: use _mesa_base_format_has_channel() in fbobject.c queriesBrian Paul2011-11-283-45/+28
* mesa: fix indexing error in unpack_Z32_FLOAT_X24S8()Brian Paul2011-11-281-1/+1
* mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support.Dave Airlie2011-11-288-0/+110
* image/pack: fix missing GL_BGR(A)_INTEGER support.Dave Airlie2011-11-282-0/+4
* image: fix legal types for packed integer formats.Dave Airlie2011-11-271-2/+4