Age | Commit message (Expand) | Author |
2009-08-26 | ARB prog: Change handling of program parameter limits | Ian Romanick |
2009-08-25 | mesa: validate shader before drawing (for debugging, disabled) | Brian Paul |
2009-08-25 | mesa: use gl_texture_index type for gl_program::SamplerTargets | Brian Paul |
2009-08-20 | mesa: add GL_DEPTH_STENCIL to glCopyPixels error check | Brian Paul |
2009-08-18 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-18 | mesa: when emitting vertex program fog, set yzw=0,0,1 | Brian Paul |
2009-08-18 | mesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORDS query | Brian Paul |
2009-08-14 | Regenerate files for GL_ARB_seamless_cube_map | Ian Romanick |
2009-08-14 | Infrastructure for GL_ARB_seamless_cube_map | Ian Romanick |
2009-08-14 | Regenerate files for GL_APPLE_flush_buffer_range | Ian Romanick |
2009-08-14 | mesa: append uniform values to the log file the first time we use a shader | Brian Paul |
2009-08-14 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-08-14 | mesa: call _mesa_valid_to_render() | Brian Paul |
2009-08-14 | mesa: new _mesa_valid_to_render() function | Brian Paul |
2009-08-14 | mesa: minor error string changes | Brian Paul |
2009-08-14 | Allow external settings of MAX_WIDTH/HEIGHT. | Brian Paul |
2009-08-14 | mesa: move assertions in test_attachment_completeness() | Brian Paul |
2009-08-14 | Allow external settings of MAX_WIDTH/HEIGHT. | Tom Fogal |
2009-08-13 | mesa: fix some invalid memory reads | Brian Paul |
2009-08-13 | mesa: fix warnings about locals hiding function params | Brian Paul |
2009-08-13 | mesa: add missing PBO mapping code in unpack_image() | Brian Paul |
2009-08-13 | main: fix some potential memory leaks | Brian Paul |
2009-08-13 | mesa: fix some potential uninitialized memory references | Brian Paul |
2009-08-13 | mesa: s/assert/ASSERT/ in _mesa_reference_texobj() | Brian Paul |
2009-08-13 | mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens... | Brian Paul |
2009-08-13 | mesa: if maxLevels==0, target is invalid | Brian Paul |
2009-08-13 | mesa: add extension checks in _mesa_max_texture_levels() | Brian Paul |
2009-08-13 | mesa: minor clean-ups in bumpmap functions | Brian Paul |
2009-08-13 | mesa: use _mesa_get_current_tex_unit() in more places | Brian Paul |
2009-08-13 | mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.c | Brian Paul |
2009-08-13 | mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c | Brian Paul |
2009-08-13 | mesa: short-circuit no-change in _mesa_DepthRange() | Brian Paul |
2009-08-12 | Merge branch 'new-frag-attribs' | Brian Paul |
2009-08-12 | mesa: const qualifiers | Brian Paul |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2009-08-12 | mesa: use _mesa_is_bufferobj() | Brian Paul |
2009-08-12 | mesa: new _mesa_is_bufferobj() function | Brian Paul |
2009-08-11 | mesa: remove _mesa_set_vp_override() from _mesa_Bitmap() | Brian Paul |
2009-08-10 | mesa: added GLcontext::Meta field for meta rendering state | Brian Paul |
2009-08-08 | mesa: update framebuffer status as needed in _mesa_source/dest_buffer_exists() | Brian Paul |
2009-08-08 | mesa: simplify glPushAttrib() list building code | Brian Paul |
2009-08-08 | mesa: remove old, prototype code | Brian Paul |
2009-08-08 | mesa: use _mesa_bufferobj_mapped() | Brian Paul |
2009-08-07 | mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap | Brian Paul |
2009-08-07 | mesa: reformat code to allow setting breakpoints on the true-statement | Brian Paul |
2009-08-07 | mesa: use _mesa_bufferobj_mapped() | Brian Paul |
2009-08-07 | mesa: new _mesa_bufferobj_mapped() helper function | Brian Paul |
2009-08-07 | mesa: use valid_fragment_program() helper | Brian Paul |
2009-08-07 | mesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buffer_exists() | Brian Paul |
2009-08-07 | mesa: fix some incorrect error checks in _mesa_error_check_format_type() | Brian Paul |