projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458a6ce
)
nir: Add fine and coarse derivative opcodes
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 15 Oct 2014 23:56:43 +0000
(16:56 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Thu, 15 Jan 2015 15:18:59 +0000
(07:18 -0800)
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/glsl/nir/nir_opcodes.h
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir_opcodes.h
b/src/glsl/nir/nir_opcodes.h
index bee4bd106b9aa223bebd7d2513599885bf8fd2c8..9a7a2ab5c307044c860170adb39cbe8c4f17341f 100644
(file)
--- a/
src/glsl/nir/nir_opcodes.h
+++ b/
src/glsl/nir/nir_opcodes.h
@@
-111,6
+111,10
@@
UNOP(fcos_reduced, nir_type_float)
/*@{*/
UNOP(fddx, nir_type_float)
UNOP(fddy, nir_type_float)
+UNOP(fddx_fine, nir_type_float)
+UNOP(fddy_fine, nir_type_float)
+UNOP(fddx_coarse, nir_type_float)
+UNOP(fddy_coarse, nir_type_float)
/*@}*/
/**