summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-09-28i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang
2010-09-28i965: Fix color interpolation on sandybridgeZhenyu Wang
2010-09-28i965: enable accumulator update in PS kernel too on sandybridgeZhenyu Wang
2010-09-28i965: new state dump for sandybridgeZhenyu Wang
2010-09-28i965: disasm quarter and write enable instruction control on sandybridgeZhenyu Wang
2010-09-28i965: Add support for POW in gen6 FS.Eric Anholt
2010-09-28i965: Set up inputs to the fragment shader according to FP InputsRead.Eric Anholt
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt
2010-09-28dri: Add GET_PROGRAM_NAME definition for Mac OS X.Vinson Lee
2010-09-27r300/compiler: Use rc_for_all_reads_src() in "dead constants" passTom Stellard
2010-09-27r300/compiler: radeon_remove_constants.c: fix indentationTom Stellard
2010-09-27r300/compiler: Print immediate values after "dead constants" passTom Stellard
2010-09-27r300/compiler: Add more helper functions for iterating through sourcesTom Stellard
2010-09-28r300g: add support for 3D NPOT textures without mipmappingMarek Olšák
2010-09-28r300/compiler: fix shadow sampling with swizzled coordsMarek Olšák
2010-09-28r300/compiler: do not use copy propagation if SaturateMode is usedMarek Olšák
2010-09-28r300/compiler: fix projective mapping of 2D NPOT texturesMarek Olšák
2010-09-28r300g: code cleanupsMarek Olšák
2010-09-27i965: Add support for dFdx()/dFdy() to the FS backend.Eric Anholt
2010-09-27i965: Fix vector splitting RHS channel selection with sparse writemasks.Eric Anholt
2010-09-27i965: Handle all_equal/any_nequal in the new FS.Eric Anholt
2010-09-27i965: Remove swizzling of assignment to vector-splitting single-channel LHS.Eric Anholt
2010-09-27i965: Fix up writemasked assignments in the new FS.Eric Anholt
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick
2010-09-25r300/compiler: Fix two mistakes in the presubtract optimization pass.Tom Stellard
2010-09-25swrast: update comments for REMAINDER() macroBrian Paul
2010-09-25intel: Remove unnecessary header.Vinson Lee
2010-09-25mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie
2010-09-24intel: Remove unnecessary headers.Vinson Lee
2010-09-24unichrome: Remove unnecessary header.Vinson Lee
2010-09-24mesa: Remove unnecessary headers.Vinson Lee
2010-09-24intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.Vinson Lee
2010-09-24mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt
2010-09-24intel: Improve some of the miptree debugging.Eric Anholt
2010-09-24intel: More reverting of the sw fallback for depth texture border color.Eric Anholt
2010-09-24intel: Add fallback debug to glGenerateMipmap.Eric Anholt
2010-09-24intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers.Eric Anholt
2010-09-24i965: Add support for rendering to SARGB8 FBOs.Eric Anholt
2010-09-24intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.Eric Anholt
2010-09-24intel: Dead comment removal.Eric Anholt
2010-09-24r600c: fix mipmap stride on evergreenAlex Deucher
2010-09-24st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul
2010-09-24st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul
2010-09-24mesa: fix assertions to handle srgb formatsBrian Paul
2010-09-23i915: Remove a dead if (0) block.Eric Anholt
2010-09-23intel: Remove dead intelIsTextureResident().Eric Anholt