aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: added comment for target_enum_to_index()Brian Paul2009-12-011-1/+2
* Merge commit 'origin/mesa_7_7_branch'Keith Whitwell2009-12-015-9/+35
|\
| * mesa: set version string to 7.7-rc1mesa_7_7_rc1Ian Romanick2009-11-301-1/+1
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-302-2/+12
| |\
| | * Improve implementation of GL_POINT_SPRITE_COORD_ORIGIN errorsIan Romanick2009-11-251-1/+6
| | * mesa: define 32bit byteswap for AIX.Tom Fogal2009-11-191-1/+6
| | * mesa: set version string to 7.6.1-rc1Brian Paul2009-11-181-1/+1
| * | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-11-291-2/+7
| * | mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-11-291-2/+4
| * | mesa: Fix array out-of-bounds access by _mesa_TexGenf.Vinson Lee2009-11-291-1/+4
| * | mesa: Fix array out-of-bounds access by _mesa_TexGeni.Vinson Lee2009-11-281-1/+4
| * | mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee2009-11-281-1/+4
| * | mesa: Avoid void pointer arithmetic.José Fonseca2009-11-271-1/+2
* | | mesa: Update vertex texture code after gallium changes.Michal Krol2009-12-014-5/+7
* | | mesa: Fix pointer arithmetic.Michal Krol2009-11-241-1/+3
* | | mesa: use gcc __builtin_popcount()Brian Paul2009-11-231-0/+4
* | | Merge commit 'origin/mesa_7_7_branch'Maciej Cencora2009-11-232-7/+22
|\| |
| * | mesa: Initialize variable in _mesa_get_texel_fetch_func.Vinson Lee2009-11-231-1/+1
| * | mesa: handle different RowStride in _mesa_get_compressed_teximageRoland Scheidegger2009-11-211-6/+21
* | | Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie2009-11-201-2/+2
|\| |
| * | AL1616: Fix cut-and-paste bugIan Romanick2009-11-171-2/+2
* | | mesa: Remove gratuitous padding in prog_dst_register.Eric Anholt2009-11-191-1/+0
* | | mesa: bump version to 7.8Brian Paul2009-11-181-3/+3
|/ /
* | Merge branch 'outputswritten64'Ian Romanick2009-11-175-7/+34
* | ARB_fbo: Enable GL_EXT_framebuffer_multisampleIan Romanick2009-11-172-2/+7
* | ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-172-3764/+3810
* | EXT_pds: Alias GL_NV_packed_depth_stencil to GL_EXT_packed_depth_stencilIan Romanick2009-11-171-0/+1
* | mesa: remove old commentBrian Paul2009-11-171-1/+0
* | mesa: fix incorrect type in store_texel_al1616()Brian Paul2009-11-171-1/+1
* | mesa: remove trailing comment to silence warningBrian Paul2009-11-171-1/+1
* | mesa: remove a bit of old codeBrian Paul2009-11-171-1/+0
* | Add MESA_FORMAT_XRGB8888_REV.Michel Dänzer2009-11-175-3/+49
* | Move 'static' to start of declaration to silence compiler warningIan Romanick2009-11-161-1/+1
* | AL1616: Enable MESA_FORMAT_AL1616 for software pathsIan Romanick2009-11-161-2/+4
* | AL1616: Add TexImage storage pathIan Romanick2009-11-161-0/+73
* | AL1616: Add texel fetch / store routinesIan Romanick2009-11-162-0/+62
* | AL1616: Add formats for GL_LUMINANCE16_ALPHA16 texturesIan Romanick2009-11-162-0/+27
* | AL1616: Add macros to pack two GLushorts into a texelIan Romanick2009-11-161-0/+6
* | mesa: remove unused vertex array driver hooksBrian Paul2009-11-162-104/+26
* | mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT()Brian Paul2009-11-161-0/+5
* | mesa: use _mesa_get_current_tex_object()Brian Paul2009-11-161-3/+1
* | mesa: added another check in check_gen_mipmap()Brian Paul2009-11-161-1/+3
* | mesa: fix some begin/end render-to-texture logicbrian2009-11-101-21/+38
* | mesa: move check_begin/end_texture_render() callsbrian2009-11-101-9/+11
* | mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT()brian2009-11-101-3/+7
* | mesa: rename vars in _mesa_BindFramebufferEXT()brian2009-11-101-22/+21
* | mesa: added comment for check_begin_texture_render()brian2009-11-101-0/+5
* | mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture()Eric Anholt2009-11-061-0/+4
* | Merge branch 'mesa_7_6_branch'Ian Romanick2009-11-061-1/+1
|\|
| * mesa: added cast to silence warningBrian Paul2009-11-041-1/+1