dri/nouveau: Remove some CI remnants.
authorFrancisco Jerez <currojerez@riseup.net>
Thu, 4 Mar 2010 22:19:49 +0000 (23:19 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Thu, 4 Mar 2010 22:43:02 +0000 (23:43 +0100)
src/mesa/drivers/dri/nouveau/nouveau_state.h
src/mesa/drivers/dri/nouveau/nv04_context.c
src/mesa/drivers/dri/nouveau/nv10_context.c
src/mesa/drivers/dri/nouveau/nv10_driver.h
src/mesa/drivers/dri/nouveau/nv10_state_raster.c
src/mesa/drivers/dri/nouveau/nv20_context.c

index d001fa259aafdd346305a7088757fba54c0299cd..d01d962c9f200852ea5e57098feb733904a48d56 100644 (file)
@@ -47,7 +47,6 @@ enum {
        NOUVEAU_STATE_FRAG,
        NOUVEAU_STATE_FRAMEBUFFER,
        NOUVEAU_STATE_FOG,
-       NOUVEAU_STATE_INDEX_MASK,
        NOUVEAU_STATE_LIGHT_ENABLE,
        NOUVEAU_STATE_LIGHT_MODEL,
        NOUVEAU_STATE_LIGHT_SOURCE0,
index 1acd41de54d43df7ae4688fd2295801527eeb085..a442425e4483408749f982196b46a6500d3a56f6 100644 (file)
@@ -265,7 +265,6 @@ const struct nouveau_driver nv04_driver = {
                nouveau_emit_nothing,
                nouveau_emit_nothing,
                nouveau_emit_nothing,
-               nouveau_emit_nothing,
                nv04_emit_scissor,
                nv04_defer_blend,
                nv04_defer_control,
index 8e70c419ede849d84a1a8b6eea4efaae1e4d6385..860d0aeb8f5f6d0631854f58a6fa8d4979d7219d 100644 (file)
@@ -370,7 +370,6 @@ const struct nouveau_driver nv10_driver = {
                nv10_emit_frag,
                nv10_emit_framebuffer,
                nv10_emit_fog,
-               nv10_emit_index_mask,
                nv10_emit_light_enable,
                nv10_emit_light_model,
                nv10_emit_light_source,
index b5ab19b3bc065fea7b72e186b982d72d23e6f956..d662712533b8bd641b59398ce224119135f2e57f 100644 (file)
@@ -99,9 +99,6 @@ nv10_emit_depth(GLcontext *ctx, int emit);
 void
 nv10_emit_dither(GLcontext *ctx, int emit);
 
-void
-nv10_emit_index_mask(GLcontext *ctx, int emit);
-
 void
 nv10_emit_logic_opcode(GLcontext *ctx, int emit);
 
index 68882ef05f2af50b435dba62163db789bc054d56..a62cd807a91e874898fd80f060db157b7a4d69a3 100644 (file)
@@ -118,11 +118,6 @@ nv10_emit_dither(GLcontext *ctx, int emit)
        OUT_RING(chan, ctx->Color.DitherFlag ? 1 : 0);
 }
 
-void
-nv10_emit_index_mask(GLcontext *ctx, int emit)
-{
-}
-
 void
 nv10_emit_logic_opcode(GLcontext *ctx, int emit)
 {
index 635b5c09968621402d15f285851a4d264248a034..db39ef70750cb3b81878631e29abd26bcf428963 100644 (file)
@@ -459,7 +459,6 @@ const struct nouveau_driver nv20_driver = {
                nv20_emit_frag,
                nv20_emit_framebuffer,
                nv20_emit_fog,
-               nv10_emit_index_mask,
                nv10_emit_light_enable,
                nv20_emit_light_model,
                nv20_emit_light_source,