summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
| | * mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+7
| | * mesa: Fix array out-of-bounds access by _mesa_TexParameterf.Vinson Lee2009-12-051-2/+4
| | * mesa: Fix array out-of-bounds access in _mesa_TexEnvf.Vinson Lee2009-12-041-1/+4
| | * mesa: set version string to 7.6.1-rc2mesa_7_6_1_rc2Ian Romanick2009-11-301-1/+1
| * | mesa: Move OES_read_format support from drivers into the core.Eric Anholt2009-12-096-17/+43
| * | mesa: set version string to 7.7-rc1mesa_7_7_rc2Ian Romanick2009-12-071-1/+1
* | | mesa: Fix default (swrast) GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS.Eric Anholt2009-12-101-1/+2
* | | Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-082-16/+12
|\ \ \
| * | | mesa: fix strict aliasing issues in half-to-float/float-to-half conversionsRoland Scheidegger2009-12-071-8/+9
| * | | mesa: use _mesa_memcpy for COPY_4FV macroRoland Scheidegger2009-12-031-8/+3
* | | | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2009-12-022-9/+13
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | mesa: Fix bad conversion in AL1616_REV texstore.Eric Anholt2009-12-021-8/+12
| * | mesa: Fix copy'n'paste problem in al1616 texel fetch.Eric Anholt2009-12-021-1/+1
* | | 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