summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-19softpipe: propogate softpipe winsys changes out to driverssoftpipe-private-winsysKeith Whitwell16-445/+525
2009-08-19egl: remove not-used pipe_winsys pointerKeith Whitwell2-5/+0
2009-08-17softpipe: move away from p_winsys_screenKeith Whitwell18-295/+528
2009-08-14st/xlib: remove a couple more 'fake' referencesKeith Whitwell1-4/+2
2009-08-14st/xlib: remove dead ungrab helperKeith Whitwell1-13/+0
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-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-14docs: document new --with-max-width/height config optionsBrian Paul1-0/+2
2009-08-14Add a FAQ about internal buffer sizes.Tom Fogal1-0/+13
2009-08-14Add configure options for MAX_WIDTH/HEIGHT.Tom Fogal1-0/+15
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-14mesa: make sure r300/compiler/ sources are included in tarballThierry Vignaud1-0/+2
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-14glsl: re-write Makefile after I called it bad.Dave Airlie1-157/+9
2009-08-13progs/glsl: added multitex.shtest config fileBrian Paul1-0/+6
2009-08-13progs/glsl: set generic vertex attribute valuesBrian Paul1-2/+15
2009-08-13progs/glsl: add type field to shtest config filesBrian Paul4-54/+108
2009-08-13mesa: added *.shtest files to demo tarballBrian Paul1-0/+1
2009-08-14glsl/tests: skinning.oDave Airlie1-2/+2
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-13progs/util: ignore pre-defined uniforms in SetUniformValues()Brian Paul1-1/+8
2009-08-13progs/glsl: new shtest program, a simple shader test harness appBrian Paul5-2/+609
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-13scons: Handle Circular dependencies in the libraries.José Fonseca1-0/+2
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