summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2009-12-07mesa: set version string to 7.7-rc1mesa_7_7_rc2Ian Romanick1-1/+1
2009-12-02mesa: Fix bad conversion in AL1616_REV texstore.Eric Anholt1-8/+12
2009-12-02mesa: Fix copy'n'paste problem in al1616 texel fetch.Eric Anholt1-1/+1
2009-11-30mesa: set version string to 7.7-rc1mesa_7_7_rc1Ian Romanick1-1/+1
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2-2/+12
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+7
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee1-2/+4
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee1-1/+4
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee1-1/+4
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee1-1/+4
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca1-1/+2
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick1-1/+6
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee1-1/+1
2009-11-21mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger1-6/+21
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal1-1/+6
2009-11-18mesa: set version string to 7.6.1-rc1Brian Paul1-1/+1
2009-11-17AL1616: Fix cut-and-paste bugIan Romanick1-2/+2
2009-11-17Merge branch 'outputswritten64'Ian Romanick5-7/+34
2009-11-17ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick2-2/+7
2009-11-17ARB_fbo: Regenerate files from previous commits.Ian Romanick2-3764/+3810
2009-11-17EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencilIan Romanick1-0/+1
2009-11-17mesa: remove old commentBrian Paul1-1/+0
2009-11-17mesa: fix incorrect type in store_texel_al1616()Brian Paul1-1/+1
2009-11-17mesa: remove trailing comment to silence warningBrian Paul1-1/+1
2009-11-17mesa: remove a bit of old codeBrian Paul1-1/+0
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer5-3/+49
2009-11-16Move 'static' to start of declaration to silence compiler warningIan Romanick1-1/+1
2009-11-16AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick1-2/+4
2009-11-16AL1616: Add TexImage storage pathIan Romanick1-0/+73
2009-11-16AL1616: Add texel fetch / store routinesIan Romanick2-0/+62
2009-11-16AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick2-0/+27
2009-11-16AL1616: Add macros to pack two GLushorts into a texelIan Romanick1-0/+6
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul2-104/+26
2009-11-16mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul1-0/+5
2009-11-16mesa: use _mesa_get_current_tex_object()Brian Paul1-3/+1
2009-11-16mesa: added another check in check_gen_mipmap()Brian Paul1-1/+3
2009-11-10mesa: fix some begin/end render-to-texture logicbrian1-21/+38
2009-11-10mesa: move check_begin/end_texture_render() callsbrian1-9/+11
2009-11-10mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian1-3/+7
2009-11-10mesa: rename vars in _mesa_BindFramebufferEXT()brian1-22/+21
2009-11-10mesa: added comment for check_begin_texture_render()brian1-0/+5
2009-11-06mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt1-0/+4
2009-11-06Merge branch 'mesa_7_6_branch'Ian Romanick1-1/+1
2009-11-05mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul1-1/+2
2009-11-04mesa: added cast to silence warningBrian Paul1-1/+1
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul4-178/+179
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul1-3/+4
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul1-2/+2
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul2-173/+173
2009-11-03mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz2-12/+12