summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_texstate.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-30i915: Drop use of _ReallyEnabled.Eric Anholt1-23/+22
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-1/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-7/+7
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-4/+4
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-3/+3
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-04-29i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt1-0/+11
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-3/+2
2012-11-21i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee1-1/+1
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-1/+1
2012-07-11intel: Add offset field to miptreeKristian Høgsberg1-1/+1
2012-03-19i915: fallback for NPOT cubemap textureYuanhan Liu1-0/+22
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-12/+12
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-2/+2
2011-09-09intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu1-0/+2
2011-07-12i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764dEric Anholt1-0/+1
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/+1
2011-04-23intel: Add support for ARB_sampler_objects.Eric Anholt1-19/+21
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-19/+19
2011-01-05intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt1-1/+1
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-06-04i915: Clamp minimum lod to maximum texture level too.Eric Anholt1-1/+3
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt1-1/+1
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt1-28/+8
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-4/+4
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul1-3/+4
2010-01-04i915: Use _MaxLevel on principle in texture setup.Eric Anholt1-3/+4
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul1-11/+7
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-12-18i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt1-1/+6
2009-12-18i915: Clean up some unnecessary x/y miptree code.Eric Anholt1-10/+1
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt1-8/+9
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul1-0/+2
2009-10-29i915: Fix 1D texture mapping in the t coordinate.Eric Anholt1-0/+6
2009-10-29i915: Correct and make use of the defines for 32-bit depth texture modes.Eric Anholt1-1/+6
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt1-4/+8
2009-10-28Merge branch 'texformat-rework'Brian Paul1-5/+4
2009-10-27i915: Fix driver for the miptree x/y offset changes.Eric Anholt1-2/+10
2009-10-21i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul1-2/+2
2009-10-12intel: pass zslice to intel_miptree_image_offset()Brian Paul1-3/+2
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-1/+1
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-3/+3
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt1-2/+7
2009-04-23i915: fix fix for anisotropic filteringRoland Scheidegger1-2/+7
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-8/+14