summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-30scons: Prefer x86_64-w64-mingw32- prefix.José Fonseca1-1/+1
2011-08-29xorg/xvmc: Only set decode buffer when availableMaarten Lankhorst1-3/+6
2011-08-29glsl_to_tgsi: fix a reference leak on an error pathMarek Olšák1-0/+1
2011-08-29i965: Avoid generating MOVs for most ir_assignment handling.Kenneth Graunke2-0/+48
2011-08-29i965/fs: Revert "Avoid generating MOVs for assignments for expressions."Kenneth Graunke2-77/+10
2011-08-29mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick11-160/+5
2011-08-29dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick12-32/+0
2011-08-29scons: add swrast/s_texture.c to the buildBrian Paul1-0/+1
2011-08-29intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt1-84/+65
2011-08-29mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2-44/+52
2011-08-29intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt1-83/+33
2011-08-29mesa: Convert texstore.c to accessing textures using MapTextureImage.Brian Paul1-107/+231
2011-08-29nouveau: Add MapTextureImage() implementation.Eric Anholt1-0/+81
2011-08-29radeon: Add MapTextureImage() implementation.Eric Anholt1-0/+77
2011-08-29radeon: Refactor the common texture hook setup to common code.Eric Anholt8-146/+52
2011-08-29swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul4-0/+126
2011-08-29intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt3-2/+92
2011-08-29st/mesa: Add implementation of MapTextureImage.Brian Paul1-0/+45
2011-08-29mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul1-0/+19
2011-08-29mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt3-12/+5
2011-08-29Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2-4/+5
2011-08-29mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt17-27/+27
2011-08-29i915g: remove unused var in i915_flush_heuristically()Brian Paul1-2/+0
2011-08-29winsys/g3dvl: Fix include styleKai Wasserbäch3-19/+19
2011-08-29tests/unit: Fix include styleKai Wasserbäch1-5/+5
2011-08-29targets/xorg-vmwgfx: Fix include styleKai Wasserbäch1-1/+1
2011-08-29st/xorg: Fix include styleKai Wasserbäch7-31/+31
2011-08-29vdpau: Fix include styleKai Wasserbäch9-31/+32
2011-08-29va: Fix include styleKai Wasserbäch8-19/+19
2011-08-29d3d1x: Fix include styleKai Wasserbäch5-19/+19
2011-08-29include/pipe: Fix include styleKai Wasserbäch2-6/+6
2011-08-29r600g: Fix include styleKai Wasserbäch9-66/+66
2011-08-29noop: Fix include styleKai Wasserbäch2-13/+13
2011-08-29vl: Fix include styleKai Wasserbäch20-63/+63
2011-08-29util: Fix include styleKai Wasserbäch4-18/+18
2011-08-29docs: Fix minor typos.Kai Wasserbäch1-2/+2
2011-08-29g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2-8/+7
2011-08-29st/vdpau: Respect source_rect in VideoMixerRenderChristian König1-1/+11
2011-08-29egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke1-10/+10
2011-08-28xvmc tests: Clean up test_rendering slightlyMaarten Lankhorst1-14/+24
2011-08-28android: add support for egl_dri2Chia-I Wu3-1/+63
2011-08-28egl_dri2: add support for AndroidChia-I Wu3-0/+749
2011-08-28egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu5-5/+27
2011-08-27glsl_to_tgsi: remove unused codeMarek Olšák2-80/+0
2011-08-27android: make DRM optionalChia-I Wu5-8/+39
2011-08-27android: add support for nouveauChia-I Wu8-2/+216
2011-08-27android: add support for r300gChia-I Wu4-6/+67
2011-08-27android: add support for i915gChia-I Wu5-2/+95
2011-08-27android: add support for vmwgfxChia-I Wu5-2/+97
2011-08-27winsys/i915: share the source listChia-I Wu3-11/+8