History log of /external/mesa3d/src/gallium/drivers/i915/i915_debug.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
877128505431adaf817dc8069172ebe4a1cdf5d8 17-Jan-2014 José Fonseca <jfonseca@vmware.com> s/Tungsten Graphics/VMware/

Tungsten Graphics Inc. was acquired by VMware Inc. in 2008. Leaving the
old copyright name is creating unnecessary confusion, hence this change.

This was the sed script I used:

$ cat tg2vmw.sed
# Run as:
#
# git reset --hard HEAD && find include scons src -type f -not -name 'sed*' -print0 | xargs -0 sed -i -f tg2vmw.sed
#

# Rename copyrights
s/Tungsten Gra\(ph\|hp\)ics,\? [iI]nc\.\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./g
/Copyright/s/Tungsten Graphics\(,\? [iI]nc\.\)\?\(, Cedar Park\)\?\(, Austin\)\?\(, \(Texas\|TX\)\)\?\.\?/VMware, Inc./
s/TUNGSTEN GRAPHICS/VMWARE/g

# Rename emails
s/alanh@tungstengraphics.com/alanh@vmware.com/
s/jens@tungstengraphics.com/jowen@vmware.com/g
s/jrfonseca-at-tungstengraphics-dot-com/jfonseca-at-vmware-dot-com/
s/jrfonseca\?@tungstengraphics.com/jfonseca@vmware.com/g
s/keithw\?@tungstengraphics.com/keithw@vmware.com/g
s/michel@tungstengraphics.com/daenzer@vmware.com/g
s/thomas-at-tungstengraphics-dot-com/thellstom-at-vmware-dot-com/
s/zack@tungstengraphics.com/zackr@vmware.com/

# Remove dead links
s@Tungsten Graphics (http://www.tungstengraphics.com)@Tungsten Graphics@g

# C string src/gallium/state_trackers/vega/api_misc.c
s/"Tungsten Graphics, Inc"/"VMware, Inc"/

Reviewed-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
9e14895884b129fd9e144970e705b8cb5a5f70c4 06-Sep-2013 Stéphane Marchesin <marcheu@chromium.org> i915g: Remove useless comparison

Fixes "Macro compares unsigned to 0" defect reported by Coverity.
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
592323de1ea5b9e5eab8b66690c8aecc6901c5de 11-Dec-2011 Michael Karcher <freedesktop-bugzilla@mkarcher.dialup.fu-berlin.de> i915g: fix debug dump on 64 bit systems
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
c2244cfa190eca3c0182a9a753dd4eed991df809 07-Oct-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Announce GL 2.0.

We leave the debug code in place to troubleshoot issues while we complete the transition. That code might be removed after that.
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
6358e6371b31671acbfa7c00336673f62ee928c5 10-Mar-2011 Daniel Vetter <daniel.vetter@ffwll.ch> i915g: implement hw clear

Benefits:
- spares us a relocation.
- needed for zone rendering (if that ever happens).
- just awesome.

v2: Rename the debug option. Completely disabling the blitter is
required for Y tiling to work, so this option will cover other
code paths in the future.

v3: Implement suggestions by Jakob Bornecrantz.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
7898d2ae16d335e27da599cd3cab04528248f959 22-Feb-2011 Brian Paul <brianp@vmware.com> i915g: remove extra semicolons
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
43e6fe5549edb7e837480f28b1262357568d54ea 20-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Add option to lie about caps
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
27b49e91c982638497f7a92f7d611c29dd9cad18 20-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Move debug fields to screen
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
fe6800a1bbd2f22fc3b3921765491d9ba179c4ff 20-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Use debug get once options
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
2e60aa511dd232f88697d1cc2091442caaef79b2 29-Nov-2010 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Don't emit FS constants when VS contants change
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
a185d439bdab24750d9c22e42a723f6baa23b730 16-Dec-2010 Brian Paul <brianp@vmware.com> i915g: s/varient/variant/
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
9493fe85d1b10efc06e8c34de31971dc6e6a6062 20-Nov-2010 Daniel Vetter <daniel.vetter@ffwll.ch> i915g: enable X-tiling for textures

Tiling is rather fragile in general and results in pure blackness when
unlucky. Hence add a new option to disable tiling.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Jakob Bornecrantz <wallbraker@gmail.com>
Signed-off-by: Jakob Bornecrantz <wallbraker@gmail.com>
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
abbb1bde06990cb15c82ebcdb9ac07b00cb0ab4f 12-Jun-2010 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Rework debug print code
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
bc88c95990f871a206a8fe93e7541f1f41841f7e 25-Mar-2010 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Rename winsys prefix to i915_ from intel_

Since the winsys isn't shared with i965 and never will be
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
ac2a665fd75249e02838ec63ef4a5b3db093ceb1 20-Jan-2010 Vinson Lee <vlee@vmware.com> i915g: Remove unnecessary headers.
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
f6541773c4661247879995637207dcc5803bbf00 20-Nov-2009 Vinson Lee <vlee@vmware.com> i915g: Add missing break statement in i915_debug.c.
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
96c9b39a6a9553573fcbdb5fd6db0e9d59768442 13-Oct-2009 Jakob Bornecrantz <jakob@vmware.com> i915g: Fix warnings
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c
f00da2a3ff59c1a7104ac25a1c6eba5a6050ad68 30-Sep-2009 Jakob Bornecrantz <jakob@vmware.com> i915g: Drop the simple sufix

None of the other driver have a silly sufix,
so just drop it. Nothing new added in this commit
or any other commit but this is better marketing.
/external/mesa3d/src/gallium/drivers/i915/i915_debug.c