aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove dead intel_format_to_rb_datatype.Eric Anholt2012-09-271-2/+0
* intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace2012-09-251-0/+11
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-071-4/+7
* intel: Make the fake packed depth/stencil mappings use a cached temporary.Eric Anholt2011-12-071-6/+0
* intel: Add 'mode' param to intel_region_mapChad Versace2011-10-181-2/+4
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* intel: Allocate s8z24 separate renderbuffers from AllocTextureImageBuffer().Eric Anholt2011-10-031-0/+3
* intel: Add an AllocTextureImageBuffer() implementation using miptrees.Eric Anholt2011-10-031-0/+6
* intel: Silence "warning: unused parameter ‘target’"Ian Romanick2011-09-091-2/+0
* intel: Add implementation of MapTextureImage/UnmapTextureImage.Eric Anholt2011-08-291-0/+6
* intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts2011-02-241-0/+8
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-6/+0
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-0/+6
* intel: Merge our choosetexformat fallbacks into core.Eric Anholt2011-01-041-2/+0
* intel: Add a couple of helper functions to reduce rb code duplication.Eric Anholt2010-12-101-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel: Remove include of texmem.h, since we haven't used it in ages.Eric Anholt2010-08-131-2/+0
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-051-2/+0
* Merge branch 'texformat-rework'Brian Paul2009-10-281-4/+3
|\
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+3
* | intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-3/+0
|/
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-105/+6
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-0/+2
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-151-0/+10
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-201-0/+8
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-1/+0
* DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-091-2/+1
* Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-141-0/+3
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-0/+4
* [intel] Move intel_tex.h into place, forgotten in the previous commit.Eric Anholt2007-11-161-0/+151