summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul2009-11-051-1/+2
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-11-044-178/+179
|\|
| * mesa: fix broken pack_histogram() case for GLhalfBrian Paul2009-11-041-3/+4
| * mesa: silence warning from gcc 4.4.1Brian Paul2009-11-041-2/+2
| * mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul2009-11-032-173/+173
| * mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz2009-11-032-12/+12
* | mesa: clean-up, remove some flushing in FBO functionsBrian Paul2009-11-031-7/+11
* | mesa: fix indentationBrian Paul2009-11-031-2/+1
* | mesa: clean-up formattingBrian Paul2009-11-031-1/+1
* | mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul2009-11-031-7/+10
* | mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()Brian Paul2009-11-031-1/+1
* | mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()Brian Paul2009-11-031-9/+29
* | mesa: use ffs() to shorten loop in _mesa_drawbuffers()Brian Paul2009-11-031-6/+10
* | mesa: added assertion, another commentBrian Paul2009-11-031-1/+3