swr/rast: Added FEClipRectangles event
and also added some comments Reviewed-By: George Kyriazis <george.kyriazis@intel.com>
This commit is contained in:
committed by
George Kyriazis
parent
a33d376133
commit
936ce75285
@@ -54,6 +54,7 @@ BUCKET_DESC gCoreBuckets[] = {
|
||||
{ "FEClipPoints", "", false, 0xffffffff },
|
||||
{ "FEClipLines", "", false, 0xffffffff },
|
||||
{ "FEClipTriangles", "", false, 0xffffffff },
|
||||
{ "FEClipRectangles", "", false, 0xffffffff },
|
||||
{ "FECullZeroAreaAndBackface", "", false, 0xffffffff },
|
||||
{ "FECullBetweenCenters", "", false, 0xffffffff },
|
||||
{ "FEEarlyRastEnter", "", false, 0xffffffff },
|
||||
|
||||
@@ -29,6 +29,9 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// NOTE: This enum MUST be kept in sync with gCoreBuckets in rdtsc_core.cpp
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
enum CORE_BUCKETS
|
||||
{
|
||||
APIClearRenderTarget,
|
||||
|
||||
Reference in New Issue
Block a user