summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
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
2010-09-23unichrome: Mostly revert my convolution removal changes.Eric Anholt
2010-09-23radeon: Remove copied minimum pitch alignment code.Eric Anholt
2010-09-23intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.Eric Anholt
2010-09-23intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt
2010-09-23intel: Remove disabled stencil drawpixels acceleration.Eric Anholt
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-23mesa: Remove SGI_color_table.Eric Anholt
2010-09-23mesa: Remove EXT_histogram.Eric Anholt
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt
2010-09-23egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-09-22i965: Warning fix for vector result any_nequal/all_equal change.Eric Anholt
2010-09-22i965: Update expression splitting for the vector-result change to compares.Eric Anholt
2010-09-22i965: When splitting vector variable assignment, ignore unset channels.Eric Anholt
2010-09-22i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt
2010-09-22ir_to_mesa: Only compare vector_elements present for any_nequal/all_equalEric Anholt
2010-09-22glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt
2010-09-22dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg
2010-09-22intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-21i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt
2010-09-21i965: Also enable CC statistics when doing OQs.Eric Anholt
2010-09-21i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt
2010-09-21Merge branch 'sprite-coord'Brian Paul
2010-09-20r300/compiler: Refactor the pair instruction data structuresTom Stellard
2010-09-21dri/nouveau: Fix software mipmap generation on 1x1 textures.Francisco Jerez
2010-09-21dri/nv10-nv20: Fix texturing in some cases after a base level change.Francisco Jerez