index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
/
i830_texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
1
-1
/
+1
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i915: Override mip filter to nearest with aniso
Ville Syrjälä
2014-11-13
1
-0
/
+2
*
i915: Use L8A8 instead of I8 to simulate A8 on gen2
Ville Syrjälä
2014-11-13
1
-2
/
+0
*
i915: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-22
/
+22
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-1
/
+1
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
1
-1
/
+1
*
i830: Fix stack corruption
Chad Versace
2012-07-20
1
-1
/
+1
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-10
/
+10
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-2
/
+2
*
i915: Use _mesa_get_format_name to describe translate_tex_format() fail.
Eric Anholt
2011-07-12
1
-1
/
+2
*
i915: Drop dead argument to translate_texture_format().
Eric Anholt
2011-06-14
1
-3
/
+2
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-12
/
+14
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-12
/
+12
*
intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.
Eric Anholt
2011-01-05
1
-2
/
+2
*
i915: Enable LOD preclamping on 8xx like on 915/965.
Eric Anholt
2011-01-05
1
-0
/
+1
*
i915: Implement min/max lod clamping in hardware on 8xx.
Eric Anholt
2011-01-05
1
-5
/
+21
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-3
/
+3
*
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
1
-3
/
+3
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
1
-35
/
+14
*
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-4
/
+4
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-11
1
-4
/
+1
|
\
|
*
intel: Remove ARGB internal_format == GL_RGB hacks
Ian Romanick
2009-12-10
1
-4
/
+1
*
|
intel: Remove our special color packing macros and just use colormac.h.
Eric Anholt
2009-11-19
1
-5
/
+5
|
/
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
1
-0
/
+2
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-2
/
+1
|
\
|
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
|
*
mesa: replace gl_texture_format with gl_format
Brian Paul
2009-09-30
1
-1
/
+1
*
|
i915: Fix driver for the miptree x/y offset changes.
Eric Anholt
2009-10-27
1
-2
/
+10
*
|
intel: pass zslice to intel_miptree_image_offset()
Brian Paul
2009-10-12
1
-3
/
+2
|
/
*
i915: Don't rely on fence regs when we don't have to.
Eric Anholt
2009-06-04
1
-4
/
+6
*
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
1
-4
/
+10
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
1
-3
/
+7
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
1
-1
/
+0
*
i915: texture object's lod bias. fix bug #15192
Xiang, Haihao
2008-03-31
1
-3
/
+11
*
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
1
-0
/
+343
*
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-24
1
-483
/
+0
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-2
/
+2
*
remove the redundant textureSize field, use tex.size instead, it's always the...
Brian Paul
2005-09-09
1
-1
/
+1
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-0
/
+19
*
Add GL_ARB_texture_cube_map support for i830. Most of the code was
Ian Romanick
2004-09-19
1
-40
/
+137
*
fix up heights for i830/i915 texture compression
Dave Airlie
2004-07-15
1
-1
/
+9
*
enable FXT1 texture compression for ixxx chipsets
Dave Airlie
2004-07-15
1
-0
/
+6
*
add missing license texts
Keith Whitwell
2004-06-18
1
-0
/
+20
[next]