aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-2911-160/+5
* dri: Remove MESA_FORMAT_CI8 bits from drivers that don't do paletted texturesIan Romanick2011-08-2912-32/+0
* scons: add swrast/s_texture.c to the buildBrian Paul2011-08-291-0/+1
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2011-08-292-44/+52
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33
* mesa: Convert texstore.c to accessing textures using MapTextureImage.Brian Paul2011-08-291-107/+231
* nouveau: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+81
* radeon: Add MapTextureImage() implementation.Eric Anholt2011-08-291-0/+77
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-298-146/+52
* swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul2011-08-294-0/+126
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-293-2/+92
* st/mesa: Add implementation of MapTextureImage.Brian Paul2011-08-291-0/+45
* mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul2011-08-291-0/+19
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-293-12/+5
* Rename some driver FreeTextureImageData functions to FreeTextureImageBuffer.Eric Anholt2011-08-292-4/+5
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-2917-27/+27
* i915g: remove unused var in i915_flush_heuristically()Brian Paul2011-08-291-2/+0
* winsys/g3dvl: Fix include styleKai Wasserbäch2011-08-293-19/+19
* tests/unit: Fix include styleKai Wasserbäch2011-08-291-5/+5
* targets/xorg-vmwgfx: Fix include styleKai Wasserbäch2011-08-291-1/+1
* st/xorg: Fix include styleKai Wasserbäch2011-08-297-31/+31
* vdpau: Fix include styleKai Wasserbäch2011-08-299-31/+32
* va: Fix include styleKai Wasserbäch2011-08-298-19/+19
* d3d1x: Fix include styleKai Wasserbäch2011-08-295-19/+19
* include/pipe: Fix include styleKai Wasserbäch2011-08-292-6/+6
* r600g: Fix include styleKai Wasserbäch2011-08-299-66/+66
* noop: Fix include styleKai Wasserbäch2011-08-292-13/+13
* vl: Fix include styleKai Wasserbäch2011-08-2920-63/+63
* util: Fix include styleKai Wasserbäch2011-08-294-18/+18
* g3dvl: Fix a bug not decoding the last 32-64 bits of an mpeg2 bitstream.Christian König2011-08-292-8/+7
* st/vdpau: Respect source_rect in VideoMixerRenderChristian König2011-08-291-1/+11
* egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke2011-08-291-10/+10
* xvmc tests: Clean up test_rendering slightlyMaarten Lankhorst2011-08-281-14/+24
* android: add support for egl_dri2Chia-I Wu2011-08-282-0/+53
* egl_dri2: add support for AndroidChia-I Wu2011-08-283-0/+749
* egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu2011-08-285-5/+27
* glsl_to_tgsi: remove unused codeMarek Olšák2011-08-272-80/+0
* android: make DRM optionalChia-I Wu2011-08-274-6/+33
* android: add support for nouveauChia-I Wu2011-08-277-0/+203
* android: add support for r300gChia-I Wu2011-08-273-2/+56
* android: add support for i915gChia-I Wu2011-08-274-0/+87
* android: add support for vmwgfxChia-I Wu2011-08-274-0/+90
* winsys/i915: share the source listChia-I Wu2011-08-273-11/+8
* winsys/svga: share the source listChia-I Wu2011-08-273-21/+13
* nouveau: share the source listsChia-I Wu2011-08-2712-149/+91
* r300g: share the source listChia-I Wu2011-08-273-114/+63
* i915g: share the source listChia-I Wu2011-08-273-53/+30
* svga: share the source listChia-I Wu2011-08-273-97/+50
* targets/egl-static: fix nouveau and vmwgfx for AndroidChia-I Wu2011-08-271-0/+10