summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_texstate.c
AgeCommit message (Expand)Author
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt
2011-01-05i915: Enable LOD preclamping on 8xx like on 915/965.Eric Anholt
2011-01-05i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt
2008-03-31i915: texture object's lod bias. fix bug #15192Xiang, Haihao
2007-09-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick
2004-07-15fix up heights for i830/i915 texture compressionDave Airlie
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie
2004-06-18add missing license textsKeith Whitwell
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell