summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mesa: added commentBrian Paul2009-11-021-0/+2
* | mesa: use _mesa_get_current_tex_object()Brian Paul2009-11-021-13/+4
* | mesa: make _mesa_get_current_tex_objec() publicBrian Paul2009-11-022-31/+33
* | mesa: fix incorrect approx bits/channel for fxt1 formatsBrian Paul2009-11-021-2/+2
* | mesa: better error messageBrian Paul2009-10-301-2/+2
* | mesa: fix inverted buffer object testBrian Paul2009-10-301-1/+1
* | mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul2009-10-301-3/+3
* | mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul2009-10-291-1/+1
* | mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul2009-10-291-1/+83
* | mesa: refactor _mesa_get_teximage() codeBrian Paul2009-10-291-158/+302
* | mesa: Add MESA_FORMAT_Z24_X8.José Fonseca2009-10-294-1/+62