summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex.h
AgeCommit message (Expand)Author
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-04intel: Merge our choosetexformat fallbacks into core.Eric Anholt
2010-12-10intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-13intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian 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-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.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-03-09DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg
2008-02-14Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt
2007-11-16[intel] Move intel_tex.h into place, forgotten in the previous commit.Eric Anholt