summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-08-14Regenerate files for GL_APPLE_flush_buffer_rangeIan Romanick
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-15r300: mark VBO buffer objects as persistentMaciej Cencora
2009-08-14r300: unmap buffer objects after usageMaciej Cencora
2009-08-14mesa: append uniform values to the log file the first time we use a shaderBrian Paul
2009-08-14mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-14mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul
2009-08-14mesa: call _mesa_valid_to_render()Brian Paul
2009-08-14vbo: 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-14r300: remove broken vertex splittingMaciej Cencora
2009-08-14r300: rework index buffer setupMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel
2009-08-14r300: add required symlinksMaciej Cencora
2009-08-14radeon: handle debug versions of radeon_bo_openMaciej Cencora
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora
2009-08-14radeon: export emitvec* functionsMaciej Cencora
2009-08-14radeon: constify some parametersMaciej Cencora
2009-08-14r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xxAlex Deucher
2009-08-13r600: move non-surface related cb state to general stateAlex Deucher
2009-08-13r600: move non-surface related depth state to general stateAlex Deucher
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-13glsl: fix some uninitialized pointersBrian Paul
2009-08-13glsl: fix incorrect attribute sizeBrian Paul
2009-08-13tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian 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-13i965: fix cube map on IGDNGXiang, Haihao
2009-08-12glsl: remove duplicate frag input entryBrian Paul
2009-08-12Merge branch 'new-frag-attribs'Brian Paul
2009-08-12mesa: const qualifiersBrian Paul