summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-16i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger1-0/+1
2009-06-16mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul1-2/+2
2009-06-16mesa: fix REMAINDER() macroBrian Paul1-1/+1
2009-06-16gallium: Avoid atomic ops / locking when src is dst.José Fonseca1-14/+14
2009-06-16progs/wgl: Quit after displaying usage for -h option.José Fonseca1-0/+1
2009-06-16progs/wgl: Use appropriate types to silence msvc warnings.José Fonseca1-7/+7
2009-06-16progs/wgl: Fix assertion failure in wglthreads' texture creation.José Fonseca1-8/+10
2009-06-15docs: minor relnotes clean-upBrian Paul1-3/+4
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul23-4231/+4678
2009-06-15intel: Release fb backing regions in intelDestroyBuffer()Shuang He1-0/+24
2009-06-15python/tests: Add is_depth_stencil_format utility function.José Fonseca1-0/+8
2009-06-15python/tests: Cleanup texture_sample.José Fonseca1-18/+32
2009-06-15mesa: Always return a value.José Fonseca1-0/+1
2009-06-15mesa: Use appropriate float/integer types.José Fonseca2-3/+3
2009-06-15mesa: Use type modifier for float constants.José Fonseca3-21/+21
2009-06-15mesa: Use integer type with appropriate sign.José Fonseca2-4/+4
2009-06-15rtasm: Use 32bit constant.José Fonseca1-3/+3
2009-06-15gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca1-0/+1
2009-06-15softpipe: Fix softpipe_is_texture_referenced.José Fonseca4-0/+22
2009-06-15mesa: revert some recent VBO buffer object refcounting changesBrian Paul2-8/+3
2009-06-15mesa: regenerated gl_mange.h fileBrian Paul1-1/+33
2009-06-15enable ARB_half_float_pixel for intel driversRoland Scheidegger1-0/+1
2009-06-15intel: fix (cosmetic) typo flag used twiceRoland Scheidegger1-1/+0
2009-06-15progs/tests: Use opaque colors.José Fonseca1-2/+2
2009-06-15dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom1-2/+0
2009-06-15Merge branch 'mesa_7_5_branch'Thomas Hellstrom4-39/+163
2009-06-15gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom1-1/+5
2009-06-15r300: fix 3D texturesMaciej Cencora1-1/+20
2009-06-12i965: interpolate colors with perspective correction by defaultBrian Paul6-13/+38
2009-06-12mesa: use larger initial refcount for NullBufferObjBrian Paul1-1/+1
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul1-5/+9
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul3-4/+10
2009-06-12tests: added persp_hint.c testBrian Paul3-0/+151
2009-06-13add some info to relnotes on radeonDave Airlie1-0/+3
2009-06-12r300: add support for EXT_texture_sRGBMaciej Cencora4-0/+27
2009-06-12set/mesa: enable GL_NV_texture_env_combine4Brian Paul1-0/+1
2009-06-12tests: added arbgpuprog, for compile-testing ARB vertex/fragment programsBrian Paul2-0/+231
2009-06-12st/mesa: additional debug code (disabled)Brian Paul1-0/+20
2009-06-12demos: update fbotexture.c to use EXT or ARB functions exclusivelyBrian Paul2-38/+77
2009-06-12util: additional function pointersBrian Paul1-0/+101
2009-06-12progs/rbug: Add binary to bmp converter programJakob Bornecrantz3-0/+113
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz7-35/+125
2009-06-12mesa: Enable uploads of only depth to z24s8 texturesJakob Bornecrantz1-3/+36
2009-06-12Disable SGI_swap_control extension for DRI2Owen W. Taylor1-1/+3
2009-06-12radeon: fix size of mipmap texture arrayDave Airlie1-1/+3
2009-06-12radeon/r200/r300: fix max texture levels assertDave Airlie2-6/+3
2009-06-12Merge remote branch 'main/radeon-rewrite'Dave Airlie120-18854/+16432
2009-06-11r300: fix VAP setupradeon-rewriteMaciej Cencora1-5/+6
2009-06-11r300: fix for SW TCL pathMaciej Cencora1-1/+1
2009-06-11r300: don't send unused attributes for SW TCL pathMaciej Cencora1-14/+14