aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_validate.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-231-3/+8
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-1/+1
* intel: check for miptree allocation failureChris Wilson2011-03-071-0/+2
* intel: Drop the speculatively-use-firstImage-mt in validation.Eric Anholt2011-01-101-17/+0
* intel: Don't relayout the texture on maxlevel change.Eric Anholt2011-01-101-7/+6
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-8/+19
* i965: skip too small size mipmapZou Nan hai2011-01-061-2/+4
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-19/+8
* intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.Eric Anholt2011-01-051-43/+18
* i915: Implement min/max lod clamping in hardware on 8xx.Eric Anholt2011-01-051-20/+9
* intel: Drop TEXTURE_RECTANGLE check in miptree layout setup.Eric Anholt2011-01-051-37/+24
* intel: Clean up redundant setup of firstLevel.Eric Anholt2011-01-051-5/+4
* intel: Drop a check for GL_TEXTURE_4D_SGIS.Eric Anholt2011-01-051-1/+0
* intel: Remove unnecessary headers.Vinson Lee2010-01-231-2/+0
* intel: Don't validate in a texture image used as a render target.Eric Anholt2009-11-061-1/+6
* intel: Clean up some extra struct indirection in finalize.Eric Anholt2009-11-061-2/+1
* Make a convenient int for what chipset generation we're on.Eric Anholt2009-11-061-1/+1
* i915: Implement min/max LOD clamping with the hardware.Eric Anholt2009-10-291-23/+25
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-2/+2
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+2
* i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt2009-06-231-0/+1
* intel: Don't segfault on glGenerateMipmaps of a cube map with one face defined.Eric Anholt2009-05-211-2/+2
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-1/+2
* i915: Accelerate depth textures with border color.Eric Anholt2008-10-081-4/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-2/+2
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-14/+0
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+14
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-201-33/+47
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+5
|\
| * intel: fix texture border issue. (bug #16697)Xiang, Haihao2008-07-181-1/+4
| * dri: Take the base image size into account when computingXiang, Haihao2008-07-011-0/+1
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-14/+0
|/
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-0/+4
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-0/+20
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+272