aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2014-07-21 16:58:42 -0700
committerAnuj Phogat <[email protected]>2014-07-21 18:33:29 -0700
commit9548ba6e7bb8e631f6ef6236f7425725239742fe (patch)
treed1923b0e38b357b187552b6839bb1944e8fdc162 /src/gallium/state_trackers
parent29af97f2804442e7952b98f8cea8e8ff740d196e (diff)
mesa: Don't use memcpy() in _mesa_texstore() for float depth texture data
because float depth texture data needs clamping to [0.0, 1.0]. Let the _mesa_texstore() fallback to slower path. Fixes Khronos GLES3 CTS tests: shadow_execution_vert shadow_execution_frag V2: Move the check to _mesa_texstore_can_use_memcpy() function. Add check for floating point data types. Cc: <[email protected]> Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
0 files changed, 0 insertions, 0 deletions