summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-02mesa: Fix bad conversion in AL1616_REV texstore.Eric Anholt
2009-12-02mesa: Fix copy'n'paste problem in al1616 texel fetch.Eric Anholt
2009-12-01mesa: added comment for target_enum_to_index()Brian Paul
2009-12-01Merge commit 'origin/mesa_7_7_branch'Keith Whitwell
2009-12-01mesa: Update vertex texture code after gallium changes.Michal Krol
2009-11-30mesa: set version string to 7.7-rc1Ian Romanick
2009-11-30Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee
2009-11-29mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee
2009-11-28mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee
2009-11-27mesa: Avoid void pointer arithmetic.José Fonseca
2009-11-25Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick
2009-11-24mesa: Fix pointer arithmetic.Michal Krol
2009-11-23mesa: use gcc __builtin_popcount()Brian Paul
2009-11-23Merge commit 'origin/mesa_7_7_branch'Maciej Cencora
2009-11-23mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee
2009-11-21mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie
2009-11-19mesa: define 32bit byteswap for AIX.Tom Fogal
2009-11-19mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt
2009-11-18mesa: set version string to 7.6.1-rc1Brian Paul
2009-11-18mesa: bump version to 7.8Brian Paul
2009-11-17AL1616: Fix cut-and-paste bugIan Romanick
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-17ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick
2009-11-17ARB_fbo: Regenerate files from previous commits.Ian Romanick
2009-11-17EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencilIan Romanick
2009-11-17mesa: remove old commentBrian Paul
2009-11-17mesa: fix incorrect type in store_texel_al1616()Brian Paul
2009-11-17mesa: remove trailing comment to silence warningBrian Paul
2009-11-17mesa: remove a bit of old codeBrian Paul
2009-11-17Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer
2009-11-16Move 'static' to start of declaration to silence compiler warningIan Romanick
2009-11-16AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick
2009-11-16AL1616: Add TexImage storage pathIan Romanick
2009-11-16AL1616: Add texel fetch / store routinesIan Romanick
2009-11-16AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick
2009-11-16AL1616: Add macros to pack two GLushorts into a texelIan Romanick
2009-11-16mesa: remove unused vertex array driver hooksBrian Paul
2009-11-16mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul
2009-11-16mesa: use _mesa_get_current_tex_object()Brian Paul
2009-11-16mesa: added another check in check_gen_mipmap()Brian Paul
2009-11-10mesa: fix some begin/end render-to-texture logicbrian
2009-11-10mesa: move check_begin/end_texture_render() callsbrian
2009-11-10mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian
2009-11-10mesa: rename vars in _mesa_BindFramebufferEXT()brian
2009-11-10mesa: added comment for check_begin_texture_render()brian