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