summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_texstate.c
AgeCommit message (Expand)Author
2011-03-16android: Add __DRI_IMAGE_FORMAT_RGBA8888_REV.Chia-I Wu
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.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-06-04i915: Clamp minimum lod to maximum texture level too.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
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-18i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt
2009-12-18i915: Clean up some unnecessary x/y miptree code.Eric Anholt
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-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt
2009-10-29i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt
2009-10-21i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian 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-23i915: fix fix for anisotropic filteringRoland Scheidegger
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-12-18i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao
2008-12-11i915: fallback for cube map texture.Xiang, Haihao
2008-10-08i915: Accelerate depth textures with border color.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-09-04intel: Fix depth_stencil texture.Xiang, Haihao
2008-07-09i915: fall back to software rendering when shadow comparison isXiang, Haihao
2008-06-04i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao
2008-03-31i915: texture object's lod bias. fix bug #15192Xiang, Haihao
2008-03-26[i915] don't use 4x4 filter for 1D shadowmapZou Nan hai
2008-03-20[i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai
2008-03-14intel: fix abort issue with shadowtex demo when useXiang, Haihao
2007-12-25i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.Xiang, 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
2007-08-13i915: satisfy certain alignment restrictions for smallXiang, Haihao
2007-06-05Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu
2007-05-31i915: Add support for 945GME chipWang Zhenyu
2007-05-19fix small s3tc mipmaps (#10968)Roland Scheidegger