summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: move depth/stencil buffer validation to swrastBrian Paul2011-12-131-3/+0
* mesa: move update_depth/stencil_buffer() functionsBrian Paul2011-12-133-96/+89
* mesa: stop using _Depth, _StencilBuffer fields in _mesa_BlitFramebufferEXT()Brian Paul2011-12-131-6/+8
* mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák2011-12-122-14/+14
* mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie2011-12-104-0/+21
* mesa,intel: use _mesa_image_offset() for PBOsnobled2011-12-081-13/+16
* mesa: add _mesa_image_offset()nobled2011-12-082-17/+57
* mesa/image: assert on bad formatnobled2011-12-081-11/+9
* mesa/image: delete dead storenobled2011-12-081-7/+0
* mesa: use malloc instead of MAX_WIDTH array in glReadPixels()Brian Paul2011-12-081-9/+14
* mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()Brian Paul2011-12-081-1/+7
* mesa: add MAX_PIXEL_BYTES defineBrian Paul2011-12-082-0/+10
* mesa: simplify _mesa_remove_renderbuffer()Brian Paul2011-12-081-10/+2
* mesa: remove software-based renderbuffer code from core MesaBrian Paul2011-12-082-2039/+0
* mesa: remove unused functions in depthstencil.cBrian Paul2011-12-082-171/+0
* mesa: make some renderbuffer functions staticBrian Paul2011-12-082-76/+48
* mesa: rewrite accum buffer supportBrian Paul2011-12-082-1/+403
* mesa: new format_pack.c codeBrian Paul2011-12-082-0/+2594
* mesa: remove the ctx->Driver.IsTextureResident() hookBrian Paul2011-12-083-29/+5
* mesa: remove TextureMemCpy driver hookBrian Paul2011-12-082-16/+2
* mesa: Track changes to transform feedback state.Paul Berry2011-12-072-1/+9
* mesa: Allow glTexImage2D with a depth component cube map.Anuj Phogat2011-12-051-2/+5
* mesa: Reject glDrawPixels(integer format).Eric Anholt2011-12-041-0/+18
* 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