summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-14mesa: also pass the GPU program to _mesa_append_uniforms_to_file()Brian Paul2-3/+5
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul1-4/+2
2009-08-14Merge branch 'mesa_7_5_branch'Brian Paul5-150/+178
2009-08-14mesa: new _mesa_append_uniforms_to_file() debug/logging functionBrian Paul2-0/+34
2009-08-14mesa: call _mesa_valid_to_render()Brian Paul1-4/+2
2009-08-14vbo: call _mesa_valid_to_render()Brian Paul1-20/+1
2009-08-14mesa: new _mesa_valid_to_render() functionBrian Paul2-1/+47
2009-08-14mesa: minor error string changesBrian Paul1-5/+5
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Brian Paul1-2/+7
2009-08-14st/xlib: reduce the proliferation of GLX context typesKeith Whitwell1-57/+37
2009-08-14st/dri: remove unused dummyContext valueKeith Whitwell2-14/+0
2009-08-14mesa: move assertions in test_attachment_completeness()Brian Paul1-5/+7
2009-08-14nv50: fix mipmap offsets and tilingChristoph Bumiller3-17/+34
2009-08-14nv50: make sure we don't re-emit outdated scissor stateChristoph Bumiller1-4/+4
2009-08-14nv50: make use of the y-origin switchChristoph Bumiller2-25/+16
2009-08-14Allow external settings of MAX_WIDTH/HEIGHT.Tom Fogal1-2/+7
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel1-1/+1
2009-08-14st/vega: Add more symbols defined by mesa/st.Chia-I Wu2-3/+18
2009-08-14nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller1-1/+1
2009-08-14r600: emit SURFACE_BASE_UPDATE on depth base updates on rv6xxAlex Deucher1-0/+8
2009-08-13r600: move non-surface related cb state to general stateAlex Deucher1-6/+12
2009-08-13r600: move non-surface related depth state to general stateAlex Deucher1-23/+15
2009-08-13glx: indent -br -i3 -npcs --no-tabsRALOVICH, Kristóf14-3574/+3705
2009-08-13mesa: fix some invalid memory readsBrian Paul1-18/+57
2009-08-13mesa: fix warnings about locals hiding function paramsBrian Paul2-6/+6
2009-08-13mesa: add missing PBO mapping code in unpack_image()Brian Paul1-7/+21
2009-08-13main: fix some potential memory leaksBrian Paul1-112/+85
2009-08-13mesa: fix some potential uninitialized memory referencesBrian Paul2-2/+2
2009-08-13glsl: fix some uninitialized pointersBrian Paul1-2/+2
2009-08-13glsl: fix incorrect attribute sizeBrian Paul1-1/+1
2009-08-13tnl: if NAN_CHECK is enabled, also assert that pos.x != 0Brian Paul1-0/+3
2009-08-13mesa: s/assert/ASSERT/ in _mesa_reference_texobj()Brian Paul1-2/+2
2009-08-13mesa: rework error check in glGetTexLevelParameter(), remove tex_image_dimens...Brian Paul1-47/+2
2009-08-13mesa: if maxLevels==0, target is invalidBrian Paul1-1/+4
2009-08-13mesa: add extension checks in _mesa_max_texture_levels()Brian Paul1-6/+9
2009-08-13mesa: minor clean-ups in bumpmap functionsBrian Paul1-14/+39
2009-08-13mesa: use _mesa_get_current_tex_unit() in more placesBrian Paul5-61/+53
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul5-224/+225
2009-08-13mesa: move _mesa_Get[Compressed]TexImage() to texgetimage.cBrian Paul5-242/+275
2009-08-13mesa: short-circuit no-change in _mesa_DepthRange()Brian Paul1-0/+4
2009-08-13st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer3-0/+37
2009-08-13gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer1-1/+3
2009-08-13st/xorg: Fix DRI2 CopyRegion hook.Michel Dänzer1-29/+43
2009-08-13tgsi: add simple facility for releasing and reusing temporariesKeith Whitwell2-4/+40
2009-08-13tgsi: rename ureg src/dest convertersKeith Whitwell1-3/+3
2009-08-13draw: Remove unused variable.José Fonseca1-1/+0
2009-08-13Merge branch 'mesa_7_5_branch'Keith Whitwell1-22/+55
2009-08-13draw: cope with more primitives in draw_pipeline_runKeith Whitwell1-22/+55
2009-08-13tgsi: turn off debuggingKeith Whitwell1-1/+1
2009-08-13tgsi: use REALLOC for growing token poolKeith Whitwell1-11/+5