summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* i915: add mock implementation of GL_OES_EGL_image_external (v2)Mauro Rossi2016-11-011-0/+1
* i915: Support Android RGBX8888 format for EGL generated imagesSean V Kelley2016-11-011-0/+2
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-1/+1
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i915: Drop use of _ReallyEnabled.Eric Anholt2014-04-301-23/+22
* mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke2014-02-091-1/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-7/+7
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-4/+4
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-3/+3
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt2013-04-291-0/+11
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-3/+2
* i915: Fix wrong sizeof argument in i915_update_tex_unit.Vinson Lee2012-11-211-1/+1
* mesa: Move DepthMode to texture objectPauli Nieminen2012-08-011-1/+1
* intel: Add offset field to miptreeKristian Høgsberg2012-07-111-1/+1
* i915: fallback for NPOT cubemap textureYuanhan Liu2012-03-191-0/+22
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-12/+12
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-2/+2
* intel: add support for __DRI_IMAGE_FORMAT_ABGR8888Chia-I Wu2011-09-091-0/+2
* i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764dEric Anholt2011-07-121-0/+1
* 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/+1
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-19/+21
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-19/+19
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-1/+1
* 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