summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i830_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* i915: add mock implementation of GL_OES_EGL_image_external (v2)Mauro Rossi2016-11-011-0/+1
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i915: Override mip filter to nearest with anisoVille Syrjälä2014-11-131-0/+2
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-131-2/+0
* i915: Drop use of _ReallyEnabled.Eric Anholt2014-04-301-22/+22
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-4/+4
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-3/+3
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-1/+1
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+1
* i830: Fix stack corruptionChad Versace2012-07-201-1/+1
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-10/+10
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-2/+2
* i915: Use _mesa_get_format_name to describe translate_tex_format() fail.Eric Anholt2011-07-121-1/+2
* i915: Drop dead argument to translate_texture_format().Eric Anholt2011-06-141-3/+2
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-12/+14
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-12/+12
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-2/+2
* i915: Enable LOD preclamping on 8xx like on 915/965.Eric Anholt2011-01-051-0/+1
* i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt2011-01-051-5/+21
* 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
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-3/+3
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-051-35/+14
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-4/+4
* 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-5/+5
|/
* intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul2009-10-291-0/+2
* Merge branch 'texformat-rework'Brian Paul2009-10-281-2/+1
|\
| * drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
| * mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-1/+1
* | 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-4/+6
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-4/+10
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-3/+7
* 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
* i915: texture object's lod bias. fix bug #15192Xiang, Haihao2008-03-311-3/+11
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+343
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-483/+0
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+2
* remove the redundant textureSize field, use tex.size instead, it's always the...Brian Paul2005-09-091-1/+1
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+19
* Add GL_ARB_texture_cube_map support for i830. Most of the code wasIan Romanick2004-09-191-40/+137
* fix up heights for i830/i915 texture compressionDave Airlie2004-07-151-1/+9
* enable FXT1 texture compression for ixxx chipsetsDave Airlie2004-07-151-0/+6
* add missing license textsKeith Whitwell2004-06-181-0/+20