summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-08-31mesa: added _mesa_is_stencil_format()Brian Paul
2009-08-31mesa: added const qualifiers, move local varBrian Paul
2009-08-31mesa: fix saturation logic in emit_texenv()Brian Paul
2009-08-31mesa: set additional fields in _mesa_buffer_map_range()Brian Paul
2009-08-31mesa: set Length/Offset fields in _mesa_buffer_map()Brian Paul
2009-08-31mesa: additional assertions for ctx->Driver.UnmapBuffer()Brian Paul
2009-08-31mesa: new assertions, comments about buffer mappingBrian Paul
2009-08-26ARB prog: Change handling of program parameter limitsIan Romanick
2009-08-25mesa: validate shader before drawing (for debugging, disabled)Brian Paul
2009-08-25mesa: use gl_texture_index type for gl_program::SamplerTargetsBrian Paul
2009-08-20mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18mesa: when emitting vertex program fog, set yzw=0,0,1Brian Paul
2009-08-18mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS queryBrian Paul
2009-08-14Regenerate files for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14Infrastructure for GL_ARB_seamless_cube_mapIan Romanick
2009-08-14Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-14mesa: call _mesa_valid_to_render()Brian Paul
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul
2009-08-14mesa: minor error string changesBrian Paul
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal
2009-08-13mesa: fix some invalid memory readsBrian Paul
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul
2009-08-13main: fix some potential memory leaksBrian Paul
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul
2009-08-13mesa: s/assert/ASSERT/ in _mesa_reference_texobj()Brian Paul
2009-08-13mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul
2009-08-13mesa: if maxLevels==0, target is invalidBrian Paul
2009-08-13mesa: add extension checks in _mesa_max_texture_levels()Brian Paul
2009-08-13mesa: minor clean-ups in bumpmap functionsBrian Paul
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul
2009-08-13mesa: short-circuit no-change in _mesa_DepthRange()Brian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-12mesa: const qualifiersBrian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-08-12mesa: use _mesa_is_bufferobj()Brian Paul
2009-08-12mesa: new _mesa_is_bufferobj() functionBrian Paul
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul
2009-08-10mesa: added GLcontext::Meta field for meta rendering stateBrian Paul
2009-08-08mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists()Brian Paul
2009-08-08mesa: simplify glPushAttrib() list building codeBrian Paul
2009-08-08mesa: remove old, prototype codeBrian Paul
2009-08-08mesa: use _mesa_bufferobj_mapped()Brian Paul