aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/i915_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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