summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex.c
AgeCommit message (Expand)Author
2011-03-16i915c: Add GL_OES_draw_texture support.Chia-I Wu
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2010-11-03intel: Remove the magic unaligned memcpy code.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-27Remove unnescessary initializations of UpdateTexturePaletteIan Romanick
2010-09-24intel: Add fallback debug to glGenerateMipmap.Eric Anholt
2010-09-23intel: Remove dead intelIsTextureResident().Eric Anholt
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2009-10-13intel: fix broken sw generate mipmap pathBrian Paul
2009-10-02intel: wrap _mesa_meta_GenerateMipmap()Brian Paul
2009-09-28intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2009-01-26intel: asst. casts to silence warningsBrian Paul
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-20intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie
2008-03-26[intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko
2008-02-15Fix build on ia64.Adam Jackson
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt
2007-12-16[965] Move to using shared texture management code.Eric Anholt
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt