mesa/src/gallium/state_trackers
Michal Srb 52f9ccefcb st: Add cubeMapFace parameter to st_finalize_texture.
st_finalize_texture always accesses image at face 0, but it may not be
set if we are working with cubemap that had other face set.

This fixes crash in piglit
same-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-04-01 09:03:23 +02:00
..
clover clover: use pipe_resource references 2017-03-24 15:57:47 -04:00
dri st: Add cubeMapFace parameter to st_finalize_texture. 2017-04-01 09:03:23 +02:00
glx/xlib gallium/util: replace pipe_mutex_unlock() with mtx_unlock() 2017-03-07 08:53:05 +11:00
hgl gallium/util: replace pipe_mutex_lock() with mtx_lock() 2017-03-07 08:52:38 +11:00
nine gallium: remove support for predicates from TGSI (v2) 2017-04-01 00:06:41 +02:00
omx st/omx/enc: use PIPE_USAGE_STAGING for output buffer 2017-03-23 14:43:42 -04:00
osmesa st/osmesa: remove double-write (overwriting) 2016-06-02 07:05:05 -06:00
va st/va: remove assert for single slice 2017-03-28 12:08:54 +02:00
vdpau vdpau: fix a maybe-uninitialized warning 2017-03-30 17:14:47 +02:00
wgl st/wgl: Replace variable name hdc with hDrawDC 2017-03-31 13:30:54 -06:00
xa st/xa: suffix xa-indent{,.sh} and add a shebang line 2017-03-10 14:12:47 +00:00
xvmc st/xvmc/tests: force enable assertions 2016-10-06 15:03:46 +01:00
README

This directory is a placeholder for incubating state-trackers. Mesa's
state-tracker is in src/mesa.