summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-18st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul
2009-05-18mesa: comments for _mesa_generate_mipmap_level()Brian Paul
2009-05-18softpipe: add texture target sanity check assertionBrian Paul
2009-05-18st: fix incorrect target parameter to screen->is_format_supported()Brian Paul
2009-05-18Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton
2009-05-17r300-gallium: Enable GLSL for r500.Corbin Simpson
2009-05-17r300-gallium: r500-fs: DDX and DDY support.Corbin Simpson
2009-05-17dri-gallium: Add GLSL support.Corbin Simpson
2009-05-17r300-gallium: Add half-right COS and SIN.Corbin Simpson
2009-05-17r300-gallium: Size mismatch.Corbin Simpson
2009-05-17r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.Corbin Simpson
2009-05-17r300-gallium: Don't set GB_TILE_CONFIG (in userspace.)Corbin Simpson
2009-05-17r300-gallium: Clean up more invariant state.Corbin Simpson
2009-05-17r300-gallium: Update XXX.Corbin Simpson
2009-05-17r300-gallium: Correct default MSPOS.Corbin Simpson
2009-05-17r300-gallium: vs: Fix vert shader init.Corbin Simpson
2009-05-17r300-gallium: r500-fs: Enable depth writes, kinda.Corbin Simpson
2009-05-17r300-gallium: Comment out useless debugging code.Corbin Simpson
2009-05-17r300-gallium: vs: Dupe tokens, better debug, count spurious insts.Corbin Simpson
2009-05-16r300-gallium: Die on bad texture formats.Corbin Simpson
2009-05-16r300-gallium: Update floating-point params too.Corbin Simpson
2009-05-16r300-gallium: Update screen caps.Corbin Simpson
2009-05-16intel-gallium: Fix trace_drm integration.Corbin Simpson
2009-05-16Create common trace_drm code, add to radeon_winsys.Corbin Simpson
2009-05-16r300-gallium: Various cleanups leftover from before.Corbin Simpson
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell
2009-05-16gallium-intel: Enable trace driverJakob Bornecrantz
2009-05-16trace: Export enabled statusJakob Bornecrantz
2009-05-16trace: Unwrap buffer in texture_blanketJakob Bornecrantz
2009-05-16trace: If either shader is disabled don't drawJakob Bornecrantz
2009-05-16trace: Put shaders on a list in the contextJakob Bornecrantz
2009-05-16trace: Move state dump functions to tr_dump_state.[c|h]Jakob Bornecrantz
2009-05-15intel: Don't complain on falling back from PBO fastpaths.Eric Anholt
2009-05-15mesa: Mark FBOs with compressed color attachments as FBO-incomplete.Eric Anholt
2009-05-15gallium-intel: Build with sconsJakob Bornecrantz
2009-05-15st/egl: Use proper MakefileJakob Bornecrantz
2009-05-15i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson
2009-05-15i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt
2009-05-15i915: Only use the new 945 cube layout for compressed textures.Eric Anholt
2009-05-15mesa: bump version to 7.5-rc2Brian Paul
2009-05-14i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt
2009-05-14i965: Fix register allocation of GLSL fp inputs.Eric Anholt
2009-05-14intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt
2009-05-14intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt
2009-05-14r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.Corbin Simpson
2009-05-14i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison
2009-05-14i965: send all warnings through _mesa_warning()Robert Ellison
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer
2009-05-13r300-gallium: Clean up outdated comments.Corbin Simpson