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
/
i915_texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-1
/
+1
*
i915: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i915: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-23
/
+22
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-1
/
+1
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-7
/
+7
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-4
/
+4
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
1
-0
/
+11
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-3
/
+2
*
i915: Fix wrong sizeof argument in i915_update_tex_unit.
Vinson Lee
2012-11-21
1
-1
/
+1
*
mesa: Move DepthMode to texture object
Pauli Nieminen
2012-08-01
1
-1
/
+1
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
1
-1
/
+1
*
i915: fallback for NPOT cubemap texture
Yuanhan Liu
2012-03-19
1
-0
/
+22
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-12
/
+12
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-2
/
+2
*
intel: add support for __DRI_IMAGE_FORMAT_ABGR8888
Chia-I Wu
2011-09-09
1
-0
/
+2
*
i915: Fix depth texturing since 86e62b2357447b7c97f434be4834f4b50aa0764d
Eric Anholt
2011-07-12
1
-0
/
+1
*
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
/
+1
*
intel: Add support for ARB_sampler_objects.
Eric Anholt
2011-04-23
1
-19
/
+21
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-19
/
+19
*
intel: Clarify first_level/last_level vs baselevel/maxlevel by deletion.
Eric Anholt
2011-01-05
1
-1
/
+1
*
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
*
i915: Clamp minimum lod to maximum texture level too.
Eric Anholt
2010-06-04
1
-1
/
+3
*
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
1
-1
/
+1
*
intel: Remove support for the DRI1 TFP extension.
Eric Anholt
2010-03-05
1
-28
/
+8
*
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
2010-01-04
1
-3
/
+4
|
\
|
*
i915: Use _MaxLevel on principle in texture setup.
Eric Anholt
2010-01-04
1
-3
/
+4
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-11
/
+7
|
\
|
|
*
i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).
Eric Anholt
2009-12-18
1
-1
/
+6
|
*
i915: Clean up some unnecessary x/y miptree code.
Eric Anholt
2009-12-18
1
-10
/
+1
*
|
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
-8
/
+9
|
/
*
intel: update intel_create_renderbuffer(format), add XRGB support
Brian Paul
2009-10-29
1
-0
/
+2
*
i915: Fix 1D texture mapping in the t coordinate.
Eric Anholt
2009-10-29
1
-0
/
+6
*
i915: Correct and make use of the defines for 32-bit depth texture modes.
Eric Anholt
2009-10-29
1
-1
/
+6
*
i915: Implement min/max LOD clamping with the hardware.
Eric Anholt
2009-10-29
1
-4
/
+8
*
Merge branch 'texformat-rework'
Brian Paul
2009-10-28
1
-5
/
+4
|
\
|
*
i915: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24
Brian Paul
2009-10-21
1
-2
/
+2
|
*
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-1
/
+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
-3
/
+3
*
|
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
-2
/
+7
[next]