summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i830_texstate.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-1/+1
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-1/+1
2012-07-20i830: Fix stack corruptionChad Versace1-1/+1
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-10/+10
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-2/+2
2011-07-12i915: Use _mesa_get_format_name to describe translate_tex_format() fail.Eric Anholt1-1/+2
2011-06-14i915: Drop dead argument to translate_texture_format().Eric Anholt1-3/+2
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-12/+14
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-12/+12
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt1-2/+2
2011-01-05i915: Enable LOD preclamping on 8xx like on 915/965.Eric Anholt1-0/+1
2011-01-05i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt1-5/+21
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-3/+3
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt1-3/+3
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt1-35/+14
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-4/+4
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul1-4/+1
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick1-4/+1
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt1-5/+5
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul1-0/+2
2009-10-28Merge branch 'texformat-rework'Brian Paul1-2/+1
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt1-2/+10
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul1-3/+2
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-1/+1
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt1-4/+6
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-4/+10
2009-03-20Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt1-3/+7
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+3
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt1-1/+0
2008-03-31i915: texture object's lod bias. fix bug #15192Xiang, Haihao1-3/+11
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-0/+343
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-483/+0
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-2/+2
2005-09-09remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul1-1/+1
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+19
2004-09-19Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick1-40/+137
2004-07-15fix up heights for i830/i915 texture compressionDave Airlie1-1/+9
2004-07-15enable FXT1 texture compression for ixxx chipsetsDave Airlie1-0/+6
2004-06-18add missing license textsKeith Whitwell1-0/+20
2004-06-10New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell1-0/+333