mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
swr/rast: Added FEClipRectangles event
and also added some comments Reviewed-By: George Kyriazis <george.kyriazis@intel.com>
This commit is contained in:
parent
a33d376133
commit
936ce75285
2 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue