History log of /external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
459dd568979a5745d84f8fd2bdff38242ee3c16f 03-Aug-2012 Brian Paul <brianp@vmware.com> st/xa: updates for CSO interface changes
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
aa7d7656f50f5c49734e3b0fad0f20a89cd5eb5b 14-Dec-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Fix format conversion copy alpha channel

When doing format conversion copies between a format without an
alpha channel and a format with an alpha channel, make sure the
destination alpha is set to 1.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
4d04367eca66a85e26f7c0f5d6392823d13880f6 24-Nov-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibility

Also fix up Makefiles to use the default mesa compilation flags.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrants <jakob@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
c04b9d1d561cc3a1300e65bd410f33dfff6fe1e0 31-Oct-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Plug a pipe context leak.

Forgot to destroy the pipe context on xa context destroy.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
e63f2787b6a8dd7ff7a093fea8017a0b74cac6fd 01-Sep-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Don't call fence_reference with an unitialized fence handle as dst

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
5ec01ba7e85c41fce53ee5c2c3b53036923a0924 08-Jul-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: surfaces and sampler views are per context

Don't store references to these on the surface but on the context.
References to transfers are still stored on the surface since we allow
only a single map of a surface at a time.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
568d99cc6c8eea75ce50fe29e1ea8a94fe7ff7a7 06-Jul-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Fix render to xa_format_a8, which is backed by a gallium L8 texture

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
adf166b6c4f6781fd5e751622e9488e5f834bbc2 21-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Solid fill (tested) and composite (yet untested)

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
642951fbcaa56a975422f7caddf6620f20d47721 20-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Support format-changing copy.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c
9f2f5b3d7fd70663b98da5d302fcdfd5bc93db05 15-Jun-2011 Thomas Hellstrom <thellstrom@vmware.com> st/xa: Initial import of the xa state-tracker and the xa-vmwgfx target.

See the file src/gallium/state_trackers/xa/README for more info.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
/external/mesa3d/src/gallium/state_trackers/xa/xa_context.c