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
*
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
*
i915: fix fix for anisotropic filtering
Roland Scheidegger
2009-04-23
1
-2
/
+7
*
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
1
-8
/
+14
*
Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.
Eric Anholt
2009-03-20
1
-3
/
+8
*
i915: check WRAP_T instead of WRAP_R for cube map texture.
Xiang, Haihao
2008-12-18
1
-1
/
+1
*
i915: fallback for cube map texture.
Xiang, Haihao
2008-12-11
1
-0
/
+7
*
i915: Accelerate depth textures with border color.
Eric Anholt
2008-10-08
1
-4
/
+15
*
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
*
intel: Fix depth_stencil texture.
Xiang, Haihao
2008-09-04
1
-1
/
+1
[next]