Mesa (master): intel/blorp: Delete an unused enum

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Apr 17 15:11:05 UTC 2020


Module: Mesa
Branch: master
Commit: 030e5ceac4446dfc340d447c33222730596030d3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=030e5ceac4446dfc340d447c33222730596030d3

Author: Jason Ekstrand <jason at jlekstrand.net>
Date:   Wed Apr 15 13:12:02 2020 -0500

intel/blorp: Delete an unused enum

This was lying around from back when BLORP write to fs_visitor directly.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4606>

---

 src/intel/blorp/blorp_blit.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index 1a738edb67c..4da1139199c 100644
--- a/src/intel/blorp/blorp_blit.c
+++ b/src/intel/blorp/blorp_blit.c
@@ -35,21 +35,6 @@
 
 static const bool split_blorp_blit_debug = false;
 
-/**
- * Enum to specify the order of arguments in a sampler message
- */
-enum sampler_message_arg
-{
-   SAMPLER_MESSAGE_ARG_U_FLOAT,
-   SAMPLER_MESSAGE_ARG_V_FLOAT,
-   SAMPLER_MESSAGE_ARG_U_INT,
-   SAMPLER_MESSAGE_ARG_V_INT,
-   SAMPLER_MESSAGE_ARG_R_INT,
-   SAMPLER_MESSAGE_ARG_SI_INT,
-   SAMPLER_MESSAGE_ARG_MCS_INT,
-   SAMPLER_MESSAGE_ARG_ZERO_INT,
-};
-
 struct brw_blorp_blit_vars {
    /* Input values from brw_blorp_wm_inputs */
    nir_variable *v_discard_rect;



More information about the mesa-commit mailing list