summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: new _mesa_prepare_mipmap_level() function for mipmap generationBrian Paul2011-12-162-33/+101
* mesa: make update_fbo_texture() non-staticBrian Paul2011-12-162-5/+10
* mesa: whitespace and comment fixes in fbobject.cBrian Paul2011-12-161-9/+11
* mesa: add MESA_FORMAT_RGB565[_REV] as candidates for GL_R3_G3_B2Brian Paul2011-12-161-0/+2
* mesa: add a few comments for the z unpacking functionsBrian Paul2011-12-161-0/+8
* Enabling display list support for glClearBuffer functions with minor fixesAnuj Phogat2011-12-151-11/+11
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-158-60/+64
* Add mismatch check for glGetTexImage or it will return -1 and may lead to seg...Jian Zhao2011-12-141-0/+8
* Regenerate files from previous commitsIan Romanick2011-12-132-2049/+2049
* mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)Marek Olšák2011-12-131-0/+9
* mesa: update comments for _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-2/+3
* mesa: remove _DepthBuffer, _StencilBuffer resize codeBrian Paul2011-12-131-18/+0
* mesa: remove unused depthstencil.[ch] filesBrian Paul2011-12-132-1072/+0
* 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