summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: minor code movementMaciej Cencora
2009-05-16r300: more cleanupMaciej Cencora
2009-05-16r300: move some code to common pathMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-16r300: move forward declarations to where they belongMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: r300EmitArrays should never failMaciej Cencora
2009-05-16r300: remove unnecessary switch casesMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
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: don't send now forbidden register to kernel when with memory managerJerome Glisse
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
2009-05-13r300-gallium: Space accounting for textures.Corbin Simpson
2009-05-13R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher
2009-05-13radeon: Don't crash generating mipmaps when pixels=NULLOwen W. Taylor
2009-05-13Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTOwen W. Taylor
2009-05-13Call _mesa_update_stencil() before accessing ctx->Stencil._EnabledOwen W. Taylor