aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-3/+3
* i915: Clamp minimum lod to maximum texture level too.Eric Anholt2010-06-041-1/+3
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-1/+1
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-051-28/+8
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-4/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-3/+4
|\
| * i915: Use _MaxLevel on principle in texture setup.Eric Anholt2010-01-041-3/+4
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-11/+7
|\|
| * i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt2009-12-181-1/+6
| * i915: Clean up some unnecessary x/y miptree code.Eric Anholt2009-12-181-10/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-111-4/+1
|\|
| * intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick2009-12-101-4/+1
* | intel: Remove our special color packing macros and just use colormac.h.Eric Anholt2009-11-191-8/+9
|/
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+2
* i915: Fix 1D texture mapping in the t coordinate.Eric Anholt2009-10-291-0/+6
* i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt2009-10-291-1/+6
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-4/+8
* Merge branch 'texformat-rework'Brian Paul2009-10-281-5/+4
|\
| * i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-2/+2
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-1/+1
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-3/+3
* | i915: Fix driver for the miptree x/y offset changes.Eric Anholt2009-10-271-2/+10
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-121-3/+2
|/
* i915: Don't rely on fence regs when we don't have to.Eric Anholt2009-06-041-2/+7
* i915: fix fix for anisotropic filteringRoland Scheidegger2009-04-231-2/+7
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-8/+14
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-3/+8
* i915: check WRAP_T instead of WRAP_R for cube map texture.Xiang, Haihao2008-12-181-1/+1
* i915: fallback for cube map texture.Xiang, Haihao2008-12-111-0/+7
* i915: Accelerate depth textures with border color.Eric Anholt2008-10-081-4/+15
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* intel: Fix depth_stencil texture.Xiang, Haihao2008-09-041-1/+1
* i915: fall back to software rendering when shadow comparison isXiang, Haihao2008-07-091-7/+4
* i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao2008-06-041-1/+6
* i915: texture object's lod bias. fix bug #15192Xiang, Haihao2008-03-311-2/+10
* [i915] don't use 4x4 filter for 1D shadowmapZou Nan hai2008-03-261-2/+7
* [i915] GL_DEPTH_TEXTURE_MODE fixZou Nan hai2008-03-201-3/+4
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-1/+1
* i915: apply commit a0a5e8cfc04c14873441b50f7d594ef11806b9a8 from 965.Xiang, Haihao2007-12-251-1/+1
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+359
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-975/+0
* i915: satisfy certain alignment restrictions for smallXiang, Haihao2007-08-131-4/+53
* Add PCI IDs for the G33, Q33, and Q35 chipsets.Wang Zhenyu2007-06-051-7/+13
* i915: Add support for 945GME chipWang Zhenyu2007-05-311-1/+2
* fix small s3tc mipmaps (#10968)Roland Scheidegger2007-05-191-6/+2
* update a couple MESA_FORMAT_Zxxx occurancesBrian Paul2006-04-061-2/+2
* Add Intel 945GM supportAlan Hourihane2006-01-231-1/+2