summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mesa: restore _mesa_lock/unlock_texture() calls in glGetTexImage()map-texture-image-v4Brian Paul2011-07-271-2/+6
* swrast: fix assertions for zero-sized texturesBrian Paul2011-07-271-2/+2
* swrast: map/unmap textures bound to framebuffer attachmentsBrian Paul2011-07-274-42/+131
* mesa: fix compressed texture stridesBrian Paul2011-07-272-2/+2
* mesa: be smarter about table initialization in format_unpack.cBrian Paul2011-07-221-137/+140
* swrast: update comments on _swrast_map_teximage()Brian Paul2011-07-221-6/+4
* mesa: update comment for MapTextureImage() hookBrian Paul2011-07-221-1/+6
* mesa: fix bad assertion in _mesa_unpack_rgba_row()Brian Paul2011-07-161-1/+1
* mesa: remove some forward struct declarationsBrian Paul2011-07-161-2/+0
* mesa: remove unused target parameter to _mesa_init_teximage_fields()Brian Paul2011-07-1616-25/+24
* mesa: push gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-07-146-18/+35
* mesa: push gl_texture_image::Width/Height/DepthScale into swrastBrian Paul2011-07-147-27/+29
* radeon: update r600 driver for texture map/unmap changesBrian Paul2011-07-149-78/+212
* intel: update intel drivers for texture map/unmap changesBrian Paul2011-07-1412-288/+228
* swrast: texture image map/unmap updates for DRI swrastBrian Paul2011-07-141-1/+4
* mesa: implement texture image mapping/unmappingBrian Paul2011-07-1435-1096/+1137
* mesa: add new pixel format unpacking functionsBrian Paul2011-07-144-0/+1549
* swrast: add new texture fetch codeBrian Paul2011-07-143-0/+2347
* swrast: add new texture alloc/free/map/unmap codeBrian Paul2011-07-145-0/+503
* mesa: add Driver.MapTextureImage(), UnmapTextureImage() hooksBrian Paul2011-07-141-0/+14
* mesa: add Driver.DeleteTextureImage()Brian Paul2011-07-143-1/+5
* mesa: rename Driver.FreeTexImageData() to Driver.FreeTextureImageBuffer()Brian Paul2011-07-148-18/+22
* meta: added _mesa_meta_decompress_texture_image()Brian Paul2011-07-142-1/+198
* meta: move texcoord setup into setup_texture_coords()Brian Paul2011-07-141-92/+167
* st/mesa: remove st_texture_image::face,level fieldsBrian Paul2011-07-144-23/+17
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-07-149-48/+34
* mesa: add gl_texture_image::Face, Level fieldsBrian Paul2011-07-142-0/+4
* i915g: don't try to check if a NULL buffer is busy.Stéphane Marchesin2011-07-131-0/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesaStéphane Marchesin2011-07-13112-953/+2702
|\
| * st/mesa: flush bitmap cache on query and conditional render boundariesVadim Girlin2011-07-132-0/+10
| * r600g: prevent hardware blitting based on resource usageChristian König2011-07-131-1/+8
| * targets/egl-static: fix a linking errorChia-I Wu2011-07-131-1/+1
| * i915: Add support for gl_FragData[0] for output color.Eric Anholt2011-07-121-0/+1
| * i915g: fixup context desdructionDaniel Vetter2011-07-131-2/+2
| * i915: Fix NPOT compressed textures on 915.Eric Anholt2011-07-121-2/+2
| * mesa: Fix assertion failure in X8_Z24/Z24_X8 texfetch.Eric Anholt2011-07-121-2/+4
| * i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764dEric Anholt2011-07-121-0/+1
| * i915: Use _mesa_get_format_name to describe translate_tex_format() fail.Eric Anholt2011-07-122-2/+4
| * i915: Fix map/unmap mismatches from leaving INTEL_FALLBACK during TNL.Eric Anholt2011-07-122-0/+14
| * intel: Use _mesa_tex_target_to_face() helper function instead of our own.Eric Anholt2011-07-121-22/+3
| * r600g: emit SQ_LDS_RESOURCE_MGMTAlex Deucher2011-07-123-0/+13
| * u_upload_mgr: add missing offset to src map in u_upload_buffer()Brian Paul2011-07-121-1/+1
| * st/mesa: check if _mesa_create_context() returns NULLEmil Velikov2011-07-121-0/+3
| * autoconf: Do not select Xlib when building DRIEmil Velikov2011-07-121-1/+1
| * st/mesa: choose a matching depth internal format for DrawPixelsMarek Olšák2011-07-121-2/+27
| * configure.ac: Make --{without,with}-gallium-drivers work as expectedIan Romanick2011-07-111-0/+7
| * st/mesa: get rid of unnecessary 'goto' in DrawPixelsMarek Olšák2011-07-111-10/+6
| * st/mesa: derive a stencil sampler format from the actual texture formatMarek Olšák2011-07-111-44/+26
| * gallivm: Re-enable LLVMUnionTypeKind case for llvm-2.7 only.Vinson Lee2011-07-111-2/+2
| * dri/nouveau: nv10: fix vertex format for GL_UNSIGNED_BYTEAndrew Randrianasulu2011-07-111-1/+1