History log of /external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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_fpc.h
5f61744adba322eaec9a357f09f5ed3bee29226b 22-Nov-2014 Stéphane Marchesin <marcheu@chromium.org> i915g: Don't hardcode array size for phase count

This is an array of temp registers, so use I915_MAX_TEMPORARY for the size.

Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
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_fpc.h
4e861ac4a1f1bdbd28f66e3f15eb45aa45a47bad 04-Sep-2013 Stéphane Marchesin <marcheu@chromium.org> i915g: Add more optimizations

This patch adds liveness analysis to i915g and a couple
optimizations which benefit from it. One interesting
optimization turns (fake) indirect texture accesses into direct
texture accesses (the i915 supports a maximum of 4 indirect
texture accesses). Among other things this fixes a bunch of
piglit tests.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
21190fbd56ec2f12dc5a1bf1d9fc32d507e8f0a3 07-Mar-2013 Christian König <christian.koenig@amd.com> tgsi: use separate structure for indirect address v2

To further improve the optimization of source and destination
indirect addressing we need the ability to store a reference
to the declaration of the addressed operands.

Since most of the fields in tgsi_src_register doesn't apply for
an indirect addressing operand replace it with a separate
tgsi_ind_register structure and so make room for extra information.

v2: rename Declaration to ArrayID, put the ArrayID into () instead of []

Signed-off-by: Christian König <christian.koenig@amd.com>
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
4dc0425261fbd62e38eb5fac7f88e88d50d0cc7b 07-Feb-2012 Stéphane Marchesin <marcheu@chromium.org> i915g: Move ureg defines to the header so we can share them.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
642d11da207e9becfa26a9e038db1c7520ec2aee 09-Dec-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Roll back to the previous shader limits.

Those shader limits seem to be responsible for a piglit hang.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
0b3842edb1a0bc1a2163571ef476e080f7c40b0f 18-Oct-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Use the right shader limits.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
e3c94fac4eb159f8c35798d1ad7515a40f5a2eca 23-Sep-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Don't generate useless swizzles before texture accesses.

That helps reduce the number of texture indirections, which are very limited on i915.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
ca8492c2842f766f52387c978caf83fa5f0e8fcd 22-Sep-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Remove stale function prototype.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
3d9000393b0c2e53f35e5a093ea6781f849230d1 24-Aug-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Fix case where texcoords can overlap with fragpos/frontface.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
2bc5e0e97ba7b6c32f6ff90cb90448173d74b89b 05-Jul-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: introduce the tiny shader optimizer.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
5d7609715a44d08f29d4b605c4bea2742a194493 30-Jun-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Try to do better in the shader compiler.

- Copy i915c's support for phases, that should allow us to run a coupe more shaders.
- Fix the error messages.
- Still try to proceed when we get a shader that's too long.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
ef3dac2aff5fda16d7b7662c2c8828f07c9842ae 27-Jun-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: initial support for SEMANTIC_FACE.

Doesn't work yet, see TODO.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
d2f05283d2226f3285dccfc373ee9e314a8c95c8 26-Jun-2011 Stéphane Marchesin <marcheu@chromium.org> i915g: Fix gl_FragCoord.
/external/mesa3d/src/gallium/drivers/i915/i915_fpc.h
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_fpc.h