History log of /external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
951bf8b4a64c9793d10e963889e74fc1659ddb4b 28-Apr-2016 Brian Paul <brianp@vmware.com> i915g: s/Elements/ARRAY_SIZE/

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
a2a1a5805fd617e7f3cc8be44dd79b50da07ebb9 21-Jul-2015 Ilia Mirkin <imirkin@alum.mit.edu> gallium: replace INLINE with inline

Generated by running:
git grep -l INLINE src/gallium/ | xargs sed -i 's/\bINLINE\b/inline/g'
git grep -l INLINE src/mesa/state_tracker/ | xargs sed -i 's/\bINLINE\b/inline/g'
git checkout src/gallium/state_trackers/clover/Doxyfile

and manual edits to
src/gallium/include/pipe/p_compiler.h
src/gallium/README.portability

to remove mentions of the inline define.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Acked-by: Marek Olšák <marek.olsak@amd.com>
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
05e7f7f4388bde882b7ce74124000a4d435affff 22-Apr-2015 Zoë Blade <zoe@bytenoise.co.uk> Fix a few typos

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
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_state_immediate.c
9f2c56fbd68826ba877afb6c10d239e6f52314f5 06-Oct-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Silence warning.

We still need to investigate LIS7 though.
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
b9baad2aff6ddc5145d91cbfb81d083a21990a80 22-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Lazy emit immediate state
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
69cfc16cb670804b272e88abac5ed3856bb70fa8 22-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Disable LIS7 state updates for now
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
42b8b2be8553390f2e5f847759e886b910b550cc 22-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Clean up in i915_state_immediate
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
481fad15526d30e121d031bfcb765ed7847f50a7 21-Feb-2011 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Remove outdated comment
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
e694f3fd4865f7e85cf1d4c9fe5789fad399dbc6 12-Jun-2010 Jakob Bornecrantz <wallbraker@gmail.com> i915g: Switch to state atoms
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.c
2e7a90546d42eb84d4b5b381dc2c709416d07186 12-Jun-2010 Jakob Bornecrantz <wallbraker@gmail.com> i915g: i915_state_immediate.c code style
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.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_state_immediate.c
388109c04dc92ed81d1dbe6209120c95bdbc83cd 11-Feb-2010 Roland Scheidegger <sroland@vmware.com> i915g: adapt to stencil ref changes
/external/mesa3d/src/gallium/drivers/i915/i915_state_immediate.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_state_immediate.c