mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-24 07:50:26 +00:00
swr/rast: Enable early rasterization
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
This commit is contained in:
parent
bacfbe5a32
commit
d335b32baf
@ -167,7 +167,7 @@
|
||||
|
||||
// enables early rasterization (useful for small triangles)
|
||||
#if !defined(KNOB_ENABLE_EARLY_RAST)
|
||||
#define KNOB_ENABLE_EARLY_RAST 0
|
||||
#define KNOB_ENABLE_EARLY_RAST 1
|
||||
#endif
|
||||
|
||||
#if KNOB_ENABLE_EARLY_RAST
|
||||
|
Loading…
Reference in New Issue
Block a user